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.29.15
Show newest version
{
  "customizationConfig" : {
    "attachPayloadTraitToMember" : { },
    "blacklistedSimpleMethods" : [ "describeReplicationTaskAssessmentResults" ],
    "calculateCrc32FromCompressedData" : false,
    "convenienceTypeOverloads" : [ ],
    "customErrorCodeFieldName" : null,
    "customProtocolFactoryFqcn" : null,
    "customResponseMetadata" : null,
    "customRetryPolicy" : null,
    "customServiceMetadata" : null,
    "defaultSimpleMethodTestRegion" : null,
    "deprecatedOperations" : [ ],
    "deprecatedShapes" : [ ],
    "excludeClientCreateMethod" : false,
    "modelMarshallerDefaultValueSupplier" : { },
    "operationModifiers" : null,
    "paginationCustomization" : null,
    "renameShapes" : null,
    "sdkModeledExceptionBaseClassName" : null,
    "sdkRequestBaseClassName" : null,
    "sdkResponseBaseClassName" : null,
    "serviceSpecificClientConfigClass" : null,
    "serviceSpecificHttpConfig" : null,
    "shapeModifiers" : null,
    "shapeSubstitutions" : null,
    "shareModelConfig" : null,
    "skipSyncClientGeneration" : false,
    "useAutoConstructList" : true,
    "useAutoConstructMap" : true,
    "utilitiesMethod" : null,
    "verifiedSimpleMethods" : [ "describeAccountAttributes", "describeCertificates", "describeConnections", "describeEndpointTypes", "describeEndpoints", "describeEventCategories", "describeEventSubscriptions", "describeEvents", "describeOrderableReplicationInstances", "describeReplicationInstances", "describeReplicationSubnetGroups", "describeReplicationTasks" ]
  },
  "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,
    "clientPackageName" : "databasemigration",
    "contentType" : null,
    "defaultEndpoint" : null,
    "defaultEndpointWithoutHttpProtocol" : null,
    "defaultRegion" : null,
    "descriptiveServiceName" : "AWS Database Migration Service",
    "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 What Is AWS Database Migration Service? in the AWS Database Migration User Guide.

", "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", "fullTransformPackageName" : "software.amazon.awssdk.services.databasemigration.transform", "ionProtocol" : false, "jsonProtocol" : true, "jsonVersion" : "1.1", "modelPackageName" : "databasemigration.model", "paginatorsPackageName" : "databasemigration.paginators", "protocol" : "json", "requestTransformPackageName" : "databasemigration.transform", "requiresApiKey" : false, "requiresIamSigners" : false, "rootPackageName" : "software.amazon.awssdk.services", "serviceId" : "Database Migration Service", "serviceName" : "DatabaseMigration", "signingName" : "dms", "syncBuilder" : "DefaultDatabaseMigrationClientBuilder", "syncBuilderInterface" : "DatabaseMigrationClientBuilder", "syncClient" : "DefaultDatabaseMigrationClient", "syncInterface" : "DatabaseMigrationClient", "transformPackageName" : "databasemigration.transform", "uid" : "dms-2016-01-01", "xmlProtocol" : false }, "operations" : { "AddTagsToResource" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

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 DMS resources, or used in a Condition statement in an IAM policy for DMS.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource could not be found.

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

Associates a set of tags with an AWS DMS resource.

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

" }, "syncReturnType" : "AddTagsToResourceResponse" }, "ApplyPendingMaintenanceAction" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Applies a pending maintenance action to a resource (for example, to a replication instance).

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource could not be found.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ApplyPendingMaintenanceActionRequest", "variableName" : "applyPendingMaintenanceActionRequest", "variableType" : "ApplyPendingMaintenanceActionRequest", "documentation" : "

", "simpleType" : "ApplyPendingMaintenanceActionRequest", "variableSetterType" : "ApplyPendingMaintenanceActionRequest" }, "methodName" : "applyPendingMaintenanceAction", "operationName" : "ApplyPendingMaintenanceAction", "paginated" : false, "returnType" : { "returnType" : "ApplyPendingMaintenanceActionResponse", "documentation" : "

" }, "syncReturnType" : "ApplyPendingMaintenanceActionResponse" }, "CreateEndpoint" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates an endpoint using the provided settings.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "KmsKeyNotAccessibleException", "documentation" : "

AWS DMS cannot access the AWS 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. Check that the role is correctly configured.

", "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" : { "authType" : "IAM", "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.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "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" : "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" : "KmsAccessDeniedException", "documentation" : "

The ciphertext references a key that doesn't exist or that the DMS account doesn't have access to.

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

The specified master key (CMK) isn't enabled.

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

The state of the specified AWS KMS resource isn't valid for this request.

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

The specified AWS KMS entity or resource can't be found.

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

This request triggered AWS KMS request throttling.

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

Creates the replication instance using the specified parameters.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

AWS DMS was denied access to the endpoint. Check that the role is correctly configured.

", "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 AWS 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" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

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

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

AWS DMS was denied access to the endpoint. Check that the role is correctly configured.

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

Creates a replication task using the specified parameters.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

AWS DMS was denied access to the endpoint. Check that the role is correctly configured.

", "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 AWS 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" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified certificate.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "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" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified endpoint.

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

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "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" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes an AWS DMS event subscription.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "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" : { "authType" : "IAM", "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.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "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" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes a subnet group.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "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" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified replication task.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "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" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists all of the AWS DMS attributes for a customer account. These attributes include AWS DMS quotas for the account and a unique account identifier in a particular DMS region. DMS quotas include a list of resource quotas supported by the account, such as the number of replication instances allowed. The description for each resource quota, includes the quota name, current usage toward that quota, and the quota's maximum value. DMS uses the unique account identifier to name each artifact used by DMS in the given region.

This command does not take any parameters.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "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" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Provides a description of the certificate.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "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" : { "authType" : "IAM", "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.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "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" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns information about the type of endpoints available.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "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" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

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

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "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" : { "authType" : "IAM", "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.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "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" : { "authType" : "IAM", "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.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "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" : { "authType" : "IAM", "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 in the AWS Database Migration User Guide.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "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" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

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

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "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" }, "DescribePendingMaintenanceActions" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

For internal use only

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource could not be found.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribePendingMaintenanceActionsRequest", "variableName" : "describePendingMaintenanceActionsRequest", "variableType" : "DescribePendingMaintenanceActionsRequest", "documentation" : "

", "simpleType" : "DescribePendingMaintenanceActionsRequest", "variableSetterType" : "DescribePendingMaintenanceActionsRequest" }, "methodName" : "describePendingMaintenanceActions", "operationName" : "DescribePendingMaintenanceActions", "paginated" : true, "returnType" : { "returnType" : "DescribePendingMaintenanceActionsResponse", "documentation" : "

" }, "syncReturnType" : "DescribePendingMaintenanceActionsResponse" }, "DescribeRefreshSchemasStatus" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns the status of the RefreshSchemas operation.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "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" }, "DescribeReplicationInstanceTaskLogs" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns information about the task logs for the specified task.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "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" : "DescribeReplicationInstanceTaskLogsRequest", "variableName" : "describeReplicationInstanceTaskLogsRequest", "variableType" : "DescribeReplicationInstanceTaskLogsRequest", "documentation" : "", "simpleType" : "DescribeReplicationInstanceTaskLogsRequest", "variableSetterType" : "DescribeReplicationInstanceTaskLogsRequest" }, "methodName" : "describeReplicationInstanceTaskLogs", "operationName" : "DescribeReplicationInstanceTaskLogs", "paginated" : true, "returnType" : { "returnType" : "DescribeReplicationInstanceTaskLogsResponse", "documentation" : null }, "syncReturnType" : "DescribeReplicationInstanceTaskLogsResponse" }, "DescribeReplicationInstances" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

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

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "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" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns information about the replication subnet groups.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "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" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

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

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "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" : true, "returnType" : { "returnType" : "DescribeReplicationTaskAssessmentResultsResponse", "documentation" : "

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

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

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "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" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns information about the schema for the specified endpoint.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "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" : { "authType" : "IAM", "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.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "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" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Uploads the specified certificate.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "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 }, { "exceptionName" : "ResourceQuotaExceededException", "documentation" : "

The quota for this resource quota has been exceeded.

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

Lists all tags for an AWS DMS resource.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "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" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Modifies the specified endpoint.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "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 AWS KMS key.

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

AWS DMS was denied access to the endpoint. Check that the role is correctly configured.

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

Modifies an existing AWS DMS event notification subscription.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "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 }, { "exceptionName" : "KmsAccessDeniedException", "documentation" : "

The ciphertext references a key that doesn't exist or that the DMS account doesn't have access to.

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

The specified master key (CMK) isn't enabled.

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

The state of the specified AWS KMS resource isn't valid for this request.

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

The specified AWS KMS entity or resource can't be found.

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

This request triggered AWS KMS request throttling.

", "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" : { "authType" : "IAM", "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.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

AWS DMS was denied access to the endpoint. Check that the role is correctly configured.

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

Modifies the settings for the specified replication subnet group.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

AWS DMS was denied access to the endpoint. Check that the role is correctly configured.

", "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" : { "authType" : "IAM", "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 Working with Migration Tasks in the AWS Database Migration Service User Guide.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "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 AWS 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" }, "RebootReplicationInstance" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Reboots a replication instance. Rebooting results in a momentary outage, until the replication instance becomes available again.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "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" : "RebootReplicationInstanceRequest", "variableName" : "rebootReplicationInstanceRequest", "variableType" : "RebootReplicationInstanceRequest", "documentation" : "", "simpleType" : "RebootReplicationInstanceRequest", "variableSetterType" : "RebootReplicationInstanceRequest" }, "methodName" : "rebootReplicationInstance", "operationName" : "RebootReplicationInstance", "paginated" : false, "returnType" : { "returnType" : "RebootReplicationInstanceResponse", "documentation" : null }, "syncReturnType" : "RebootReplicationInstanceResponse" }, "RefreshSchemas" : { "authType" : "IAM", "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.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "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 AWS 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" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Reloads the target database table with the source data.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "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" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Removes metadata tags from a DMS resource.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource could not be found.

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

Removes one or more tags from an AWS DMS resource.

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

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

Starts the replication task.

For more information about AWS DMS tasks, see Working with Migration Tasks in the AWS Database Migration Service User Guide.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "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" : "AccessDeniedException", "documentation" : "

AWS DMS was denied access to the endpoint. Check that the role is correctly configured.

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

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

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "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" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Stops the replication task.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "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" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Tests the connection between the replication instance and the endpoint.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "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 AWS 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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

AWS DMS was denied access to the endpoint. Check that the role is correctly configured.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "AccessDeniedFault", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AccessDeniedException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AccessDeniedException", "variableName" : "accessDeniedException", "variableType" : "AccessDeniedException", "documentation" : null, "simpleType" : "AccessDeniedException", "variableSetterType" : "AccessDeniedException" }, "wrapper" : false }, "AccountQuota" : { "c2jName" : "AccountQuota", "customization" : { "artificialResultWrapper" : 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.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountQuotaName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountQuotaName", "sensitive" : false, "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, "timestampFormat" : null, "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.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Used", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "Used", "sensitive" : false, "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, "timestampFormat" : null, "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.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Max", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "Max", "sensitive" : false, "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, "timestampFormat" : null, "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.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountQuotaName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountQuotaName", "sensitive" : false, "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, "timestampFormat" : null, "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.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Max", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "Max", "sensitive" : false, "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, "timestampFormat" : null, "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.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Used", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "Used", "sensitive" : false, "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, "timestampFormat" : null, "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.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountQuotaName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountQuotaName", "sensitive" : false, "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, "timestampFormat" : null, "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.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Used", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "Used", "sensitive" : false, "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, "timestampFormat" : null, "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.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Max", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "Max", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Associates a set of tags with an AWS DMS resource.

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

Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).

For AWS DMS, you can tag a replication instance, an endpoint, or 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" : "

Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).

For AWS DMS, you can tag a replication instance, an endpoint, or a replication task.

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

Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).

For AWS DMS, you can tag a replication instance, an endpoint, or a replication task.

\n@param resourceArn Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).

For AWS DMS, you can tag a replication instance, an endpoint, or a replication task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).

For AWS DMS, you can tag a replication instance, an endpoint, or a replication task.

\n@return Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).

For AWS DMS, you can tag a replication instance, an endpoint, or 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).

For AWS DMS, you can tag a replication instance, an endpoint, or a replication task.

\n@param resourceArn Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).

For AWS DMS, you can tag a replication instance, an endpoint, or a replication task.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).

For AWS DMS, you can tag a replication instance, an endpoint, or a replication task.

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

One or more tags to be assigned to the resource.

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

One or more tags to be assigned to the resource.

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

One or more tags to be assigned to the resource.

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

One or more tags to be assigned to the resource.

\n

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

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

One or more tags to be assigned to the resource.

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

One or more tags to be assigned to the resource.

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

Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).

For AWS DMS, you can tag a replication instance, an endpoint, or 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" : "

Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).

For AWS DMS, you can tag a replication instance, an endpoint, or a replication task.

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

Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).

For AWS DMS, you can tag a replication instance, an endpoint, or a replication task.

\n@param resourceArn Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).

For AWS DMS, you can tag a replication instance, an endpoint, or a replication task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).

For AWS DMS, you can tag a replication instance, an endpoint, or a replication task.

\n@return Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).

For AWS DMS, you can tag a replication instance, an endpoint, or 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).

For AWS DMS, you can tag a replication instance, an endpoint, or a replication task.

\n@param resourceArn Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).

For AWS DMS, you can tag a replication instance, an endpoint, or a replication task.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).

For AWS DMS, you can tag a replication instance, an endpoint, or a replication task.

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

One or more tags to be assigned to the resource.

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

One or more tags to be assigned to the resource.

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

One or more tags to be assigned to the resource.

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

One or more tags to be assigned to the resource.

\n

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

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

One or more tags to be assigned to the resource.

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

One or more tags to be assigned to the resource.

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

Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).

For AWS DMS, you can tag a replication instance, an endpoint, or 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" : "

Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).

For AWS DMS, you can tag a replication instance, an endpoint, or a replication task.

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

Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).

For AWS DMS, you can tag a replication instance, an endpoint, or a replication task.

\n@param resourceArn Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).

For AWS DMS, you can tag a replication instance, an endpoint, or a replication task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).

For AWS DMS, you can tag a replication instance, an endpoint, or a replication task.

\n@return Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).

For AWS DMS, you can tag a replication instance, an endpoint, or 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).

For AWS DMS, you can tag a replication instance, an endpoint, or a replication task.

\n@param resourceArn Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).

For AWS DMS, you can tag a replication instance, an endpoint, or a replication task.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).

For AWS DMS, you can tag a replication instance, an endpoint, or a replication task.

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

One or more tags to be assigned to the resource.

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

One or more tags to be assigned to the resource.

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

One or more tags to be assigned to the resource.

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

One or more tags to be assigned to the resource.

\n

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

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

One or more tags to be assigned to the resource.

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

One or more tags to be assigned to the 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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AddTagsToResourceResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AddTagsToResourceResponse", "variableName" : "addTagsToResourceResponse", "variableType" : "AddTagsToResourceResponse", "documentation" : null, "simpleType" : "AddTagsToResourceResponse", "variableSetterType" : "AddTagsToResourceResponse" }, "wrapper" : false }, "ApplyPendingMaintenanceActionRequest" : { "c2jName" : "ApplyPendingMaintenanceActionMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ApplyPendingMaintenanceAction", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.ApplyPendingMaintenanceAction", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getReplicationInstanceArn", "beanStyleSetterMethodName" : "setReplicationInstanceArn", "c2jName" : "ReplicationInstanceArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 AWS DMS resource that the pending maintenance action applies to.

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

The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.

\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.\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 AWS DMS resource that the pending maintenance action applies to.

\n@return The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.

\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.", "setterMethodName" : "setReplicationInstanceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getApplyAction", "beanStyleSetterMethodName" : "setApplyAction", "c2jName" : "ApplyAction", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

The pending maintenance action to apply to this resource.

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

The pending maintenance action to apply to this resource.

\n@param applyAction The pending maintenance action to apply to this resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applyAction", "getterDocumentation" : "

The pending maintenance action to apply to this resource.

\n@return The pending maintenance action to apply to this 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" : "ApplyAction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ApplyAction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ApplyAction", "sensitive" : false, "setterDocumentation" : "

The pending maintenance action to apply to this resource.

\n@param applyAction The pending maintenance action to apply to this resource.", "setterMethodName" : "setApplyAction", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applyAction", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "applyAction", "variableType" : "String", "documentation" : "

The pending maintenance action to apply to this resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOptInType", "beanStyleSetterMethodName" : "setOptInType", "c2jName" : "OptInType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate.

Valid values:

  • immediate - Apply the maintenance action immediately.

  • next-maintenance - Apply the maintenance action during the next maintenance window for the resource.

  • undo-opt-in - Cancel any existing next-maintenance opt-in requests.

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

A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate.

Valid values:

  • immediate - Apply the maintenance action immediately.

  • next-maintenance - Apply the maintenance action during the next maintenance window for the resource.

  • undo-opt-in - Cancel any existing next-maintenance opt-in requests.

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

A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate.

Valid values:

  • immediate - Apply the maintenance action immediately.

  • next-maintenance - Apply the maintenance action during the next maintenance window for the resource.

  • undo-opt-in - Cancel any existing next-maintenance opt-in requests.

\n@param optInType A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate.

Valid values:

  • immediate - Apply the maintenance action immediately.

  • next-maintenance - Apply the maintenance action during the next maintenance window for the resource.

  • undo-opt-in - Cancel any existing next-maintenance opt-in requests.

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

    A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate.

    Valid values:

    • immediate - Apply the maintenance action immediately.

    • next-maintenance - Apply the maintenance action during the next maintenance window for the resource.

    • undo-opt-in - Cancel any existing next-maintenance opt-in requests.

    \n@return A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate.

    Valid values:

    • immediate - Apply the maintenance action immediately.

    • next-maintenance - Apply the maintenance action during the next maintenance window for the resource.

    • undo-opt-in - Cancel any existing next-maintenance opt-in requests.

    • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OptInType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OptInType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OptInType", "sensitive" : false, "setterDocumentation" : "

      A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate.

      Valid values:

      • immediate - Apply the maintenance action immediately.

      • next-maintenance - Apply the maintenance action during the next maintenance window for the resource.

      • undo-opt-in - Cancel any existing next-maintenance opt-in requests.

      \n@param optInType A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate.

      Valid values:

      • immediate - Apply the maintenance action immediately.

      • next-maintenance - Apply the maintenance action during the next maintenance window for the resource.

      • undo-opt-in - Cancel any existing next-maintenance opt-in requests.

      • ", "setterMethodName" : "setOptInType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "optInType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "optInType", "variableType" : "String", "documentation" : "

        A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate.

        Valid values:

        • immediate - Apply the maintenance action immediately.

        • next-maintenance - Apply the maintenance action during the next maintenance window for the resource.

        • undo-opt-in - Cancel any existing next-maintenance opt-in requests.

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ApplyAction" : { "beanStyleGetterMethodName" : "getApplyAction", "beanStyleSetterMethodName" : "setApplyAction", "c2jName" : "ApplyAction", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

        The pending maintenance action to apply to this resource.

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

        The pending maintenance action to apply to this resource.

        \n@param applyAction The pending maintenance action to apply to this resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applyAction", "getterDocumentation" : "

        The pending maintenance action to apply to this resource.

        \n@return The pending maintenance action to apply to this 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" : "ApplyAction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ApplyAction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ApplyAction", "sensitive" : false, "setterDocumentation" : "

        The pending maintenance action to apply to this resource.

        \n@param applyAction The pending maintenance action to apply to this resource.", "setterMethodName" : "setApplyAction", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applyAction", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "applyAction", "variableType" : "String", "documentation" : "

        The pending maintenance action to apply to this resource.

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "OptInType" : { "beanStyleGetterMethodName" : "getOptInType", "beanStyleSetterMethodName" : "setOptInType", "c2jName" : "OptInType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

        A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate.

        Valid values:

        • immediate - Apply the maintenance action immediately.

        • next-maintenance - Apply the maintenance action during the next maintenance window for the resource.

        • undo-opt-in - Cancel any existing next-maintenance opt-in requests.

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

        A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate.

        Valid values:

        • immediate - Apply the maintenance action immediately.

        • next-maintenance - Apply the maintenance action during the next maintenance window for the resource.

        • undo-opt-in - Cancel any existing next-maintenance opt-in requests.

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

        A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate.

        Valid values:

        • immediate - Apply the maintenance action immediately.

        • next-maintenance - Apply the maintenance action during the next maintenance window for the resource.

        • undo-opt-in - Cancel any existing next-maintenance opt-in requests.

        \n@param optInType A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate.

        Valid values:

        • immediate - Apply the maintenance action immediately.

        • next-maintenance - Apply the maintenance action during the next maintenance window for the resource.

        • undo-opt-in - Cancel any existing next-maintenance opt-in requests.

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

          A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate.

          Valid values:

          • immediate - Apply the maintenance action immediately.

          • next-maintenance - Apply the maintenance action during the next maintenance window for the resource.

          • undo-opt-in - Cancel any existing next-maintenance opt-in requests.

          \n@return A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate.

          Valid values:

          • immediate - Apply the maintenance action immediately.

          • next-maintenance - Apply the maintenance action during the next maintenance window for the resource.

          • undo-opt-in - Cancel any existing next-maintenance opt-in requests.

          • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OptInType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OptInType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OptInType", "sensitive" : false, "setterDocumentation" : "

            A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate.

            Valid values:

            • immediate - Apply the maintenance action immediately.

            • next-maintenance - Apply the maintenance action during the next maintenance window for the resource.

            • undo-opt-in - Cancel any existing next-maintenance opt-in requests.

            \n@param optInType A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate.

            Valid values:

            • immediate - Apply the maintenance action immediately.

            • next-maintenance - Apply the maintenance action during the next maintenance window for the resource.

            • undo-opt-in - Cancel any existing next-maintenance opt-in requests.

            • ", "setterMethodName" : "setOptInType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "optInType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "optInType", "variableType" : "String", "documentation" : "

              A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate.

              Valid values:

              • immediate - Apply the maintenance action immediately.

              • next-maintenance - Apply the maintenance action during the next maintenance window for the resource.

              • undo-opt-in - Cancel any existing next-maintenance opt-in requests.

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

              The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.

              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 AWS DMS resource that the pending maintenance action applies to.

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

              The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.

              \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.\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 AWS DMS resource that the pending maintenance action applies to.

              \n@return The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "sensitive" : false, "setterDocumentation" : "

              The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.

              \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.", "setterMethodName" : "setReplicationInstanceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : "

              The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.

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

              The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.

              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 AWS DMS resource that the pending maintenance action applies to.

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

              The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.

              \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.\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 AWS DMS resource that the pending maintenance action applies to.

              \n@return The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "sensitive" : false, "setterDocumentation" : "

              The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.

              \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.", "setterMethodName" : "setReplicationInstanceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : "

              The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.

              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getApplyAction", "beanStyleSetterMethodName" : "setApplyAction", "c2jName" : "ApplyAction", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

              The pending maintenance action to apply to this resource.

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

              The pending maintenance action to apply to this resource.

              \n@param applyAction The pending maintenance action to apply to this resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applyAction", "getterDocumentation" : "

              The pending maintenance action to apply to this resource.

              \n@return The pending maintenance action to apply to this 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" : "ApplyAction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ApplyAction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ApplyAction", "sensitive" : false, "setterDocumentation" : "

              The pending maintenance action to apply to this resource.

              \n@param applyAction The pending maintenance action to apply to this resource.", "setterMethodName" : "setApplyAction", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applyAction", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "applyAction", "variableType" : "String", "documentation" : "

              The pending maintenance action to apply to this resource.

              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOptInType", "beanStyleSetterMethodName" : "setOptInType", "c2jName" : "OptInType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

              A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate.

              Valid values:

              • immediate - Apply the maintenance action immediately.

              • next-maintenance - Apply the maintenance action during the next maintenance window for the resource.

              • undo-opt-in - Cancel any existing next-maintenance opt-in requests.

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

              A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate.

              Valid values:

              • immediate - Apply the maintenance action immediately.

              • next-maintenance - Apply the maintenance action during the next maintenance window for the resource.

              • undo-opt-in - Cancel any existing next-maintenance opt-in requests.

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

              A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate.

              Valid values:

              • immediate - Apply the maintenance action immediately.

              • next-maintenance - Apply the maintenance action during the next maintenance window for the resource.

              • undo-opt-in - Cancel any existing next-maintenance opt-in requests.

              \n@param optInType A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate.

              Valid values:

              • immediate - Apply the maintenance action immediately.

              • next-maintenance - Apply the maintenance action during the next maintenance window for the resource.

              • undo-opt-in - Cancel any existing next-maintenance opt-in requests.

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

                A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate.

                Valid values:

                • immediate - Apply the maintenance action immediately.

                • next-maintenance - Apply the maintenance action during the next maintenance window for the resource.

                • undo-opt-in - Cancel any existing next-maintenance opt-in requests.

                \n@return A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate.

                Valid values:

                • immediate - Apply the maintenance action immediately.

                • next-maintenance - Apply the maintenance action during the next maintenance window for the resource.

                • undo-opt-in - Cancel any existing next-maintenance opt-in requests.

                • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OptInType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OptInType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OptInType", "sensitive" : false, "setterDocumentation" : "

                  A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate.

                  Valid values:

                  • immediate - Apply the maintenance action immediately.

                  • next-maintenance - Apply the maintenance action during the next maintenance window for the resource.

                  • undo-opt-in - Cancel any existing next-maintenance opt-in requests.

                  \n@param optInType A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate.

                  Valid values:

                  • immediate - Apply the maintenance action immediately.

                  • next-maintenance - Apply the maintenance action during the next maintenance window for the resource.

                  • undo-opt-in - Cancel any existing next-maintenance opt-in requests.

                  • ", "setterMethodName" : "setOptInType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "optInType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "optInType", "variableType" : "String", "documentation" : "

                    A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate.

                    Valid values:

                    • immediate - Apply the maintenance action immediately.

                    • next-maintenance - Apply the maintenance action during the next maintenance window for the resource.

                    • undo-opt-in - Cancel any existing next-maintenance opt-in requests.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ReplicationInstanceArn", "ApplyAction", "OptInType" ], "shapeName" : "ApplyPendingMaintenanceActionRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ApplyPendingMaintenanceActionRequest", "variableName" : "applyPendingMaintenanceActionRequest", "variableType" : "ApplyPendingMaintenanceActionRequest", "documentation" : null, "simpleType" : "ApplyPendingMaintenanceActionRequest", "variableSetterType" : "ApplyPendingMaintenanceActionRequest" }, "wrapper" : false }, "ApplyPendingMaintenanceActionResponse" : { "c2jName" : "ApplyPendingMaintenanceActionResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getResourcePendingMaintenanceActions", "beanStyleSetterMethodName" : "setResourcePendingMaintenanceActions", "c2jName" : "ResourcePendingMaintenanceActions", "c2jShape" : "ResourcePendingMaintenanceActions", "defaultConsumerFluentSetterDocumentation" : "

                    The AWS DMS resource that the pending maintenance action will be applied to.

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

                    The AWS DMS resource that the pending maintenance action will be applied to.

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

                    The AWS DMS resource that the pending maintenance action will be applied to.

                    \n@param resourcePendingMaintenanceActions The AWS DMS resource that the pending maintenance action will be applied to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourcePendingMaintenanceActions", "getterDocumentation" : "

                    The AWS DMS resource that the pending maintenance action will be applied to.

                    \n@return The AWS DMS resource that the pending maintenance action will be applied to.", "getterModel" : { "returnType" : "ResourcePendingMaintenanceActions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourcePendingMaintenanceActions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourcePendingMaintenanceActions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ResourcePendingMaintenanceActions", "sensitive" : false, "setterDocumentation" : "

                    The AWS DMS resource that the pending maintenance action will be applied to.

                    \n@param resourcePendingMaintenanceActions The AWS DMS resource that the pending maintenance action will be applied to.", "setterMethodName" : "setResourcePendingMaintenanceActions", "setterModel" : { "variableDeclarationType" : "ResourcePendingMaintenanceActions", "variableName" : "resourcePendingMaintenanceActions", "variableType" : "ResourcePendingMaintenanceActions", "documentation" : null, "simpleType" : "ResourcePendingMaintenanceActions", "variableSetterType" : "ResourcePendingMaintenanceActions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ResourcePendingMaintenanceActions", "variableName" : "resourcePendingMaintenanceActions", "variableType" : "ResourcePendingMaintenanceActions", "documentation" : "

                    The AWS DMS resource that the pending maintenance action will be applied to.

                    ", "simpleType" : "ResourcePendingMaintenanceActions", "variableSetterType" : "ResourcePendingMaintenanceActions" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourcePendingMaintenanceActions" : { "beanStyleGetterMethodName" : "getResourcePendingMaintenanceActions", "beanStyleSetterMethodName" : "setResourcePendingMaintenanceActions", "c2jName" : "ResourcePendingMaintenanceActions", "c2jShape" : "ResourcePendingMaintenanceActions", "defaultConsumerFluentSetterDocumentation" : "

                    The AWS DMS resource that the pending maintenance action will be applied to.

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

                    The AWS DMS resource that the pending maintenance action will be applied to.

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

                    The AWS DMS resource that the pending maintenance action will be applied to.

                    \n@param resourcePendingMaintenanceActions The AWS DMS resource that the pending maintenance action will be applied to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourcePendingMaintenanceActions", "getterDocumentation" : "

                    The AWS DMS resource that the pending maintenance action will be applied to.

                    \n@return The AWS DMS resource that the pending maintenance action will be applied to.", "getterModel" : { "returnType" : "ResourcePendingMaintenanceActions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourcePendingMaintenanceActions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourcePendingMaintenanceActions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ResourcePendingMaintenanceActions", "sensitive" : false, "setterDocumentation" : "

                    The AWS DMS resource that the pending maintenance action will be applied to.

                    \n@param resourcePendingMaintenanceActions The AWS DMS resource that the pending maintenance action will be applied to.", "setterMethodName" : "setResourcePendingMaintenanceActions", "setterModel" : { "variableDeclarationType" : "ResourcePendingMaintenanceActions", "variableName" : "resourcePendingMaintenanceActions", "variableType" : "ResourcePendingMaintenanceActions", "documentation" : null, "simpleType" : "ResourcePendingMaintenanceActions", "variableSetterType" : "ResourcePendingMaintenanceActions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ResourcePendingMaintenanceActions", "variableName" : "resourcePendingMaintenanceActions", "variableType" : "ResourcePendingMaintenanceActions", "documentation" : "

                    The AWS DMS resource that the pending maintenance action will be applied to.

                    ", "simpleType" : "ResourcePendingMaintenanceActions", "variableSetterType" : "ResourcePendingMaintenanceActions" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResourcePendingMaintenanceActions", "beanStyleSetterMethodName" : "setResourcePendingMaintenanceActions", "c2jName" : "ResourcePendingMaintenanceActions", "c2jShape" : "ResourcePendingMaintenanceActions", "defaultConsumerFluentSetterDocumentation" : "

                    The AWS DMS resource that the pending maintenance action will be applied to.

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

                    The AWS DMS resource that the pending maintenance action will be applied to.

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

                    The AWS DMS resource that the pending maintenance action will be applied to.

                    \n@param resourcePendingMaintenanceActions The AWS DMS resource that the pending maintenance action will be applied to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourcePendingMaintenanceActions", "getterDocumentation" : "

                    The AWS DMS resource that the pending maintenance action will be applied to.

                    \n@return The AWS DMS resource that the pending maintenance action will be applied to.", "getterModel" : { "returnType" : "ResourcePendingMaintenanceActions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourcePendingMaintenanceActions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourcePendingMaintenanceActions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ResourcePendingMaintenanceActions", "sensitive" : false, "setterDocumentation" : "

                    The AWS DMS resource that the pending maintenance action will be applied to.

                    \n@param resourcePendingMaintenanceActions The AWS DMS resource that the pending maintenance action will be applied to.", "setterMethodName" : "setResourcePendingMaintenanceActions", "setterModel" : { "variableDeclarationType" : "ResourcePendingMaintenanceActions", "variableName" : "resourcePendingMaintenanceActions", "variableType" : "ResourcePendingMaintenanceActions", "documentation" : null, "simpleType" : "ResourcePendingMaintenanceActions", "variableSetterType" : "ResourcePendingMaintenanceActions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ResourcePendingMaintenanceActions", "variableName" : "resourcePendingMaintenanceActions", "variableType" : "ResourcePendingMaintenanceActions", "documentation" : "

                    The AWS DMS resource that the pending maintenance action will be applied to.

                    ", "simpleType" : "ResourcePendingMaintenanceActions", "variableSetterType" : "ResourcePendingMaintenanceActions" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ApplyPendingMaintenanceActionResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ApplyPendingMaintenanceActionResponse", "variableName" : "applyPendingMaintenanceActionResponse", "variableType" : "ApplyPendingMaintenanceActionResponse", "documentation" : null, "simpleType" : "ApplyPendingMaintenanceActionResponse", "variableSetterType" : "ApplyPendingMaintenanceActionResponse" }, "wrapper" : false }, "AuthMechanismValue" : { "c2jName" : "AuthMechanismValue", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "DEFAULT", "value" : "default" }, { "name" : "MONGODB_CR", "value" : "mongodb_cr" }, { "name" : "SCRAM_SHA_1", "value" : "scram_sha_1" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "NO", "value" : "no" }, { "name" : "PASSWORD", "value" : "password" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                    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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                    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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                    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, "timestampFormat" : null, "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, "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.

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

                    A customer-assigned name for the certificate. 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 #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" : "

                    A customer-assigned name for the certificate. 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.

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

                    A customer-assigned name for the certificate. 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 certificateIdentifier A customer-assigned name for the certificate. 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" : "certificateIdentifier", "getterDocumentation" : "

                    A customer-assigned name for the certificate. 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 A customer-assigned name for the certificate. 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" : "CertificateIdentifier", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateIdentifier", "sensitive" : false, "setterDocumentation" : "

                    A customer-assigned name for the certificate. 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 certificateIdentifier A customer-assigned name for the certificate. 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" : "setCertificateIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateIdentifier", "variableType" : "String", "documentation" : "

                    A customer-assigned name for the certificate. 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" : "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateCreationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CertificateCreationDate", "sensitive" : false, "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, "timestampFormat" : null, "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 a .pem file, which contains an X.509 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 a .pem file, which contains an X.509 certificate.

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

                    The contents of a .pem file, which contains an X.509 certificate.

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

                    The contents of a .pem file, which contains an X.509 certificate.

                    \n@return The contents of a .pem file, which contains an X.509 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CertificatePem", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificatePem", "sensitive" : false, "setterDocumentation" : "

                    The contents of a .pem file, which contains an X.509 certificate.

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

                    The contents of a .pem file, which contains an X.509 certificate.

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

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

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

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

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

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

                    \n@param certificateWallet The location of an 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 an imported Oracle Wallet certificate for use with SSL.

                    \n@return The location of an imported Oracle Wallet certificate for use with SSL.", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateWallet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_BYTES", "name" : "CertificateWallet", "sensitive" : false, "setterDocumentation" : "

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

                    \n@param certificateWallet The location of an imported Oracle Wallet certificate for use with SSL.", "setterMethodName" : "setCertificateWallet", "setterModel" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "certificateWallet", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "certificateWallet", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "

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

                    ", "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateOwner", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateOwner", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ValidFromDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ValidFromDate", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ValidToDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ValidToDate", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SigningAlgorithm", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SigningAlgorithm", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "KeyLength", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "KeyLength", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateCreationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CertificateCreationDate", "sensitive" : false, "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, "timestampFormat" : null, "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" : "

                    A customer-assigned name for the certificate. 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 #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" : "

                    A customer-assigned name for the certificate. 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.

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

                    A customer-assigned name for the certificate. 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 certificateIdentifier A customer-assigned name for the certificate. 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" : "certificateIdentifier", "getterDocumentation" : "

                    A customer-assigned name for the certificate. 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 A customer-assigned name for the certificate. 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" : "CertificateIdentifier", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateIdentifier", "sensitive" : false, "setterDocumentation" : "

                    A customer-assigned name for the certificate. 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 certificateIdentifier A customer-assigned name for the certificate. 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" : "setCertificateIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateIdentifier", "variableType" : "String", "documentation" : "

                    A customer-assigned name for the certificate. 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 }, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateOwner", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateOwner", "sensitive" : false, "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, "timestampFormat" : null, "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 a .pem file, which contains an X.509 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 a .pem file, which contains an X.509 certificate.

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

                    The contents of a .pem file, which contains an X.509 certificate.

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

                    The contents of a .pem file, which contains an X.509 certificate.

                    \n@return The contents of a .pem file, which contains an X.509 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CertificatePem", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificatePem", "sensitive" : false, "setterDocumentation" : "

                    The contents of a .pem file, which contains an X.509 certificate.

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

                    The contents of a .pem file, which contains an X.509 certificate.

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

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

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

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

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

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

                    \n@param certificateWallet The location of an 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 an imported Oracle Wallet certificate for use with SSL.

                    \n@return The location of an imported Oracle Wallet certificate for use with SSL.", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateWallet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_BYTES", "name" : "CertificateWallet", "sensitive" : false, "setterDocumentation" : "

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

                    \n@param certificateWallet The location of an imported Oracle Wallet certificate for use with SSL.", "setterMethodName" : "setCertificateWallet", "setterModel" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "certificateWallet", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "certificateWallet", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "

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

                    ", "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "KeyLength", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "KeyLength", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SigningAlgorithm", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SigningAlgorithm", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ValidFromDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ValidFromDate", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ValidToDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ValidToDate", "sensitive" : false, "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, "timestampFormat" : null, "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" : "

                    A customer-assigned name for the certificate. 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 #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" : "

                    A customer-assigned name for the certificate. 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.

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

                    A customer-assigned name for the certificate. 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 certificateIdentifier A customer-assigned name for the certificate. 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" : "certificateIdentifier", "getterDocumentation" : "

                    A customer-assigned name for the certificate. 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 A customer-assigned name for the certificate. 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" : "CertificateIdentifier", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateIdentifier", "sensitive" : false, "setterDocumentation" : "

                    A customer-assigned name for the certificate. 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 certificateIdentifier A customer-assigned name for the certificate. 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" : "setCertificateIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateIdentifier", "variableType" : "String", "documentation" : "

                    A customer-assigned name for the certificate. 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" : "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateCreationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CertificateCreationDate", "sensitive" : false, "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, "timestampFormat" : null, "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 a .pem file, which contains an X.509 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 a .pem file, which contains an X.509 certificate.

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

                    The contents of a .pem file, which contains an X.509 certificate.

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

                    The contents of a .pem file, which contains an X.509 certificate.

                    \n@return The contents of a .pem file, which contains an X.509 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CertificatePem", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificatePem", "sensitive" : false, "setterDocumentation" : "

                    The contents of a .pem file, which contains an X.509 certificate.

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

                    The contents of a .pem file, which contains an X.509 certificate.

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

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

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

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

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

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

                    \n@param certificateWallet The location of an 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 an imported Oracle Wallet certificate for use with SSL.

                    \n@return The location of an imported Oracle Wallet certificate for use with SSL.", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateWallet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_BYTES", "name" : "CertificateWallet", "sensitive" : false, "setterDocumentation" : "

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

                    \n@param certificateWallet The location of an imported Oracle Wallet certificate for use with SSL.", "setterMethodName" : "setCertificateWallet", "setterModel" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "certificateWallet", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "certificateWallet", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "

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

                    ", "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateOwner", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateOwner", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ValidFromDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ValidFromDate", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ValidToDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ValidToDate", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SigningAlgorithm", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SigningAlgorithm", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "KeyLength", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "KeyLength", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "NONE", "value" : "none" }, { "name" : "GZIP", "value" : "gzip" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastFailureMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LastFailureMessage", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointIdentifier", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceIdentifier", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointIdentifier", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastFailureMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LastFailureMessage", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceIdentifier", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastFailureMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LastFailureMessage", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointIdentifier", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceIdentifier", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointIdentifier", "sensitive" : false, "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, "timestampFormat" : null, "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" : "getEndpointTypeAsString", "beanStyleSetterMethodName" : "setEndpointType", "c2jName" : "EndpointType", "c2jShape" : "ReplicationEndpointTypeValue", "defaultConsumerFluentSetterDocumentation" : "

                    The type of endpoint. Valid values are source and target.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointTypeAsString(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. Valid values are source and target.

                    ", "endpointDiscoveryId" : false, "enumType" : "ReplicationEndpointTypeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "endpointType", "fluentEnumSetterMethodName" : "endpointType", "fluentGetterMethodName" : "endpointTypeAsString", "fluentSetterDocumentation" : "

                    The type of endpoint. Valid values are source and target.

                    \n@param endpointType The type of endpoint. Valid values are source and target.\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. Valid values are source and target.

                    \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 #endpointTypeAsString}.\n

                    \n@return The type of endpoint. Valid values are source and target.\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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointType", "sensitive" : false, "setterDocumentation" : "

                    The type of endpoint. Valid values are source and target.

                    \n@param endpointType The type of endpoint. Valid values are source and target.\n@see ReplicationEndpointTypeValue", "setterMethodName" : "setEndpointType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointType", "variableType" : "String", "documentation" : "

                    The type of endpoint. Valid values are source and target.

                    ", "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 value, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, 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 value, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.

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

                    The type of engine for the endpoint. Valid values, depending on the EndpointType value, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.

                    \n@param engineName The type of engine for the endpoint. Valid values, depending on the EndpointType value, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, 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 value, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.

                    \n@return The type of engine for the endpoint. Valid values, depending on the EndpointType value, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EngineName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EngineName", "sensitive" : false, "setterDocumentation" : "

                    The type of engine for the endpoint. Valid values, depending on the EndpointType value, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.

                    \n@param engineName The type of engine for the endpoint. Valid values, depending on the EndpointType value, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.", "setterMethodName" : "setEngineName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engineName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "engineName", "variableType" : "String", "documentation" : "

                    The type of engine for the endpoint. Valid values, depending on the EndpointType value, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, 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 log in 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 log in to the endpoint database.

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

                    The user name to be used to log in to the endpoint database.

                    \n@param username The user name to be used to log in 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 log in to the endpoint database.

                    \n@return The user name to be used to log in 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Username", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Username", "sensitive" : false, "setterDocumentation" : "

                    The user name to be used to log in to the endpoint database.

                    \n@param username The user name to be used to log in to the endpoint database.", "setterMethodName" : "setUsername", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "username", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "username", "variableType" : "String", "documentation" : "

                    The user name to be used to log in 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 log in 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 log in to the endpoint database.

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

                    The password to be used to log in to the endpoint database.

                    \n@param password The password to be used to log in 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 log in to the endpoint database.

                    \n@return The password to be used to log in 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Password", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Password", "sensitive" : true, "setterDocumentation" : "

                    The password to be used to log in to the endpoint database.

                    \n@param password The password to be used to log in to the endpoint database.", "setterMethodName" : "setPassword", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "password", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "password", "variableType" : "String", "documentation" : "

                    The password to be used to log in 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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServerName", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Port", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DatabaseName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatabaseName", "sensitive" : false, "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, "timestampFormat" : null, "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. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide.

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

                    Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide.

                    \n@param extraConnectionAttributes Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints 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" : "extraConnectionAttributes", "getterDocumentation" : "

                    Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide.

                    \n@return Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExtraConnectionAttributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ExtraConnectionAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExtraConnectionAttributes", "sensitive" : false, "setterDocumentation" : "

                    Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide.

                    \n@param extraConnectionAttributes Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide.", "setterMethodName" : "setExtraConnectionAttributes", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "extraConnectionAttributes", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "extraConnectionAttributes", "variableType" : "String", "documentation" : "

                    Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKmsKeyId", "beanStyleSetterMethodName" : "setKmsKeyId", "c2jName" : "KmsKeyId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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" : "

                    An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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.

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

                    An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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" : "

                    An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "KmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KmsKeyId", "sensitive" : false, "setterDocumentation" : "

                    An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

                    An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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" : "

                    One or more tags to be assigned 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" : "

                    One or more tags to be assigned to the endpoint.

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

                    One or more tags to be assigned to the endpoint.

                    \n@param tags One or more tags to be assigned to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                    One or more tags to be assigned to the endpoint.

                    \n

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

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

                    One or more tags to be assigned to the endpoint.

                    \n@param tags One or more tags to be assigned 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                    One or more tags to be assigned 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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) for the certificate.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSslModeAsString", "beanStyleSetterMethodName" : "setSslMode", "c2jName" : "SslMode", "c2jShape" : "DmsSslModeValue", "defaultConsumerFluentSetterDocumentation" : "

                    The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default 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 #sslModeAsString(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 Secure Sockets Layer (SSL) mode to use for the SSL connection. The default is none

                    ", "endpointDiscoveryId" : false, "enumType" : "DmsSslModeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "sslMode", "fluentEnumSetterMethodName" : "sslMode", "fluentGetterMethodName" : "sslModeAsString", "fluentSetterDocumentation" : "

                    The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default is none

                    \n@param sslMode The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default 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 Secure Sockets Layer (SSL) mode to use for the SSL connection. The default 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 #sslModeAsString}.\n

                    \n@return The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SslMode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SslMode", "sensitive" : false, "setterDocumentation" : "

                    The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default is none

                    \n@param sslMode The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default is none\n@see DmsSslModeValue", "setterMethodName" : "setSslMode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sslMode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sslMode", "variableType" : "String", "documentation" : "

                    The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default is none

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceAccessRoleArn", "beanStyleSetterMethodName" : "setServiceAccessRoleArn", "c2jName" : "ServiceAccessRoleArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) for the service access role that you want to use to create 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 #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) for the service access role that you want to use to create the endpoint.

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

                    The Amazon Resource Name (ARN) for the service access role that you want to use to create the endpoint.

                    \n@param serviceAccessRoleArn The Amazon Resource Name (ARN) for the service access role that you want to use to create the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceAccessRoleArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) for the service access role that you want to use to create the endpoint.

                    \n@return The Amazon Resource Name (ARN) for the service access role that you want to use to create 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" : "ServiceAccessRoleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceAccessRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceAccessRoleArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) for the service access role that you want to use to create the endpoint.

                    \n@param serviceAccessRoleArn The Amazon Resource Name (ARN) for the service access role that you want to use to create the endpoint.", "setterMethodName" : "setServiceAccessRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceAccessRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceAccessRoleArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) for the service access role that you want to use to create the endpoint.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExternalTableDefinition", "beanStyleSetterMethodName" : "setExternalTableDefinition", "c2jName" : "ExternalTableDefinition", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The external table definition.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                    The external table definition.

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

                    The external table definition.

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

                    The external table definition.

                    \n@return The external table definition.", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ExternalTableDefinition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExternalTableDefinition", "sensitive" : false, "setterDocumentation" : "

                    The external table definition.

                    \n@param externalTableDefinition The external table definition.", "setterMethodName" : "setExternalTableDefinition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "externalTableDefinition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "externalTableDefinition", "variableType" : "String", "documentation" : "

                    The external table definition.

                    ", "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 Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.

                    \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 Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.

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

                    Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.

                    \n@param dynamoDbSettings Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB 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" : "dynamoDbSettings", "getterDocumentation" : "

                    Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.

                    \n@return Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DynamoDbSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DynamoDbSettings", "sensitive" : false, "setterDocumentation" : "

                    Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.

                    \n@param dynamoDbSettings Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.", "setterMethodName" : "setDynamoDbSettings", "setterModel" : { "variableDeclarationType" : "DynamoDbSettings", "variableName" : "dynamoDbSettings", "variableType" : "DynamoDbSettings", "documentation" : null, "simpleType" : "DynamoDbSettings", "variableSetterType" : "DynamoDbSettings" }, "simple" : false, "timestampFormat" : null, "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 Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.

                    ", "simpleType" : "DynamoDbSettings", "variableSetterType" : "DynamoDbSettings" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getS3Settings", "beanStyleSetterMethodName" : "setS3Settings", "c2jName" : "S3Settings", "c2jShape" : "S3Settings", "defaultConsumerFluentSetterDocumentation" : "

                    Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.

                    \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 Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.

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

                    Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.

                    \n@param s3Settings Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS 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" : "s3Settings", "getterDocumentation" : "

                    Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.

                    \n@return Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "S3Settings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "S3Settings", "sensitive" : false, "setterDocumentation" : "

                    Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.

                    \n@param s3Settings Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.", "setterMethodName" : "setS3Settings", "setterModel" : { "variableDeclarationType" : "S3Settings", "variableName" : "s3Settings", "variableType" : "S3Settings", "documentation" : null, "simpleType" : "S3Settings", "variableSetterType" : "S3Settings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "S3Settings", "variableName" : "s3Settings", "variableType" : "S3Settings", "documentation" : "

                    Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.

                    ", "simpleType" : "S3Settings", "variableSetterType" : "S3Settings" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDmsTransferSettings", "beanStyleSetterMethodName" : "setDmsTransferSettings", "c2jName" : "DmsTransferSettings", "c2jShape" : "DmsTransferSettings", "defaultConsumerFluentSetterDocumentation" : "

                    The settings in JSON format for the DMS transfer type of source endpoint.

                    Possible attributes include the following:

                    • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                    • bucketName - The name of the S3 bucket to use.

                    • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                    Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                    JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

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

                    The settings in JSON format for the DMS transfer type of source endpoint.

                    Possible attributes include the following:

                    • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                    • bucketName - The name of the S3 bucket to use.

                    • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                    Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                    JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

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

                    The settings in JSON format for the DMS transfer type of source endpoint.

                    Possible attributes include the following:

                    • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                    • bucketName - The name of the S3 bucket to use.

                    • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                    Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                    JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

                    \n@param dmsTransferSettings The settings in JSON format for the DMS transfer type of source endpoint.

                    Possible attributes include the following:

                    • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                    • bucketName - The name of the S3 bucket to use.

                    • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                    Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                    JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" } \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dmsTransferSettings", "getterDocumentation" : "

                    The settings in JSON format for the DMS transfer type of source endpoint.

                    Possible attributes include the following:

                    • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                    • bucketName - The name of the S3 bucket to use.

                    • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                    Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                    JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

                    \n@return The settings in JSON format for the DMS transfer type of source endpoint.

                    Possible attributes include the following:

                    • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                    • bucketName - The name of the S3 bucket to use.

                    • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                    Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                    JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" } ", "getterModel" : { "returnType" : "DmsTransferSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DmsTransferSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DmsTransferSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DmsTransferSettings", "sensitive" : false, "setterDocumentation" : "

                    The settings in JSON format for the DMS transfer type of source endpoint.

                    Possible attributes include the following:

                    • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                    • bucketName - The name of the S3 bucket to use.

                    • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                    Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                    JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

                    \n@param dmsTransferSettings The settings in JSON format for the DMS transfer type of source endpoint.

                    Possible attributes include the following:

                    • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                    • bucketName - The name of the S3 bucket to use.

                    • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                    Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                    JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" } ", "setterMethodName" : "setDmsTransferSettings", "setterModel" : { "variableDeclarationType" : "DmsTransferSettings", "variableName" : "dmsTransferSettings", "variableType" : "DmsTransferSettings", "documentation" : null, "simpleType" : "DmsTransferSettings", "variableSetterType" : "DmsTransferSettings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DmsTransferSettings", "variableName" : "dmsTransferSettings", "variableType" : "DmsTransferSettings", "documentation" : "

                    The settings in JSON format for the DMS transfer type of source endpoint.

                    Possible attributes include the following:

                    • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                    • bucketName - The name of the S3 bucket to use.

                    • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                    Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                    JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

                    ", "simpleType" : "DmsTransferSettings", "variableSetterType" : "DmsTransferSettings" }, "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 section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.

                    \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 section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.

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

                    Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.

                    \n@param mongoDbSettings Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service 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" : "mongoDbSettings", "getterDocumentation" : "

                    Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.

                    \n@return Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MongoDbSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "MongoDbSettings", "sensitive" : false, "setterDocumentation" : "

                    Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.

                    \n@param mongoDbSettings Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.", "setterMethodName" : "setMongoDbSettings", "setterModel" : { "variableDeclarationType" : "MongoDbSettings", "variableName" : "mongoDbSettings", "variableType" : "MongoDbSettings", "documentation" : null, "simpleType" : "MongoDbSettings", "variableSetterType" : "MongoDbSettings" }, "simple" : false, "timestampFormat" : null, "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 section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.

                    ", "simpleType" : "MongoDbSettings", "variableSetterType" : "MongoDbSettings" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKinesisSettings", "beanStyleSetterMethodName" : "setKinesisSettings", "c2jName" : "KinesisSettings", "c2jShape" : "KinesisSettings", "defaultConsumerFluentSetterDocumentation" : "

                    Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.

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

                    Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.

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

                    Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.

                    \n@param kinesisSettings Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kinesisSettings", "getterDocumentation" : "

                    Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.

                    \n@return Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.", "getterModel" : { "returnType" : "KinesisSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "KinesisSettings", "sensitive" : false, "setterDocumentation" : "

                    Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.

                    \n@param kinesisSettings Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.", "setterMethodName" : "setKinesisSettings", "setterModel" : { "variableDeclarationType" : "KinesisSettings", "variableName" : "kinesisSettings", "variableType" : "KinesisSettings", "documentation" : null, "simpleType" : "KinesisSettings", "variableSetterType" : "KinesisSettings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "KinesisSettings", "variableName" : "kinesisSettings", "variableType" : "KinesisSettings", "documentation" : "

                    Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.

                    ", "simpleType" : "KinesisSettings", "variableSetterType" : "KinesisSettings" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getElasticsearchSettings", "beanStyleSetterMethodName" : "setElasticsearchSettings", "c2jName" : "ElasticsearchSettings", "c2jShape" : "ElasticsearchSettings", "defaultConsumerFluentSetterDocumentation" : "

                    Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.

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

                    Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.

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

                    Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.

                    \n@param elasticsearchSettings Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "elasticsearchSettings", "getterDocumentation" : "

                    Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.

                    \n@return Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.", "getterModel" : { "returnType" : "ElasticsearchSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ElasticsearchSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ElasticsearchSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ElasticsearchSettings", "sensitive" : false, "setterDocumentation" : "

                    Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.

                    \n@param elasticsearchSettings Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.", "setterMethodName" : "setElasticsearchSettings", "setterModel" : { "variableDeclarationType" : "ElasticsearchSettings", "variableName" : "elasticsearchSettings", "variableType" : "ElasticsearchSettings", "documentation" : null, "simpleType" : "ElasticsearchSettings", "variableSetterType" : "ElasticsearchSettings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ElasticsearchSettings", "variableName" : "elasticsearchSettings", "variableType" : "ElasticsearchSettings", "documentation" : "

                    Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.

                    ", "simpleType" : "ElasticsearchSettings", "variableSetterType" : "ElasticsearchSettings" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRedshiftSettings", "beanStyleSetterMethodName" : "setRedshiftSettings", "c2jName" : "RedshiftSettings", "c2jShape" : "RedshiftSettings", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the RedshiftSettings property for this object.\n\nThis is a convenience that creates an instance of the {@link RedshiftSettings.Builder} avoiding the need to create one manually via {@link RedshiftSettings#builder()}.\n\nWhen the {@link Consumer} completes, {@link RedshiftSettings.Builder#build()} is called immediately and its result is passed to {@link #redshiftSettings(RedshiftSettings)}.\n@param redshiftSettings a consumer that will call methods on {@link RedshiftSettings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #redshiftSettings(RedshiftSettings)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "redshiftSettings", "fluentSetterDocumentation" : "Sets the value of the RedshiftSettings property for this object.\n\n@param redshiftSettings The new value for the RedshiftSettings property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "redshiftSettings", "getterDocumentation" : "Returns the value of the RedshiftSettings property for this object.\n@return The value of the RedshiftSettings property for this object.", "getterModel" : { "returnType" : "RedshiftSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RedshiftSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RedshiftSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RedshiftSettings", "sensitive" : false, "setterDocumentation" : "Sets the value of the RedshiftSettings property for this object.\n\n@param redshiftSettings The new value for the RedshiftSettings property for this object.", "setterMethodName" : "setRedshiftSettings", "setterModel" : { "variableDeclarationType" : "RedshiftSettings", "variableName" : "redshiftSettings", "variableType" : "RedshiftSettings", "documentation" : null, "simpleType" : "RedshiftSettings", "variableSetterType" : "RedshiftSettings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RedshiftSettings", "variableName" : "redshiftSettings", "variableType" : "RedshiftSettings", "documentation" : "", "simpleType" : "RedshiftSettings", "variableSetterType" : "RedshiftSettings" }, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DatabaseName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatabaseName", "sensitive" : false, "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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "databaseName", "variableType" : "String", "documentation" : "

                    The name of the endpoint database.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DmsTransferSettings" : { "beanStyleGetterMethodName" : "getDmsTransferSettings", "beanStyleSetterMethodName" : "setDmsTransferSettings", "c2jName" : "DmsTransferSettings", "c2jShape" : "DmsTransferSettings", "defaultConsumerFluentSetterDocumentation" : "

                    The settings in JSON format for the DMS transfer type of source endpoint.

                    Possible attributes include the following:

                    • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                    • bucketName - The name of the S3 bucket to use.

                    • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                    Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                    JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

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

                    The settings in JSON format for the DMS transfer type of source endpoint.

                    Possible attributes include the following:

                    • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                    • bucketName - The name of the S3 bucket to use.

                    • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                    Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                    JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

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

                    The settings in JSON format for the DMS transfer type of source endpoint.

                    Possible attributes include the following:

                    • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                    • bucketName - The name of the S3 bucket to use.

                    • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                    Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                    JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

                    \n@param dmsTransferSettings The settings in JSON format for the DMS transfer type of source endpoint.

                    Possible attributes include the following:

                    • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                    • bucketName - The name of the S3 bucket to use.

                    • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                    Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                    JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" } \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dmsTransferSettings", "getterDocumentation" : "

                    The settings in JSON format for the DMS transfer type of source endpoint.

                    Possible attributes include the following:

                    • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                    • bucketName - The name of the S3 bucket to use.

                    • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                    Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                    JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

                    \n@return The settings in JSON format for the DMS transfer type of source endpoint.

                    Possible attributes include the following:

                    • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                    • bucketName - The name of the S3 bucket to use.

                    • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                    Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                    JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" } ", "getterModel" : { "returnType" : "DmsTransferSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DmsTransferSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DmsTransferSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DmsTransferSettings", "sensitive" : false, "setterDocumentation" : "

                    The settings in JSON format for the DMS transfer type of source endpoint.

                    Possible attributes include the following:

                    • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                    • bucketName - The name of the S3 bucket to use.

                    • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                    Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                    JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

                    \n@param dmsTransferSettings The settings in JSON format for the DMS transfer type of source endpoint.

                    Possible attributes include the following:

                    • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                    • bucketName - The name of the S3 bucket to use.

                    • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                    Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                    JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" } ", "setterMethodName" : "setDmsTransferSettings", "setterModel" : { "variableDeclarationType" : "DmsTransferSettings", "variableName" : "dmsTransferSettings", "variableType" : "DmsTransferSettings", "documentation" : null, "simpleType" : "DmsTransferSettings", "variableSetterType" : "DmsTransferSettings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DmsTransferSettings", "variableName" : "dmsTransferSettings", "variableType" : "DmsTransferSettings", "documentation" : "

                    The settings in JSON format for the DMS transfer type of source endpoint.

                    Possible attributes include the following:

                    • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                    • bucketName - The name of the S3 bucket to use.

                    • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                    Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                    JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

                    ", "simpleType" : "DmsTransferSettings", "variableSetterType" : "DmsTransferSettings" }, "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 Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.

                    \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 Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.

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

                    Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.

                    \n@param dynamoDbSettings Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB 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" : "dynamoDbSettings", "getterDocumentation" : "

                    Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.

                    \n@return Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DynamoDbSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DynamoDbSettings", "sensitive" : false, "setterDocumentation" : "

                    Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.

                    \n@param dynamoDbSettings Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.", "setterMethodName" : "setDynamoDbSettings", "setterModel" : { "variableDeclarationType" : "DynamoDbSettings", "variableName" : "dynamoDbSettings", "variableType" : "DynamoDbSettings", "documentation" : null, "simpleType" : "DynamoDbSettings", "variableSetterType" : "DynamoDbSettings" }, "simple" : false, "timestampFormat" : null, "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 Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.

                    ", "simpleType" : "DynamoDbSettings", "variableSetterType" : "DynamoDbSettings" }, "xmlNameSpaceUri" : null }, "ElasticsearchSettings" : { "beanStyleGetterMethodName" : "getElasticsearchSettings", "beanStyleSetterMethodName" : "setElasticsearchSettings", "c2jName" : "ElasticsearchSettings", "c2jShape" : "ElasticsearchSettings", "defaultConsumerFluentSetterDocumentation" : "

                    Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.

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

                    Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.

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

                    Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.

                    \n@param elasticsearchSettings Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "elasticsearchSettings", "getterDocumentation" : "

                    Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.

                    \n@return Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.", "getterModel" : { "returnType" : "ElasticsearchSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ElasticsearchSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ElasticsearchSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ElasticsearchSettings", "sensitive" : false, "setterDocumentation" : "

                    Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.

                    \n@param elasticsearchSettings Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.", "setterMethodName" : "setElasticsearchSettings", "setterModel" : { "variableDeclarationType" : "ElasticsearchSettings", "variableName" : "elasticsearchSettings", "variableType" : "ElasticsearchSettings", "documentation" : null, "simpleType" : "ElasticsearchSettings", "variableSetterType" : "ElasticsearchSettings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ElasticsearchSettings", "variableName" : "elasticsearchSettings", "variableType" : "ElasticsearchSettings", "documentation" : "

                    Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.

                    ", "simpleType" : "ElasticsearchSettings", "variableSetterType" : "ElasticsearchSettings" }, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointIdentifier", "sensitive" : false, "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, "timestampFormat" : null, "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" : "getEndpointTypeAsString", "beanStyleSetterMethodName" : "setEndpointType", "c2jName" : "EndpointType", "c2jShape" : "ReplicationEndpointTypeValue", "defaultConsumerFluentSetterDocumentation" : "

                    The type of endpoint. Valid values are source and target.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointTypeAsString(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. Valid values are source and target.

                    ", "endpointDiscoveryId" : false, "enumType" : "ReplicationEndpointTypeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "endpointType", "fluentEnumSetterMethodName" : "endpointType", "fluentGetterMethodName" : "endpointTypeAsString", "fluentSetterDocumentation" : "

                    The type of endpoint. Valid values are source and target.

                    \n@param endpointType The type of endpoint. Valid values are source and target.\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. Valid values are source and target.

                    \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 #endpointTypeAsString}.\n

                    \n@return The type of endpoint. Valid values are source and target.\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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointType", "sensitive" : false, "setterDocumentation" : "

                    The type of endpoint. Valid values are source and target.

                    \n@param endpointType The type of endpoint. Valid values are source and target.\n@see ReplicationEndpointTypeValue", "setterMethodName" : "setEndpointType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointType", "variableType" : "String", "documentation" : "

                    The type of endpoint. Valid values are source and target.

                    ", "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 value, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, 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 value, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.

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

                    The type of engine for the endpoint. Valid values, depending on the EndpointType value, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.

                    \n@param engineName The type of engine for the endpoint. Valid values, depending on the EndpointType value, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, 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 value, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.

                    \n@return The type of engine for the endpoint. Valid values, depending on the EndpointType value, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EngineName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EngineName", "sensitive" : false, "setterDocumentation" : "

                    The type of engine for the endpoint. Valid values, depending on the EndpointType value, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.

                    \n@param engineName The type of engine for the endpoint. Valid values, depending on the EndpointType value, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.", "setterMethodName" : "setEngineName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engineName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "engineName", "variableType" : "String", "documentation" : "

                    The type of engine for the endpoint. Valid values, depending on the EndpointType value, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ExternalTableDefinition" : { "beanStyleGetterMethodName" : "getExternalTableDefinition", "beanStyleSetterMethodName" : "setExternalTableDefinition", "c2jName" : "ExternalTableDefinition", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The external table definition.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                    The external table definition.

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

                    The external table definition.

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

                    The external table definition.

                    \n@return The external table definition.", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ExternalTableDefinition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExternalTableDefinition", "sensitive" : false, "setterDocumentation" : "

                    The external table definition.

                    \n@param externalTableDefinition The external table definition.", "setterMethodName" : "setExternalTableDefinition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "externalTableDefinition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "externalTableDefinition", "variableType" : "String", "documentation" : "

                    The external table definition.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ExtraConnectionAttributes" : { "beanStyleGetterMethodName" : "getExtraConnectionAttributes", "beanStyleSetterMethodName" : "setExtraConnectionAttributes", "c2jName" : "ExtraConnectionAttributes", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide.

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

                    Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide.

                    \n@param extraConnectionAttributes Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints 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" : "extraConnectionAttributes", "getterDocumentation" : "

                    Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide.

                    \n@return Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExtraConnectionAttributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ExtraConnectionAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExtraConnectionAttributes", "sensitive" : false, "setterDocumentation" : "

                    Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide.

                    \n@param extraConnectionAttributes Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide.", "setterMethodName" : "setExtraConnectionAttributes", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "extraConnectionAttributes", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "extraConnectionAttributes", "variableType" : "String", "documentation" : "

                    Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "KinesisSettings" : { "beanStyleGetterMethodName" : "getKinesisSettings", "beanStyleSetterMethodName" : "setKinesisSettings", "c2jName" : "KinesisSettings", "c2jShape" : "KinesisSettings", "defaultConsumerFluentSetterDocumentation" : "

                    Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.

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

                    Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.

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

                    Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.

                    \n@param kinesisSettings Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kinesisSettings", "getterDocumentation" : "

                    Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.

                    \n@return Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.", "getterModel" : { "returnType" : "KinesisSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "KinesisSettings", "sensitive" : false, "setterDocumentation" : "

                    Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.

                    \n@param kinesisSettings Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.", "setterMethodName" : "setKinesisSettings", "setterModel" : { "variableDeclarationType" : "KinesisSettings", "variableName" : "kinesisSettings", "variableType" : "KinesisSettings", "documentation" : null, "simpleType" : "KinesisSettings", "variableSetterType" : "KinesisSettings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "KinesisSettings", "variableName" : "kinesisSettings", "variableType" : "KinesisSettings", "documentation" : "

                    Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.

                    ", "simpleType" : "KinesisSettings", "variableSetterType" : "KinesisSettings" }, "xmlNameSpaceUri" : null }, "KmsKeyId" : { "beanStyleGetterMethodName" : "getKmsKeyId", "beanStyleSetterMethodName" : "setKmsKeyId", "c2jName" : "KmsKeyId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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" : "

                    An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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.

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

                    An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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" : "

                    An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "KmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KmsKeyId", "sensitive" : false, "setterDocumentation" : "

                    An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

                    An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.

                    \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 section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.

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

                    Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.

                    \n@param mongoDbSettings Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service 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" : "mongoDbSettings", "getterDocumentation" : "

                    Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.

                    \n@return Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MongoDbSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "MongoDbSettings", "sensitive" : false, "setterDocumentation" : "

                    Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.

                    \n@param mongoDbSettings Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.", "setterMethodName" : "setMongoDbSettings", "setterModel" : { "variableDeclarationType" : "MongoDbSettings", "variableName" : "mongoDbSettings", "variableType" : "MongoDbSettings", "documentation" : null, "simpleType" : "MongoDbSettings", "variableSetterType" : "MongoDbSettings" }, "simple" : false, "timestampFormat" : null, "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 section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.

                    ", "simpleType" : "MongoDbSettings", "variableSetterType" : "MongoDbSettings" }, "xmlNameSpaceUri" : null }, "Password" : { "beanStyleGetterMethodName" : "getPassword", "beanStyleSetterMethodName" : "setPassword", "c2jName" : "Password", "c2jShape" : "SecretString", "defaultConsumerFluentSetterDocumentation" : "

                    The password to be used to log in 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 log in to the endpoint database.

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

                    The password to be used to log in to the endpoint database.

                    \n@param password The password to be used to log in 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 log in to the endpoint database.

                    \n@return The password to be used to log in 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Password", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Password", "sensitive" : true, "setterDocumentation" : "

                    The password to be used to log in to the endpoint database.

                    \n@param password The password to be used to log in to the endpoint database.", "setterMethodName" : "setPassword", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "password", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "password", "variableType" : "String", "documentation" : "

                    The password to be used to log in 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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Port", "sensitive" : false, "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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                    The port used by the endpoint database.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "RedshiftSettings" : { "beanStyleGetterMethodName" : "getRedshiftSettings", "beanStyleSetterMethodName" : "setRedshiftSettings", "c2jName" : "RedshiftSettings", "c2jShape" : "RedshiftSettings", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the RedshiftSettings property for this object.\n\nThis is a convenience that creates an instance of the {@link RedshiftSettings.Builder} avoiding the need to create one manually via {@link RedshiftSettings#builder()}.\n\nWhen the {@link Consumer} completes, {@link RedshiftSettings.Builder#build()} is called immediately and its result is passed to {@link #redshiftSettings(RedshiftSettings)}.\n@param redshiftSettings a consumer that will call methods on {@link RedshiftSettings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #redshiftSettings(RedshiftSettings)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "redshiftSettings", "fluentSetterDocumentation" : "Sets the value of the RedshiftSettings property for this object.\n\n@param redshiftSettings The new value for the RedshiftSettings property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "redshiftSettings", "getterDocumentation" : "Returns the value of the RedshiftSettings property for this object.\n@return The value of the RedshiftSettings property for this object.", "getterModel" : { "returnType" : "RedshiftSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RedshiftSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RedshiftSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RedshiftSettings", "sensitive" : false, "setterDocumentation" : "Sets the value of the RedshiftSettings property for this object.\n\n@param redshiftSettings The new value for the RedshiftSettings property for this object.", "setterMethodName" : "setRedshiftSettings", "setterModel" : { "variableDeclarationType" : "RedshiftSettings", "variableName" : "redshiftSettings", "variableType" : "RedshiftSettings", "documentation" : null, "simpleType" : "RedshiftSettings", "variableSetterType" : "RedshiftSettings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RedshiftSettings", "variableName" : "redshiftSettings", "variableType" : "RedshiftSettings", "documentation" : "", "simpleType" : "RedshiftSettings", "variableSetterType" : "RedshiftSettings" }, "xmlNameSpaceUri" : null }, "S3Settings" : { "beanStyleGetterMethodName" : "getS3Settings", "beanStyleSetterMethodName" : "setS3Settings", "c2jName" : "S3Settings", "c2jShape" : "S3Settings", "defaultConsumerFluentSetterDocumentation" : "

                    Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.

                    \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 Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.

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

                    Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.

                    \n@param s3Settings Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS 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" : "s3Settings", "getterDocumentation" : "

                    Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.

                    \n@return Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "S3Settings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "S3Settings", "sensitive" : false, "setterDocumentation" : "

                    Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.

                    \n@param s3Settings Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.", "setterMethodName" : "setS3Settings", "setterModel" : { "variableDeclarationType" : "S3Settings", "variableName" : "s3Settings", "variableType" : "S3Settings", "documentation" : null, "simpleType" : "S3Settings", "variableSetterType" : "S3Settings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "S3Settings", "variableName" : "s3Settings", "variableType" : "S3Settings", "documentation" : "

                    Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.

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

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServerName", "sensitive" : false, "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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverName", "variableType" : "String", "documentation" : "

                    The name of the server where the endpoint database resides.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ServiceAccessRoleArn" : { "beanStyleGetterMethodName" : "getServiceAccessRoleArn", "beanStyleSetterMethodName" : "setServiceAccessRoleArn", "c2jName" : "ServiceAccessRoleArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) for the service access role that you want to use to create 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 #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) for the service access role that you want to use to create the endpoint.

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

                    The Amazon Resource Name (ARN) for the service access role that you want to use to create the endpoint.

                    \n@param serviceAccessRoleArn The Amazon Resource Name (ARN) for the service access role that you want to use to create the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceAccessRoleArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) for the service access role that you want to use to create the endpoint.

                    \n@return The Amazon Resource Name (ARN) for the service access role that you want to use to create 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" : "ServiceAccessRoleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceAccessRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceAccessRoleArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) for the service access role that you want to use to create the endpoint.

                    \n@param serviceAccessRoleArn The Amazon Resource Name (ARN) for the service access role that you want to use to create the endpoint.", "setterMethodName" : "setServiceAccessRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceAccessRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceAccessRoleArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) for the service access role that you want to use to create the endpoint.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SslMode" : { "beanStyleGetterMethodName" : "getSslModeAsString", "beanStyleSetterMethodName" : "setSslMode", "c2jName" : "SslMode", "c2jShape" : "DmsSslModeValue", "defaultConsumerFluentSetterDocumentation" : "

                    The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default 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 #sslModeAsString(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 Secure Sockets Layer (SSL) mode to use for the SSL connection. The default is none

                    ", "endpointDiscoveryId" : false, "enumType" : "DmsSslModeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "sslMode", "fluentEnumSetterMethodName" : "sslMode", "fluentGetterMethodName" : "sslModeAsString", "fluentSetterDocumentation" : "

                    The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default is none

                    \n@param sslMode The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default 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 Secure Sockets Layer (SSL) mode to use for the SSL connection. The default 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 #sslModeAsString}.\n

                    \n@return The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SslMode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SslMode", "sensitive" : false, "setterDocumentation" : "

                    The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default is none

                    \n@param sslMode The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default is none\n@see DmsSslModeValue", "setterMethodName" : "setSslMode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sslMode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sslMode", "variableType" : "String", "documentation" : "

                    The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default is none

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

                    One or more tags to be assigned 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" : "

                    One or more tags to be assigned to the endpoint.

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

                    One or more tags to be assigned to the endpoint.

                    \n@param tags One or more tags to be assigned to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                    One or more tags to be assigned to the endpoint.

                    \n

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

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

                    One or more tags to be assigned to the endpoint.

                    \n@param tags One or more tags to be assigned 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                    One or more tags to be assigned 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 log in 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 log in to the endpoint database.

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

                    The user name to be used to log in to the endpoint database.

                    \n@param username The user name to be used to log in 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 log in to the endpoint database.

                    \n@return The user name to be used to log in 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Username", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Username", "sensitive" : false, "setterDocumentation" : "

                    The user name to be used to log in to the endpoint database.

                    \n@param username The user name to be used to log in to the endpoint database.", "setterMethodName" : "setUsername", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "username", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "username", "variableType" : "String", "documentation" : "

                    The user name to be used to log in 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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointIdentifier", "sensitive" : false, "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, "timestampFormat" : null, "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" : "getEndpointTypeAsString", "beanStyleSetterMethodName" : "setEndpointType", "c2jName" : "EndpointType", "c2jShape" : "ReplicationEndpointTypeValue", "defaultConsumerFluentSetterDocumentation" : "

                    The type of endpoint. Valid values are source and target.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointTypeAsString(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. Valid values are source and target.

                    ", "endpointDiscoveryId" : false, "enumType" : "ReplicationEndpointTypeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "endpointType", "fluentEnumSetterMethodName" : "endpointType", "fluentGetterMethodName" : "endpointTypeAsString", "fluentSetterDocumentation" : "

                    The type of endpoint. Valid values are source and target.

                    \n@param endpointType The type of endpoint. Valid values are source and target.\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. Valid values are source and target.

                    \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 #endpointTypeAsString}.\n

                    \n@return The type of endpoint. Valid values are source and target.\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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointType", "sensitive" : false, "setterDocumentation" : "

                    The type of endpoint. Valid values are source and target.

                    \n@param endpointType The type of endpoint. Valid values are source and target.\n@see ReplicationEndpointTypeValue", "setterMethodName" : "setEndpointType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointType", "variableType" : "String", "documentation" : "

                    The type of endpoint. Valid values are source and target.

                    ", "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 value, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, 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 value, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.

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

                    The type of engine for the endpoint. Valid values, depending on the EndpointType value, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.

                    \n@param engineName The type of engine for the endpoint. Valid values, depending on the EndpointType value, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, 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 value, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.

                    \n@return The type of engine for the endpoint. Valid values, depending on the EndpointType value, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EngineName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EngineName", "sensitive" : false, "setterDocumentation" : "

                    The type of engine for the endpoint. Valid values, depending on the EndpointType value, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.

                    \n@param engineName The type of engine for the endpoint. Valid values, depending on the EndpointType value, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.", "setterMethodName" : "setEngineName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engineName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "engineName", "variableType" : "String", "documentation" : "

                    The type of engine for the endpoint. Valid values, depending on the EndpointType value, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, 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 log in 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 log in to the endpoint database.

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

                    The user name to be used to log in to the endpoint database.

                    \n@param username The user name to be used to log in 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 log in to the endpoint database.

                    \n@return The user name to be used to log in 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Username", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Username", "sensitive" : false, "setterDocumentation" : "

                    The user name to be used to log in to the endpoint database.

                    \n@param username The user name to be used to log in to the endpoint database.", "setterMethodName" : "setUsername", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "username", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "username", "variableType" : "String", "documentation" : "

                    The user name to be used to log in 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 log in 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 log in to the endpoint database.

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

                    The password to be used to log in to the endpoint database.

                    \n@param password The password to be used to log in 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 log in to the endpoint database.

                    \n@return The password to be used to log in 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Password", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Password", "sensitive" : true, "setterDocumentation" : "

                    The password to be used to log in to the endpoint database.

                    \n@param password The password to be used to log in to the endpoint database.", "setterMethodName" : "setPassword", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "password", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "password", "variableType" : "String", "documentation" : "

                    The password to be used to log in 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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServerName", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Port", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DatabaseName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatabaseName", "sensitive" : false, "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, "timestampFormat" : null, "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. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide.

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

                    Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide.

                    \n@param extraConnectionAttributes Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints 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" : "extraConnectionAttributes", "getterDocumentation" : "

                    Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide.

                    \n@return Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExtraConnectionAttributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ExtraConnectionAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExtraConnectionAttributes", "sensitive" : false, "setterDocumentation" : "

                    Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide.

                    \n@param extraConnectionAttributes Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide.", "setterMethodName" : "setExtraConnectionAttributes", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "extraConnectionAttributes", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "extraConnectionAttributes", "variableType" : "String", "documentation" : "

                    Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKmsKeyId", "beanStyleSetterMethodName" : "setKmsKeyId", "c2jName" : "KmsKeyId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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" : "

                    An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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.

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

                    An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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" : "

                    An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "KmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KmsKeyId", "sensitive" : false, "setterDocumentation" : "

                    An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

                    An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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" : "

                    One or more tags to be assigned 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" : "

                    One or more tags to be assigned to the endpoint.

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

                    One or more tags to be assigned to the endpoint.

                    \n@param tags One or more tags to be assigned to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                    One or more tags to be assigned to the endpoint.

                    \n

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

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

                    One or more tags to be assigned to the endpoint.

                    \n@param tags One or more tags to be assigned 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                    One or more tags to be assigned 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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) for the certificate.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSslModeAsString", "beanStyleSetterMethodName" : "setSslMode", "c2jName" : "SslMode", "c2jShape" : "DmsSslModeValue", "defaultConsumerFluentSetterDocumentation" : "

                    The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default 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 #sslModeAsString(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 Secure Sockets Layer (SSL) mode to use for the SSL connection. The default is none

                    ", "endpointDiscoveryId" : false, "enumType" : "DmsSslModeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "sslMode", "fluentEnumSetterMethodName" : "sslMode", "fluentGetterMethodName" : "sslModeAsString", "fluentSetterDocumentation" : "

                    The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default is none

                    \n@param sslMode The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default 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 Secure Sockets Layer (SSL) mode to use for the SSL connection. The default 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 #sslModeAsString}.\n

                    \n@return The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SslMode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SslMode", "sensitive" : false, "setterDocumentation" : "

                    The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default is none

                    \n@param sslMode The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default is none\n@see DmsSslModeValue", "setterMethodName" : "setSslMode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sslMode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sslMode", "variableType" : "String", "documentation" : "

                    The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default is none

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceAccessRoleArn", "beanStyleSetterMethodName" : "setServiceAccessRoleArn", "c2jName" : "ServiceAccessRoleArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) for the service access role that you want to use to create 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 #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) for the service access role that you want to use to create the endpoint.

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

                    The Amazon Resource Name (ARN) for the service access role that you want to use to create the endpoint.

                    \n@param serviceAccessRoleArn The Amazon Resource Name (ARN) for the service access role that you want to use to create the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceAccessRoleArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) for the service access role that you want to use to create the endpoint.

                    \n@return The Amazon Resource Name (ARN) for the service access role that you want to use to create 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" : "ServiceAccessRoleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceAccessRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceAccessRoleArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) for the service access role that you want to use to create the endpoint.

                    \n@param serviceAccessRoleArn The Amazon Resource Name (ARN) for the service access role that you want to use to create the endpoint.", "setterMethodName" : "setServiceAccessRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceAccessRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceAccessRoleArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) for the service access role that you want to use to create the endpoint.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExternalTableDefinition", "beanStyleSetterMethodName" : "setExternalTableDefinition", "c2jName" : "ExternalTableDefinition", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The external table definition.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                    The external table definition.

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

                    The external table definition.

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

                    The external table definition.

                    \n@return The external table definition.", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ExternalTableDefinition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExternalTableDefinition", "sensitive" : false, "setterDocumentation" : "

                    The external table definition.

                    \n@param externalTableDefinition The external table definition.", "setterMethodName" : "setExternalTableDefinition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "externalTableDefinition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "externalTableDefinition", "variableType" : "String", "documentation" : "

                    The external table definition.

                    ", "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 Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.

                    \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 Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.

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

                    Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.

                    \n@param dynamoDbSettings Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB 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" : "dynamoDbSettings", "getterDocumentation" : "

                    Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.

                    \n@return Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DynamoDbSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DynamoDbSettings", "sensitive" : false, "setterDocumentation" : "

                    Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.

                    \n@param dynamoDbSettings Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.", "setterMethodName" : "setDynamoDbSettings", "setterModel" : { "variableDeclarationType" : "DynamoDbSettings", "variableName" : "dynamoDbSettings", "variableType" : "DynamoDbSettings", "documentation" : null, "simpleType" : "DynamoDbSettings", "variableSetterType" : "DynamoDbSettings" }, "simple" : false, "timestampFormat" : null, "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 Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.

                    ", "simpleType" : "DynamoDbSettings", "variableSetterType" : "DynamoDbSettings" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getS3Settings", "beanStyleSetterMethodName" : "setS3Settings", "c2jName" : "S3Settings", "c2jShape" : "S3Settings", "defaultConsumerFluentSetterDocumentation" : "

                    Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.

                    \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 Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.

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

                    Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.

                    \n@param s3Settings Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS 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" : "s3Settings", "getterDocumentation" : "

                    Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.

                    \n@return Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "S3Settings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "S3Settings", "sensitive" : false, "setterDocumentation" : "

                    Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.

                    \n@param s3Settings Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.", "setterMethodName" : "setS3Settings", "setterModel" : { "variableDeclarationType" : "S3Settings", "variableName" : "s3Settings", "variableType" : "S3Settings", "documentation" : null, "simpleType" : "S3Settings", "variableSetterType" : "S3Settings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "S3Settings", "variableName" : "s3Settings", "variableType" : "S3Settings", "documentation" : "

                    Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.

                    ", "simpleType" : "S3Settings", "variableSetterType" : "S3Settings" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDmsTransferSettings", "beanStyleSetterMethodName" : "setDmsTransferSettings", "c2jName" : "DmsTransferSettings", "c2jShape" : "DmsTransferSettings", "defaultConsumerFluentSetterDocumentation" : "

                    The settings in JSON format for the DMS transfer type of source endpoint.

                    Possible attributes include the following:

                    • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                    • bucketName - The name of the S3 bucket to use.

                    • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                    Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                    JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

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

                    The settings in JSON format for the DMS transfer type of source endpoint.

                    Possible attributes include the following:

                    • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                    • bucketName - The name of the S3 bucket to use.

                    • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                    Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                    JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

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

                    The settings in JSON format for the DMS transfer type of source endpoint.

                    Possible attributes include the following:

                    • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                    • bucketName - The name of the S3 bucket to use.

                    • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                    Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                    JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

                    \n@param dmsTransferSettings The settings in JSON format for the DMS transfer type of source endpoint.

                    Possible attributes include the following:

                    • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                    • bucketName - The name of the S3 bucket to use.

                    • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                    Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                    JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" } \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dmsTransferSettings", "getterDocumentation" : "

                    The settings in JSON format for the DMS transfer type of source endpoint.

                    Possible attributes include the following:

                    • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                    • bucketName - The name of the S3 bucket to use.

                    • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                    Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                    JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

                    \n@return The settings in JSON format for the DMS transfer type of source endpoint.

                    Possible attributes include the following:

                    • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                    • bucketName - The name of the S3 bucket to use.

                    • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                    Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                    JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" } ", "getterModel" : { "returnType" : "DmsTransferSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DmsTransferSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DmsTransferSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DmsTransferSettings", "sensitive" : false, "setterDocumentation" : "

                    The settings in JSON format for the DMS transfer type of source endpoint.

                    Possible attributes include the following:

                    • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                    • bucketName - The name of the S3 bucket to use.

                    • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                    Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                    JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

                    \n@param dmsTransferSettings The settings in JSON format for the DMS transfer type of source endpoint.

                    Possible attributes include the following:

                    • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                    • bucketName - The name of the S3 bucket to use.

                    • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                    Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                    JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" } ", "setterMethodName" : "setDmsTransferSettings", "setterModel" : { "variableDeclarationType" : "DmsTransferSettings", "variableName" : "dmsTransferSettings", "variableType" : "DmsTransferSettings", "documentation" : null, "simpleType" : "DmsTransferSettings", "variableSetterType" : "DmsTransferSettings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DmsTransferSettings", "variableName" : "dmsTransferSettings", "variableType" : "DmsTransferSettings", "documentation" : "

                    The settings in JSON format for the DMS transfer type of source endpoint.

                    Possible attributes include the following:

                    • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                    • bucketName - The name of the S3 bucket to use.

                    • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                    Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                    JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

                    ", "simpleType" : "DmsTransferSettings", "variableSetterType" : "DmsTransferSettings" }, "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 section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.

                    \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 section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.

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

                    Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.

                    \n@param mongoDbSettings Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service 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" : "mongoDbSettings", "getterDocumentation" : "

                    Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.

                    \n@return Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MongoDbSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "MongoDbSettings", "sensitive" : false, "setterDocumentation" : "

                    Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.

                    \n@param mongoDbSettings Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.", "setterMethodName" : "setMongoDbSettings", "setterModel" : { "variableDeclarationType" : "MongoDbSettings", "variableName" : "mongoDbSettings", "variableType" : "MongoDbSettings", "documentation" : null, "simpleType" : "MongoDbSettings", "variableSetterType" : "MongoDbSettings" }, "simple" : false, "timestampFormat" : null, "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 section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.

                    ", "simpleType" : "MongoDbSettings", "variableSetterType" : "MongoDbSettings" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKinesisSettings", "beanStyleSetterMethodName" : "setKinesisSettings", "c2jName" : "KinesisSettings", "c2jShape" : "KinesisSettings", "defaultConsumerFluentSetterDocumentation" : "

                    Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.

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

                    Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.

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

                    Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.

                    \n@param kinesisSettings Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kinesisSettings", "getterDocumentation" : "

                    Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.

                    \n@return Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.", "getterModel" : { "returnType" : "KinesisSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "KinesisSettings", "sensitive" : false, "setterDocumentation" : "

                    Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.

                    \n@param kinesisSettings Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.", "setterMethodName" : "setKinesisSettings", "setterModel" : { "variableDeclarationType" : "KinesisSettings", "variableName" : "kinesisSettings", "variableType" : "KinesisSettings", "documentation" : null, "simpleType" : "KinesisSettings", "variableSetterType" : "KinesisSettings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "KinesisSettings", "variableName" : "kinesisSettings", "variableType" : "KinesisSettings", "documentation" : "

                    Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.

                    ", "simpleType" : "KinesisSettings", "variableSetterType" : "KinesisSettings" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getElasticsearchSettings", "beanStyleSetterMethodName" : "setElasticsearchSettings", "c2jName" : "ElasticsearchSettings", "c2jShape" : "ElasticsearchSettings", "defaultConsumerFluentSetterDocumentation" : "

                    Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.

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

                    Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.

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

                    Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.

                    \n@param elasticsearchSettings Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "elasticsearchSettings", "getterDocumentation" : "

                    Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.

                    \n@return Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.", "getterModel" : { "returnType" : "ElasticsearchSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ElasticsearchSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ElasticsearchSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ElasticsearchSettings", "sensitive" : false, "setterDocumentation" : "

                    Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.

                    \n@param elasticsearchSettings Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.", "setterMethodName" : "setElasticsearchSettings", "setterModel" : { "variableDeclarationType" : "ElasticsearchSettings", "variableName" : "elasticsearchSettings", "variableType" : "ElasticsearchSettings", "documentation" : null, "simpleType" : "ElasticsearchSettings", "variableSetterType" : "ElasticsearchSettings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ElasticsearchSettings", "variableName" : "elasticsearchSettings", "variableType" : "ElasticsearchSettings", "documentation" : "

                    Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.

                    ", "simpleType" : "ElasticsearchSettings", "variableSetterType" : "ElasticsearchSettings" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRedshiftSettings", "beanStyleSetterMethodName" : "setRedshiftSettings", "c2jName" : "RedshiftSettings", "c2jShape" : "RedshiftSettings", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the RedshiftSettings property for this object.\n\nThis is a convenience that creates an instance of the {@link RedshiftSettings.Builder} avoiding the need to create one manually via {@link RedshiftSettings#builder()}.\n\nWhen the {@link Consumer} completes, {@link RedshiftSettings.Builder#build()} is called immediately and its result is passed to {@link #redshiftSettings(RedshiftSettings)}.\n@param redshiftSettings a consumer that will call methods on {@link RedshiftSettings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #redshiftSettings(RedshiftSettings)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "redshiftSettings", "fluentSetterDocumentation" : "Sets the value of the RedshiftSettings property for this object.\n\n@param redshiftSettings The new value for the RedshiftSettings property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "redshiftSettings", "getterDocumentation" : "Returns the value of the RedshiftSettings property for this object.\n@return The value of the RedshiftSettings property for this object.", "getterModel" : { "returnType" : "RedshiftSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RedshiftSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RedshiftSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RedshiftSettings", "sensitive" : false, "setterDocumentation" : "Sets the value of the RedshiftSettings property for this object.\n\n@param redshiftSettings The new value for the RedshiftSettings property for this object.", "setterMethodName" : "setRedshiftSettings", "setterModel" : { "variableDeclarationType" : "RedshiftSettings", "variableName" : "redshiftSettings", "variableType" : "RedshiftSettings", "documentation" : null, "simpleType" : "RedshiftSettings", "variableSetterType" : "RedshiftSettings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RedshiftSettings", "variableName" : "redshiftSettings", "variableType" : "RedshiftSettings", "documentation" : "", "simpleType" : "RedshiftSettings", "variableSetterType" : "RedshiftSettings" }, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Endpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Endpoint", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Endpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Endpoint", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Endpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Endpoint", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "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 AWS DMS event notification subscription. This 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 AWS DMS event notification subscription. This name must be less than 255 characters.

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

                    The name of the AWS DMS event notification subscription. This name must be less than 255 characters.

                    \n@param subscriptionName The name of the AWS DMS event notification subscription. This 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 AWS DMS event notification subscription. This name must be less than 255 characters.

                    \n@return The name of the AWS DMS event notification subscription. This 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubscriptionName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubscriptionName", "sensitive" : false, "setterDocumentation" : "

                    The name of the AWS DMS event notification subscription. This name must be less than 255 characters.

                    \n@param subscriptionName The name of the AWS DMS event notification subscription. This name must be less than 255 characters.", "setterMethodName" : "setSubscriptionName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subscriptionName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "subscriptionName", "variableType" : "String", "documentation" : "

                    The name of the AWS DMS event notification subscription. This 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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnsTopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnsTopicArn", "sensitive" : false, "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, "timestampFormat" : null, "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 | 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 #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 | replication-task

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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 | replication-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 | replication-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 | replication-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 | 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" : "SourceType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceType", "sensitive" : false, "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 | replication-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 | replication-task", "setterMethodName" : "setSourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "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 | replication-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. For more information, see 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. For more information, see Working with Events and Notifications in the AWS Database Migration Service User Guide.

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

                    A list of event categories for a source type that you want to subscribe to. For more information, see 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. For more information, see 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. For more information, see 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. For more information, see 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventCategories", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "EventCategories", "sensitive" : false, "setterDocumentation" : "

                    A list of event categories for a source type that you want to subscribe to. For more information, see 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. For more information, see 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, "timestampFormat" : null, "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. For more information, see 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" : "

                    A list of identifiers for which AWS DMS provides notification events.

                    If you don't specify a value, notifications are provided for all sources.

                    If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance 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 #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" : "

                    A list of identifiers for which AWS DMS provides notification events.

                    If you don't specify a value, notifications are provided for all sources.

                    If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.

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

                    A list of identifiers for which AWS DMS provides notification events.

                    If you don't specify a value, notifications are provided for all sources.

                    If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.

                    \n@param sourceIds A list of identifiers for which AWS DMS provides notification events.

                    If you don't specify a value, notifications are provided for all sources.

                    If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceIds", "getterDocumentation" : "

                    A list of identifiers for which AWS DMS provides notification events.

                    If you don't specify a value, notifications are provided for all sources.

                    If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.

                    \n

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

                    \n@return A list of identifiers for which AWS DMS provides notification events.

                    If you don't specify a value, notifications are provided for all sources.

                    If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance 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" : "SourceIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SourceIds", "sensitive" : false, "setterDocumentation" : "

                    A list of identifiers for which AWS DMS provides notification events.

                    If you don't specify a value, notifications are provided for all sources.

                    If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.

                    \n@param sourceIds A list of identifiers for which AWS DMS provides notification events.

                    If you don't specify a value, notifications are provided for all sources.

                    If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.", "setterMethodName" : "setSourceIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "sourceIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "sourceIds", "variableType" : "java.util.List", "documentation" : "

                    A list of identifiers for which AWS DMS provides notification events.

                    If you don't specify a value, notifications are provided for all sources.

                    If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.

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

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "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, "timestampFormat" : null, "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" : "

                    One or more tags to be assigned 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" : "

                    One or more tags to be assigned to the event subscription.

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

                    One or more tags to be assigned to the event subscription.

                    \n@param tags One or more tags to be assigned to the event subscription.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                    One or more tags to be assigned to the event subscription.

                    \n

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

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

                    One or more tags to be assigned to the event subscription.

                    \n@param tags One or more tags to be assigned 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                    One or more tags to be assigned 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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "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, "timestampFormat" : null, "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. For more information, see 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. For more information, see Working with Events and Notifications in the AWS Database Migration Service User Guide.

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

                    A list of event categories for a source type that you want to subscribe to. For more information, see 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. For more information, see 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. For more information, see 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. For more information, see 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventCategories", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "EventCategories", "sensitive" : false, "setterDocumentation" : "

                    A list of event categories for a source type that you want to subscribe to. For more information, see 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. For more information, see 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, "timestampFormat" : null, "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. For more information, see 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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnsTopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnsTopicArn", "sensitive" : false, "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, "timestampFormat" : null, "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" : "

                    A list of identifiers for which AWS DMS provides notification events.

                    If you don't specify a value, notifications are provided for all sources.

                    If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance 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 #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" : "

                    A list of identifiers for which AWS DMS provides notification events.

                    If you don't specify a value, notifications are provided for all sources.

                    If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.

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

                    A list of identifiers for which AWS DMS provides notification events.

                    If you don't specify a value, notifications are provided for all sources.

                    If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.

                    \n@param sourceIds A list of identifiers for which AWS DMS provides notification events.

                    If you don't specify a value, notifications are provided for all sources.

                    If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceIds", "getterDocumentation" : "

                    A list of identifiers for which AWS DMS provides notification events.

                    If you don't specify a value, notifications are provided for all sources.

                    If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.

                    \n

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

                    \n@return A list of identifiers for which AWS DMS provides notification events.

                    If you don't specify a value, notifications are provided for all sources.

                    If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance 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" : "SourceIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SourceIds", "sensitive" : false, "setterDocumentation" : "

                    A list of identifiers for which AWS DMS provides notification events.

                    If you don't specify a value, notifications are provided for all sources.

                    If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.

                    \n@param sourceIds A list of identifiers for which AWS DMS provides notification events.

                    If you don't specify a value, notifications are provided for all sources.

                    If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.", "setterMethodName" : "setSourceIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "sourceIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "sourceIds", "variableType" : "java.util.List", "documentation" : "

                    A list of identifiers for which AWS DMS provides notification events.

                    If you don't specify a value, notifications are provided for all sources.

                    If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.

                    ", "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 | 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 #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 | replication-task

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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 | replication-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 | replication-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 | replication-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 | 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" : "SourceType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceType", "sensitive" : false, "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 | replication-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 | replication-task", "setterMethodName" : "setSourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "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 | replication-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. This 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 AWS DMS event notification subscription. This name must be less than 255 characters.

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

                    The name of the AWS DMS event notification subscription. This name must be less than 255 characters.

                    \n@param subscriptionName The name of the AWS DMS event notification subscription. This 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 AWS DMS event notification subscription. This name must be less than 255 characters.

                    \n@return The name of the AWS DMS event notification subscription. This 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubscriptionName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubscriptionName", "sensitive" : false, "setterDocumentation" : "

                    The name of the AWS DMS event notification subscription. This name must be less than 255 characters.

                    \n@param subscriptionName The name of the AWS DMS event notification subscription. This name must be less than 255 characters.", "setterMethodName" : "setSubscriptionName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subscriptionName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "subscriptionName", "variableType" : "String", "documentation" : "

                    The name of the AWS DMS event notification subscription. This name must be less than 255 characters.

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

                    One or more tags to be assigned 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" : "

                    One or more tags to be assigned to the event subscription.

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

                    One or more tags to be assigned to the event subscription.

                    \n@param tags One or more tags to be assigned to the event subscription.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                    One or more tags to be assigned to the event subscription.

                    \n

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

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

                    One or more tags to be assigned to the event subscription.

                    \n@param tags One or more tags to be assigned 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                    One or more tags to be assigned 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 AWS DMS event notification subscription. This 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 AWS DMS event notification subscription. This name must be less than 255 characters.

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

                    The name of the AWS DMS event notification subscription. This name must be less than 255 characters.

                    \n@param subscriptionName The name of the AWS DMS event notification subscription. This 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 AWS DMS event notification subscription. This name must be less than 255 characters.

                    \n@return The name of the AWS DMS event notification subscription. This 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubscriptionName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubscriptionName", "sensitive" : false, "setterDocumentation" : "

                    The name of the AWS DMS event notification subscription. This name must be less than 255 characters.

                    \n@param subscriptionName The name of the AWS DMS event notification subscription. This name must be less than 255 characters.", "setterMethodName" : "setSubscriptionName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subscriptionName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "subscriptionName", "variableType" : "String", "documentation" : "

                    The name of the AWS DMS event notification subscription. This 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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnsTopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnsTopicArn", "sensitive" : false, "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, "timestampFormat" : null, "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 | 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 #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 | replication-task

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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 | replication-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 | replication-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 | replication-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 | 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" : "SourceType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceType", "sensitive" : false, "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 | replication-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 | replication-task", "setterMethodName" : "setSourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "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 | replication-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. For more information, see 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. For more information, see Working with Events and Notifications in the AWS Database Migration Service User Guide.

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

                    A list of event categories for a source type that you want to subscribe to. For more information, see 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. For more information, see 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. For more information, see 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. For more information, see 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventCategories", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "EventCategories", "sensitive" : false, "setterDocumentation" : "

                    A list of event categories for a source type that you want to subscribe to. For more information, see 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. For more information, see 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, "timestampFormat" : null, "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. For more information, see 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" : "

                    A list of identifiers for which AWS DMS provides notification events.

                    If you don't specify a value, notifications are provided for all sources.

                    If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance 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 #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" : "

                    A list of identifiers for which AWS DMS provides notification events.

                    If you don't specify a value, notifications are provided for all sources.

                    If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.

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

                    A list of identifiers for which AWS DMS provides notification events.

                    If you don't specify a value, notifications are provided for all sources.

                    If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.

                    \n@param sourceIds A list of identifiers for which AWS DMS provides notification events.

                    If you don't specify a value, notifications are provided for all sources.

                    If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceIds", "getterDocumentation" : "

                    A list of identifiers for which AWS DMS provides notification events.

                    If you don't specify a value, notifications are provided for all sources.

                    If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.

                    \n

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

                    \n@return A list of identifiers for which AWS DMS provides notification events.

                    If you don't specify a value, notifications are provided for all sources.

                    If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance 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" : "SourceIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SourceIds", "sensitive" : false, "setterDocumentation" : "

                    A list of identifiers for which AWS DMS provides notification events.

                    If you don't specify a value, notifications are provided for all sources.

                    If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.

                    \n@param sourceIds A list of identifiers for which AWS DMS provides notification events.

                    If you don't specify a value, notifications are provided for all sources.

                    If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.", "setterMethodName" : "setSourceIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "sourceIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "sourceIds", "variableType" : "java.util.List", "documentation" : "

                    A list of identifiers for which AWS DMS provides notification events.

                    If you don't specify a value, notifications are provided for all sources.

                    If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.

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

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "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, "timestampFormat" : null, "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" : "

                    One or more tags to be assigned 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" : "

                    One or more tags to be assigned to the event subscription.

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

                    One or more tags to be assigned to the event subscription.

                    \n@param tags One or more tags to be assigned to the event subscription.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                    One or more tags to be assigned to the event subscription.

                    \n

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

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

                    One or more tags to be assigned to the event subscription.

                    \n@param tags One or more tags to be assigned 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                    One or more tags to be assigned 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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventSubscription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "EventSubscription", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventSubscription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "EventSubscription", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventSubscription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "EventSubscription", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "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

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceIdentifier", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AllocatedStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "AllocatedStorage", "sensitive" : false, "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, "timestampFormat" : null, "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

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceClass", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceClass", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VpcSecurityGroupIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "VpcSecurityGroupIds", "sensitive" : false, "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, "timestampFormat" : null, "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 AWS Availability Zone where the replication instance will be created. The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region, for 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 AWS Availability Zone where the replication instance will be created. The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region, for example: us-east-1d

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

                    The AWS Availability Zone where the replication instance will be created. The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region, for example: us-east-1d

                    \n@param availabilityZone The AWS Availability Zone where the replication instance will be created. The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region, for example: us-east-1d\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "availabilityZone", "getterDocumentation" : "

                    The AWS Availability Zone where the replication instance will be created. The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region, for example: us-east-1d

                    \n@return The AWS Availability Zone where the replication instance will be created. The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region, for 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityZone", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AvailabilityZone", "sensitive" : false, "setterDocumentation" : "

                    The AWS Availability Zone where the replication instance will be created. The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region, for example: us-east-1d

                    \n@param availabilityZone The AWS Availability Zone where the replication instance will be created. The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region, for example: us-east-1d", "setterMethodName" : "setAvailabilityZone", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "availabilityZone", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "availabilityZone", "variableType" : "String", "documentation" : "

                    The AWS Availability Zone where the replication instance will be created. The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region, for 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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroupIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationSubnetGroupIdentifier", "sensitive" : false, "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, "timestampFormat" : null, "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 AWS 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 AWS Region, occurring on a random day of the week.

                    Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun

                    Constraints: Minimum 30-minute window.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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 AWS 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 AWS 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 AWS 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 AWS 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredMaintenanceWindow", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PreferredMaintenanceWindow", "sensitive" : false, "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 AWS 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 AWS 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, "timestampFormat" : null, "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 AWS 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 whether 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 whether the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

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

                    Specifies whether 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 whether 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 whether 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 whether 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MultiAZ", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "MultiAZ", "sensitive" : false, "setterDocumentation" : "

                    Specifies whether 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 whether 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "multiAZ", "variableType" : "Boolean", "documentation" : "

                    Specifies whether 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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EngineVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EngineVersion", "sensitive" : false, "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, "timestampFormat" : null, "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 whether minor engine upgrades will be applied automatically to the replication instance during the maintenance window. This parameter defaults to true.

                    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 whether minor engine upgrades will be applied automatically to the replication instance during the maintenance window. This parameter defaults to true.

                    Default: true

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

                    Indicates whether minor engine upgrades will be applied automatically to the replication instance during the maintenance window. This parameter defaults to true.

                    Default: true

                    \n@param autoMinorVersionUpgrade Indicates whether minor engine upgrades will be applied automatically to the replication instance during the maintenance window. This parameter defaults to true.

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

                    Indicates whether minor engine upgrades will be applied automatically to the replication instance during the maintenance window. This parameter defaults to true.

                    Default: true

                    \n@return Indicates whether minor engine upgrades will be applied automatically to the replication instance during the maintenance window. This parameter defaults to true.

                    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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AutoMinorVersionUpgrade", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "AutoMinorVersionUpgrade", "sensitive" : false, "setterDocumentation" : "

                    Indicates whether minor engine upgrades will be applied automatically to the replication instance during the maintenance window. This parameter defaults to true.

                    Default: true

                    \n@param autoMinorVersionUpgrade Indicates whether minor engine upgrades will be applied automatically to the replication instance during the maintenance window. This parameter defaults to true.

                    Default: true", "setterMethodName" : "setAutoMinorVersionUpgrade", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "documentation" : "

                    Indicates whether minor engine upgrades will be applied automatically to the replication instance during the maintenance window. This parameter defaults to true.

                    Default: true

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

                    One or more tags to be assigned 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" : "

                    One or more tags to be assigned to the replication instance.

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

                    One or more tags to be assigned to the replication instance.

                    \n@param tags One or more tags to be assigned to the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                    One or more tags to be assigned to the replication instance.

                    \n

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

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

                    One or more tags to be assigned to the replication instance.

                    \n@param tags One or more tags to be assigned 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                    One or more tags to be assigned to the replication instance.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKmsKeyId", "beanStyleSetterMethodName" : "setKmsKeyId", "c2jName" : "KmsKeyId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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" : "

                    An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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.

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

                    An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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" : "

                    An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "KmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KmsKeyId", "sensitive" : false, "setterDocumentation" : "

                    An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

                    An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PubliclyAccessible", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "PubliclyAccessible", "sensitive" : false, "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, "timestampFormat" : null, "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" : "getDnsNameServers", "beanStyleSetterMethodName" : "setDnsNameServers", "c2jName" : "DnsNameServers", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    A list of DNS name servers supported 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 #dnsNameServers(String)}.\n@param dnsNameServers a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dnsNameServers(String)", "deprecated" : false, "documentation" : "

                    A list of DNS name servers supported for the replication instance.

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

                    A list of DNS name servers supported for the replication instance.

                    \n@param dnsNameServers A list of DNS name servers supported for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dnsNameServers", "getterDocumentation" : "

                    A list of DNS name servers supported for the replication instance.

                    \n@return A list of DNS name servers supported 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" : "DnsNameServers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DnsNameServers", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DnsNameServers", "sensitive" : false, "setterDocumentation" : "

                    A list of DNS name servers supported for the replication instance.

                    \n@param dnsNameServers A list of DNS name servers supported for the replication instance.", "setterMethodName" : "setDnsNameServers", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dnsNameServers", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "dnsNameServers", "variableType" : "String", "documentation" : "

                    A list of DNS name servers supported for 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) 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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AllocatedStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "AllocatedStorage", "sensitive" : false, "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, "timestampFormat" : null, "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 whether minor engine upgrades will be applied automatically to the replication instance during the maintenance window. This parameter defaults to true.

                    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 whether minor engine upgrades will be applied automatically to the replication instance during the maintenance window. This parameter defaults to true.

                    Default: true

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

                    Indicates whether minor engine upgrades will be applied automatically to the replication instance during the maintenance window. This parameter defaults to true.

                    Default: true

                    \n@param autoMinorVersionUpgrade Indicates whether minor engine upgrades will be applied automatically to the replication instance during the maintenance window. This parameter defaults to true.

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

                    Indicates whether minor engine upgrades will be applied automatically to the replication instance during the maintenance window. This parameter defaults to true.

                    Default: true

                    \n@return Indicates whether minor engine upgrades will be applied automatically to the replication instance during the maintenance window. This parameter defaults to true.

                    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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AutoMinorVersionUpgrade", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "AutoMinorVersionUpgrade", "sensitive" : false, "setterDocumentation" : "

                    Indicates whether minor engine upgrades will be applied automatically to the replication instance during the maintenance window. This parameter defaults to true.

                    Default: true

                    \n@param autoMinorVersionUpgrade Indicates whether minor engine upgrades will be applied automatically to the replication instance during the maintenance window. This parameter defaults to true.

                    Default: true", "setterMethodName" : "setAutoMinorVersionUpgrade", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "documentation" : "

                    Indicates whether minor engine upgrades will be applied automatically to the replication instance during the maintenance window. This parameter defaults to true.

                    Default: true

                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "AvailabilityZone" : { "beanStyleGetterMethodName" : "getAvailabilityZone", "beanStyleSetterMethodName" : "setAvailabilityZone", "c2jName" : "AvailabilityZone", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The AWS Availability Zone where the replication instance will be created. The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region, for 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 AWS Availability Zone where the replication instance will be created. The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region, for example: us-east-1d

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

                    The AWS Availability Zone where the replication instance will be created. The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region, for example: us-east-1d

                    \n@param availabilityZone The AWS Availability Zone where the replication instance will be created. The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region, for example: us-east-1d\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "availabilityZone", "getterDocumentation" : "

                    The AWS Availability Zone where the replication instance will be created. The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region, for example: us-east-1d

                    \n@return The AWS Availability Zone where the replication instance will be created. The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region, for 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityZone", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AvailabilityZone", "sensitive" : false, "setterDocumentation" : "

                    The AWS Availability Zone where the replication instance will be created. The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region, for example: us-east-1d

                    \n@param availabilityZone The AWS Availability Zone where the replication instance will be created. The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region, for example: us-east-1d", "setterMethodName" : "setAvailabilityZone", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "availabilityZone", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "availabilityZone", "variableType" : "String", "documentation" : "

                    The AWS Availability Zone where the replication instance will be created. The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region, for example: us-east-1d

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DnsNameServers" : { "beanStyleGetterMethodName" : "getDnsNameServers", "beanStyleSetterMethodName" : "setDnsNameServers", "c2jName" : "DnsNameServers", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    A list of DNS name servers supported 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 #dnsNameServers(String)}.\n@param dnsNameServers a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dnsNameServers(String)", "deprecated" : false, "documentation" : "

                    A list of DNS name servers supported for the replication instance.

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

                    A list of DNS name servers supported for the replication instance.

                    \n@param dnsNameServers A list of DNS name servers supported for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dnsNameServers", "getterDocumentation" : "

                    A list of DNS name servers supported for the replication instance.

                    \n@return A list of DNS name servers supported 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" : "DnsNameServers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DnsNameServers", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DnsNameServers", "sensitive" : false, "setterDocumentation" : "

                    A list of DNS name servers supported for the replication instance.

                    \n@param dnsNameServers A list of DNS name servers supported for the replication instance.", "setterMethodName" : "setDnsNameServers", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dnsNameServers", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "dnsNameServers", "variableType" : "String", "documentation" : "

                    A list of DNS name servers supported for the replication 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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EngineVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EngineVersion", "sensitive" : false, "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, "timestampFormat" : null, "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" : "

                    An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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" : "

                    An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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.

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

                    An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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" : "

                    An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "KmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KmsKeyId", "sensitive" : false, "setterDocumentation" : "

                    An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

                    An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 whether 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 whether the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

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

                    Specifies whether 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 whether 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 whether 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 whether 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MultiAZ", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "MultiAZ", "sensitive" : false, "setterDocumentation" : "

                    Specifies whether 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 whether 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "multiAZ", "variableType" : "Boolean", "documentation" : "

                    Specifies whether 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 AWS 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 AWS Region, occurring on a random day of the week.

                    Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun

                    Constraints: Minimum 30-minute window.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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 AWS 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 AWS 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 AWS 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 AWS 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredMaintenanceWindow", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PreferredMaintenanceWindow", "sensitive" : false, "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 AWS 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 AWS 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, "timestampFormat" : null, "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 AWS 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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PubliclyAccessible", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "PubliclyAccessible", "sensitive" : false, "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, "timestampFormat" : null, "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

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceClass", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceClass", "sensitive" : false, "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, "timestampFormat" : null, "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

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceIdentifier", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroupIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationSubnetGroupIdentifier", "sensitive" : false, "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, "timestampFormat" : null, "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" : "

                    One or more tags to be assigned 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" : "

                    One or more tags to be assigned to the replication instance.

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

                    One or more tags to be assigned to the replication instance.

                    \n@param tags One or more tags to be assigned to the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                    One or more tags to be assigned to the replication instance.

                    \n

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

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

                    One or more tags to be assigned to the replication instance.

                    \n@param tags One or more tags to be assigned 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                    One or more tags to be assigned to 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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VpcSecurityGroupIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "VpcSecurityGroupIds", "sensitive" : false, "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, "timestampFormat" : null, "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

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceIdentifier", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AllocatedStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "AllocatedStorage", "sensitive" : false, "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, "timestampFormat" : null, "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

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceClass", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceClass", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VpcSecurityGroupIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "VpcSecurityGroupIds", "sensitive" : false, "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, "timestampFormat" : null, "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 AWS Availability Zone where the replication instance will be created. The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region, for 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 AWS Availability Zone where the replication instance will be created. The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region, for example: us-east-1d

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

                    The AWS Availability Zone where the replication instance will be created. The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region, for example: us-east-1d

                    \n@param availabilityZone The AWS Availability Zone where the replication instance will be created. The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region, for example: us-east-1d\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "availabilityZone", "getterDocumentation" : "

                    The AWS Availability Zone where the replication instance will be created. The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region, for example: us-east-1d

                    \n@return The AWS Availability Zone where the replication instance will be created. The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region, for 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityZone", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AvailabilityZone", "sensitive" : false, "setterDocumentation" : "

                    The AWS Availability Zone where the replication instance will be created. The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region, for example: us-east-1d

                    \n@param availabilityZone The AWS Availability Zone where the replication instance will be created. The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region, for example: us-east-1d", "setterMethodName" : "setAvailabilityZone", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "availabilityZone", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "availabilityZone", "variableType" : "String", "documentation" : "

                    The AWS Availability Zone where the replication instance will be created. The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region, for 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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroupIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationSubnetGroupIdentifier", "sensitive" : false, "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, "timestampFormat" : null, "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 AWS 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 AWS Region, occurring on a random day of the week.

                    Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun

                    Constraints: Minimum 30-minute window.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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 AWS 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 AWS 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 AWS 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 AWS 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredMaintenanceWindow", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PreferredMaintenanceWindow", "sensitive" : false, "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 AWS 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 AWS 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, "timestampFormat" : null, "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 AWS 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 whether 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 whether the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

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

                    Specifies whether 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 whether 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 whether 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 whether 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MultiAZ", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "MultiAZ", "sensitive" : false, "setterDocumentation" : "

                    Specifies whether 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 whether 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "multiAZ", "variableType" : "Boolean", "documentation" : "

                    Specifies whether 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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EngineVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EngineVersion", "sensitive" : false, "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, "timestampFormat" : null, "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 whether minor engine upgrades will be applied automatically to the replication instance during the maintenance window. This parameter defaults to true.

                    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 whether minor engine upgrades will be applied automatically to the replication instance during the maintenance window. This parameter defaults to true.

                    Default: true

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

                    Indicates whether minor engine upgrades will be applied automatically to the replication instance during the maintenance window. This parameter defaults to true.

                    Default: true

                    \n@param autoMinorVersionUpgrade Indicates whether minor engine upgrades will be applied automatically to the replication instance during the maintenance window. This parameter defaults to true.

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

                    Indicates whether minor engine upgrades will be applied automatically to the replication instance during the maintenance window. This parameter defaults to true.

                    Default: true

                    \n@return Indicates whether minor engine upgrades will be applied automatically to the replication instance during the maintenance window. This parameter defaults to true.

                    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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AutoMinorVersionUpgrade", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "AutoMinorVersionUpgrade", "sensitive" : false, "setterDocumentation" : "

                    Indicates whether minor engine upgrades will be applied automatically to the replication instance during the maintenance window. This parameter defaults to true.

                    Default: true

                    \n@param autoMinorVersionUpgrade Indicates whether minor engine upgrades will be applied automatically to the replication instance during the maintenance window. This parameter defaults to true.

                    Default: true", "setterMethodName" : "setAutoMinorVersionUpgrade", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "documentation" : "

                    Indicates whether minor engine upgrades will be applied automatically to the replication instance during the maintenance window. This parameter defaults to true.

                    Default: true

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

                    One or more tags to be assigned 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" : "

                    One or more tags to be assigned to the replication instance.

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

                    One or more tags to be assigned to the replication instance.

                    \n@param tags One or more tags to be assigned to the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                    One or more tags to be assigned to the replication instance.

                    \n

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

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

                    One or more tags to be assigned to the replication instance.

                    \n@param tags One or more tags to be assigned 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                    One or more tags to be assigned to the replication instance.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKmsKeyId", "beanStyleSetterMethodName" : "setKmsKeyId", "c2jName" : "KmsKeyId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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" : "

                    An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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.

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

                    An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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" : "

                    An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "KmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KmsKeyId", "sensitive" : false, "setterDocumentation" : "

                    An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

                    An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                    If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PubliclyAccessible", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "PubliclyAccessible", "sensitive" : false, "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, "timestampFormat" : null, "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" : "getDnsNameServers", "beanStyleSetterMethodName" : "setDnsNameServers", "c2jName" : "DnsNameServers", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    A list of DNS name servers supported 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 #dnsNameServers(String)}.\n@param dnsNameServers a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dnsNameServers(String)", "deprecated" : false, "documentation" : "

                    A list of DNS name servers supported for the replication instance.

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

                    A list of DNS name servers supported for the replication instance.

                    \n@param dnsNameServers A list of DNS name servers supported for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dnsNameServers", "getterDocumentation" : "

                    A list of DNS name servers supported for the replication instance.

                    \n@return A list of DNS name servers supported 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" : "DnsNameServers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DnsNameServers", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DnsNameServers", "sensitive" : false, "setterDocumentation" : "

                    A list of DNS name servers supported for the replication instance.

                    \n@param dnsNameServers A list of DNS name servers supported for the replication instance.", "setterMethodName" : "setDnsNameServers", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dnsNameServers", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "dnsNameServers", "variableType" : "String", "documentation" : "

                    A list of DNS name servers supported for the replication instance.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstance", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationInstance", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstance", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationInstance", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstance", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationInstance", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "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

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroupIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationSubnetGroupIdentifier", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroupDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationSubnetGroupDescription", "sensitive" : false, "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, "timestampFormat" : null, "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" : "

                    One or more subnet IDs 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 #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" : "

                    One or more subnet IDs to be assigned to the subnet group.

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

                    One or more subnet IDs to be assigned to the subnet group.

                    \n@param subnetIds One or more subnet IDs to be assigned to the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetIds", "getterDocumentation" : "

                    One or more subnet IDs 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 One or more subnet IDs 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" : "SubnetIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SubnetIds", "sensitive" : false, "setterDocumentation" : "

                    One or more subnet IDs to be assigned to the subnet group.

                    \n@param subnetIds One or more subnet IDs to be assigned to 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetIds", "variableType" : "java.util.List", "documentation" : "

                    One or more subnet IDs to be assigned to the subnet group.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                    One or more tags 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" : "

                    One or more tags to be assigned to the subnet group.

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

                    One or more tags to be assigned to the subnet group.

                    \n@param tags One or more tags 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" : "

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

                    One or more tags to be assigned to the subnet group.

                    \n@param tags One or more tags 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                    One or more tags 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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroupDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationSubnetGroupDescription", "sensitive" : false, "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, "timestampFormat" : null, "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

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroupIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationSubnetGroupIdentifier", "sensitive" : false, "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, "timestampFormat" : null, "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" : "

                    One or more subnet IDs 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 #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" : "

                    One or more subnet IDs to be assigned to the subnet group.

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

                    One or more subnet IDs to be assigned to the subnet group.

                    \n@param subnetIds One or more subnet IDs to be assigned to the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetIds", "getterDocumentation" : "

                    One or more subnet IDs 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 One or more subnet IDs 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" : "SubnetIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SubnetIds", "sensitive" : false, "setterDocumentation" : "

                    One or more subnet IDs to be assigned to the subnet group.

                    \n@param subnetIds One or more subnet IDs to be assigned to 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetIds", "variableType" : "java.util.List", "documentation" : "

                    One or more subnet IDs to be assigned to the subnet group.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Tags" : { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                    One or more tags 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" : "

                    One or more tags to be assigned to the subnet group.

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

                    One or more tags to be assigned to the subnet group.

                    \n@param tags One or more tags 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" : "

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

                    One or more tags to be assigned to the subnet group.

                    \n@param tags One or more tags 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                    One or more tags 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

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroupIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationSubnetGroupIdentifier", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroupDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationSubnetGroupDescription", "sensitive" : false, "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, "timestampFormat" : null, "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" : "

                    One or more subnet IDs 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 #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" : "

                    One or more subnet IDs to be assigned to the subnet group.

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

                    One or more subnet IDs to be assigned to the subnet group.

                    \n@param subnetIds One or more subnet IDs to be assigned to the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetIds", "getterDocumentation" : "

                    One or more subnet IDs 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 One or more subnet IDs 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" : "SubnetIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SubnetIds", "sensitive" : false, "setterDocumentation" : "

                    One or more subnet IDs to be assigned to the subnet group.

                    \n@param subnetIds One or more subnet IDs to be assigned to 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetIds", "variableType" : "java.util.List", "documentation" : "

                    One or more subnet IDs to be assigned to the subnet group.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                    One or more tags 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" : "

                    One or more tags to be assigned to the subnet group.

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

                    One or more tags to be assigned to the subnet group.

                    \n@param tags One or more tags 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" : "

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

                    One or more tags to be assigned to the subnet group.

                    \n@param tags One or more tags 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                    One or more tags 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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationSubnetGroup", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationSubnetGroup", "sensitive" : false, "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, "timestampFormat" : null, "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.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationSubnetGroup", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreateReplicationTask", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.CreateReplicationTask", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getReplicationTaskIdentifier", "beanStyleSetterMethodName" : "setReplicationTaskIdentifier", "c2jName" : "ReplicationTaskIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An identifier for the replication task.

                    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" : "

                    An identifier for the replication task.

                    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.

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

                    An identifier for the replication task.

                    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 An identifier for the replication task.

                    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" : "

                      An identifier for the replication task.

                      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 An identifier for the replication task.

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

                        An identifier for the replication task.

                        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 An identifier for the replication task.

                        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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskIdentifier", "variableType" : "String", "documentation" : "

                          An identifier for the replication task.

                          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" : "

                          An Amazon Resource Name (ARN) that uniquely identifies the 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 #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" : "

                          An Amazon Resource Name (ARN) that uniquely identifies the source endpoint.

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

                          An Amazon Resource Name (ARN) that uniquely identifies the source endpoint.

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

                          An Amazon Resource Name (ARN) that uniquely identifies the source endpoint.

                          \n@return An Amazon Resource Name (ARN) that uniquely identifies the 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" : "SourceEndpointArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceEndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceEndpointArn", "sensitive" : false, "setterDocumentation" : "

                          An Amazon Resource Name (ARN) that uniquely identifies the source endpoint.

                          \n@param sourceEndpointArn An Amazon Resource Name (ARN) that uniquely identifies the source endpoint.", "setterMethodName" : "setSourceEndpointArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceEndpointArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceEndpointArn", "variableType" : "String", "documentation" : "

                          An Amazon Resource Name (ARN) that uniquely identifies the source endpoint.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTargetEndpointArn", "beanStyleSetterMethodName" : "setTargetEndpointArn", "c2jName" : "TargetEndpointArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                          An Amazon Resource Name (ARN) that uniquely identifies the target 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" : "

                          An Amazon Resource Name (ARN) that uniquely identifies the target endpoint.

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

                          An Amazon Resource Name (ARN) that uniquely identifies the target endpoint.

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

                          An Amazon Resource Name (ARN) that uniquely identifies the target endpoint.

                          \n@return An Amazon Resource Name (ARN) that uniquely identifies the target 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetEndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetEndpointArn", "sensitive" : false, "setterDocumentation" : "

                          An Amazon Resource Name (ARN) that uniquely identifies the target endpoint.

                          \n@param targetEndpointArn An Amazon Resource Name (ARN) that uniquely identifies the target endpoint.", "setterMethodName" : "setTargetEndpointArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetEndpointArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetEndpointArn", "variableType" : "String", "documentation" : "

                          An Amazon Resource Name (ARN) that uniquely identifies the target endpoint.

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

                          The Amazon Resource Name (ARN) of a 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 a replication instance.

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

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

                          \n@param replicationInstanceArn The Amazon Resource Name (ARN) of a 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 a replication instance.

                          \n@return The Amazon Resource Name (ARN) of a 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "sensitive" : false, "setterDocumentation" : "

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

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

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

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMigrationTypeAsString", "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 #migrationTypeAsString(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

                          ", "endpointDiscoveryId" : false, "enumType" : "MigrationTypeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "migrationType", "fluentEnumSetterMethodName" : "migrationType", "fluentGetterMethodName" : "migrationTypeAsString", "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 #migrationTypeAsString}.\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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MigrationType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MigrationType", "sensitive" : false, "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, "timestampFormat" : null, "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" : "

                          The table mappings for the task, in JSON format. For more information, see Table Mapping in the AWS Database Migration User Guide.

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

                          The table mappings for the task, in JSON format. For more information, see Table Mapping in the AWS Database Migration User Guide.

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

                          The table mappings for the task, in JSON format. For more information, see Table Mapping in the AWS Database Migration User Guide.

                          \n@param tableMappings The table mappings for the task, in JSON format. For more information, see Table Mapping in the AWS Database Migration User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tableMappings", "getterDocumentation" : "

                          The table mappings for the task, in JSON format. For more information, see Table Mapping in the AWS Database Migration User Guide.

                          \n@return The table mappings for the task, in JSON format. For more information, see Table Mapping in the AWS Database Migration User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TableMappings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TableMappings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TableMappings", "sensitive" : false, "setterDocumentation" : "

                          The table mappings for the task, in JSON format. For more information, see Table Mapping in the AWS Database Migration User Guide.

                          \n@param tableMappings The table mappings for the task, in JSON format. For more information, see Table Mapping in the AWS Database Migration User Guide.", "setterMethodName" : "setTableMappings", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableMappings", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "tableMappings", "variableType" : "String", "documentation" : "

                          The table mappings for the task, in JSON format. For more information, see Table Mapping in the AWS Database Migration User Guide.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationTaskSettings", "beanStyleSetterMethodName" : "setReplicationTaskSettings", "c2jName" : "ReplicationTaskSettings", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                          Overall settings for the task, in JSON format. For more information, see Task Settings in the AWS Database Migration User Guide.

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

                          Overall settings for the task, in JSON format. For more information, see Task Settings in the AWS Database Migration User Guide.

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

                          Overall settings for the task, in JSON format. For more information, see Task Settings in the AWS Database Migration User Guide.

                          \n@param replicationTaskSettings Overall settings for the task, in JSON format. For more information, see Task Settings in the AWS Database Migration User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskSettings", "getterDocumentation" : "

                          Overall settings for the task, in JSON format. For more information, see Task Settings in the AWS Database Migration User Guide.

                          \n@return Overall settings for the task, in JSON format. For more information, see Task Settings in the AWS Database Migration User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTaskSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskSettings", "sensitive" : false, "setterDocumentation" : "

                          Overall settings for the task, in JSON format. For more information, see Task Settings in the AWS Database Migration User Guide.

                          \n@param replicationTaskSettings Overall settings for the task, in JSON format. For more information, see Task Settings in the AWS Database Migration User Guide.", "setterMethodName" : "setReplicationTaskSettings", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskSettings", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskSettings", "variableType" : "String", "documentation" : "

                          Overall settings for the task, in JSON format. For more information, see Task Settings in the AWS Database Migration User Guide.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCdcStartTime", "beanStyleSetterMethodName" : "setCdcStartTime", "c2jName" : "CdcStartTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                          Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                          Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

                          \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" : "

                          Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                          Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

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

                          Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                          Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

                          \n@param cdcStartTime Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                          Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cdcStartTime", "getterDocumentation" : "

                          Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                          Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

                          \n@return Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                          Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CdcStartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CdcStartTime", "sensitive" : false, "setterDocumentation" : "

                          Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                          Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

                          \n@param cdcStartTime Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                          Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”", "setterMethodName" : "setCdcStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cdcStartTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cdcStartTime", "variableType" : "java.time.Instant", "documentation" : "

                          Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                          Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

                          ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCdcStartPosition", "beanStyleSetterMethodName" : "setCdcStartPosition", "c2jName" : "CdcStartPosition", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                          Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                          The value can be in date, checkpoint, or LSN/SCN format.

                          Date Example: --cdc-start-position “2018-03-08T12:12:12”

                          Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                          LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

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

                          Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                          The value can be in date, checkpoint, or LSN/SCN format.

                          Date Example: --cdc-start-position “2018-03-08T12:12:12”

                          Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                          LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

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

                          Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                          The value can be in date, checkpoint, or LSN/SCN format.

                          Date Example: --cdc-start-position “2018-03-08T12:12:12”

                          Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                          LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                          \n@param cdcStartPosition Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                          The value can be in date, checkpoint, or LSN/SCN format.

                          Date Example: --cdc-start-position “2018-03-08T12:12:12”

                          Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                          LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cdcStartPosition", "getterDocumentation" : "

                          Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                          The value can be in date, checkpoint, or LSN/SCN format.

                          Date Example: --cdc-start-position “2018-03-08T12:12:12”

                          Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                          LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                          \n@return Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                          The value can be in date, checkpoint, or LSN/SCN format.

                          Date Example: --cdc-start-position “2018-03-08T12:12:12”

                          Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                          LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CdcStartPosition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CdcStartPosition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CdcStartPosition", "sensitive" : false, "setterDocumentation" : "

                          Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                          The value can be in date, checkpoint, or LSN/SCN format.

                          Date Example: --cdc-start-position “2018-03-08T12:12:12”

                          Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                          LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                          \n@param cdcStartPosition Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                          The value can be in date, checkpoint, or LSN/SCN format.

                          Date Example: --cdc-start-position “2018-03-08T12:12:12”

                          Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                          LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”", "setterMethodName" : "setCdcStartPosition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cdcStartPosition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cdcStartPosition", "variableType" : "String", "documentation" : "

                          Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                          The value can be in date, checkpoint, or LSN/SCN format.

                          Date Example: --cdc-start-position “2018-03-08T12:12:12”

                          Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                          LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCdcStopPosition", "beanStyleSetterMethodName" : "setCdcStopPosition", "c2jName" : "CdcStopPosition", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                          Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                          Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                          Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

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

                          Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                          Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                          Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

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

                          Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                          Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                          Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                          \n@param cdcStopPosition Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                          Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                          Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cdcStopPosition", "getterDocumentation" : "

                          Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                          Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                          Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                          \n@return Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                          Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                          Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CdcStopPosition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CdcStopPosition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CdcStopPosition", "sensitive" : false, "setterDocumentation" : "

                          Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                          Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                          Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                          \n@param cdcStopPosition Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                          Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                          Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “", "setterMethodName" : "setCdcStopPosition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cdcStopPosition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cdcStopPosition", "variableType" : "String", "documentation" : "

                          Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                          Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                          Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

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

                          One or more tags to be assigned to the replication task.

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

                          One or more tags to be assigned to the replication task.

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

                          One or more tags to be assigned to the replication task.

                          \n@param tags One or more tags to be assigned to the replication task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                          One or more tags to be assigned to the replication task.

                          \n

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

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

                          One or more tags to be assigned to the replication task.

                          \n@param tags One or more tags to be assigned to the replication task.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                          One or more tags to be assigned to the replication task.

                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CdcStartPosition" : { "beanStyleGetterMethodName" : "getCdcStartPosition", "beanStyleSetterMethodName" : "setCdcStartPosition", "c2jName" : "CdcStartPosition", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                          Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                          The value can be in date, checkpoint, or LSN/SCN format.

                          Date Example: --cdc-start-position “2018-03-08T12:12:12”

                          Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                          LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

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

                          Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                          The value can be in date, checkpoint, or LSN/SCN format.

                          Date Example: --cdc-start-position “2018-03-08T12:12:12”

                          Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                          LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

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

                          Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                          The value can be in date, checkpoint, or LSN/SCN format.

                          Date Example: --cdc-start-position “2018-03-08T12:12:12”

                          Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                          LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                          \n@param cdcStartPosition Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                          The value can be in date, checkpoint, or LSN/SCN format.

                          Date Example: --cdc-start-position “2018-03-08T12:12:12”

                          Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                          LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cdcStartPosition", "getterDocumentation" : "

                          Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                          The value can be in date, checkpoint, or LSN/SCN format.

                          Date Example: --cdc-start-position “2018-03-08T12:12:12”

                          Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                          LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                          \n@return Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                          The value can be in date, checkpoint, or LSN/SCN format.

                          Date Example: --cdc-start-position “2018-03-08T12:12:12”

                          Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                          LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CdcStartPosition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CdcStartPosition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CdcStartPosition", "sensitive" : false, "setterDocumentation" : "

                          Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                          The value can be in date, checkpoint, or LSN/SCN format.

                          Date Example: --cdc-start-position “2018-03-08T12:12:12”

                          Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                          LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                          \n@param cdcStartPosition Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                          The value can be in date, checkpoint, or LSN/SCN format.

                          Date Example: --cdc-start-position “2018-03-08T12:12:12”

                          Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                          LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”", "setterMethodName" : "setCdcStartPosition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cdcStartPosition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cdcStartPosition", "variableType" : "String", "documentation" : "

                          Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                          The value can be in date, checkpoint, or LSN/SCN format.

                          Date Example: --cdc-start-position “2018-03-08T12:12:12”

                          Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                          LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CdcStartTime" : { "beanStyleGetterMethodName" : "getCdcStartTime", "beanStyleSetterMethodName" : "setCdcStartTime", "c2jName" : "CdcStartTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                          Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                          Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

                          \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" : "

                          Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                          Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

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

                          Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                          Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

                          \n@param cdcStartTime Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                          Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cdcStartTime", "getterDocumentation" : "

                          Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                          Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

                          \n@return Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                          Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CdcStartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CdcStartTime", "sensitive" : false, "setterDocumentation" : "

                          Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                          Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

                          \n@param cdcStartTime Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                          Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”", "setterMethodName" : "setCdcStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cdcStartTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cdcStartTime", "variableType" : "java.time.Instant", "documentation" : "

                          Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                          Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

                          ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "CdcStopPosition" : { "beanStyleGetterMethodName" : "getCdcStopPosition", "beanStyleSetterMethodName" : "setCdcStopPosition", "c2jName" : "CdcStopPosition", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                          Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                          Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                          Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

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

                          Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                          Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                          Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

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

                          Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                          Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                          Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                          \n@param cdcStopPosition Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                          Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                          Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cdcStopPosition", "getterDocumentation" : "

                          Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                          Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                          Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                          \n@return Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                          Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                          Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CdcStopPosition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CdcStopPosition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CdcStopPosition", "sensitive" : false, "setterDocumentation" : "

                          Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                          Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                          Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                          \n@param cdcStopPosition Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                          Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                          Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “", "setterMethodName" : "setCdcStopPosition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cdcStopPosition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cdcStopPosition", "variableType" : "String", "documentation" : "

                          Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                          Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                          Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MigrationType" : { "beanStyleGetterMethodName" : "getMigrationTypeAsString", "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 #migrationTypeAsString(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

                          ", "endpointDiscoveryId" : false, "enumType" : "MigrationTypeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "migrationType", "fluentEnumSetterMethodName" : "migrationType", "fluentGetterMethodName" : "migrationTypeAsString", "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 #migrationTypeAsString}.\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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MigrationType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MigrationType", "sensitive" : false, "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, "timestampFormat" : null, "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 }, "ReplicationInstanceArn" : { "beanStyleGetterMethodName" : "getReplicationInstanceArn", "beanStyleSetterMethodName" : "setReplicationInstanceArn", "c2jName" : "ReplicationInstanceArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                          The Amazon Resource Name (ARN) of a 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 a replication instance.

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

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

                          \n@param replicationInstanceArn The Amazon Resource Name (ARN) of a 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 a replication instance.

                          \n@return The Amazon Resource Name (ARN) of a 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "sensitive" : false, "setterDocumentation" : "

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

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

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

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationTaskIdentifier" : { "beanStyleGetterMethodName" : "getReplicationTaskIdentifier", "beanStyleSetterMethodName" : "setReplicationTaskIdentifier", "c2jName" : "ReplicationTaskIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                          An identifier for the replication task.

                          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" : "

                          An identifier for the replication task.

                          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.

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

                          An identifier for the replication task.

                          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 An identifier for the replication task.

                          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" : "

                            An identifier for the replication task.

                            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 An identifier for the replication task.

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

                              An identifier for the replication task.

                              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 An identifier for the replication task.

                              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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskIdentifier", "variableType" : "String", "documentation" : "

                                An identifier for the replication task.

                                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" : "

                                Overall settings for the task, in JSON format. For more information, see Task Settings in the AWS Database Migration User Guide.

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

                                Overall settings for the task, in JSON format. For more information, see Task Settings in the AWS Database Migration User Guide.

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

                                Overall settings for the task, in JSON format. For more information, see Task Settings in the AWS Database Migration User Guide.

                                \n@param replicationTaskSettings Overall settings for the task, in JSON format. For more information, see Task Settings in the AWS Database Migration User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskSettings", "getterDocumentation" : "

                                Overall settings for the task, in JSON format. For more information, see Task Settings in the AWS Database Migration User Guide.

                                \n@return Overall settings for the task, in JSON format. For more information, see Task Settings in the AWS Database Migration User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTaskSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskSettings", "sensitive" : false, "setterDocumentation" : "

                                Overall settings for the task, in JSON format. For more information, see Task Settings in the AWS Database Migration User Guide.

                                \n@param replicationTaskSettings Overall settings for the task, in JSON format. For more information, see Task Settings in the AWS Database Migration User Guide.", "setterMethodName" : "setReplicationTaskSettings", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskSettings", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskSettings", "variableType" : "String", "documentation" : "

                                Overall settings for the task, in JSON format. For more information, see Task Settings in the AWS Database Migration User Guide.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SourceEndpointArn" : { "beanStyleGetterMethodName" : "getSourceEndpointArn", "beanStyleSetterMethodName" : "setSourceEndpointArn", "c2jName" : "SourceEndpointArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                An Amazon Resource Name (ARN) that uniquely identifies the 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 #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" : "

                                An Amazon Resource Name (ARN) that uniquely identifies the source endpoint.

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

                                An Amazon Resource Name (ARN) that uniquely identifies the source endpoint.

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

                                An Amazon Resource Name (ARN) that uniquely identifies the source endpoint.

                                \n@return An Amazon Resource Name (ARN) that uniquely identifies the 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" : "SourceEndpointArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceEndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceEndpointArn", "sensitive" : false, "setterDocumentation" : "

                                An Amazon Resource Name (ARN) that uniquely identifies the source endpoint.

                                \n@param sourceEndpointArn An Amazon Resource Name (ARN) that uniquely identifies the source endpoint.", "setterMethodName" : "setSourceEndpointArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceEndpointArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceEndpointArn", "variableType" : "String", "documentation" : "

                                An Amazon Resource Name (ARN) that uniquely identifies the source endpoint.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TableMappings" : { "beanStyleGetterMethodName" : "getTableMappings", "beanStyleSetterMethodName" : "setTableMappings", "c2jName" : "TableMappings", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The table mappings for the task, in JSON format. For more information, see Table Mapping in the AWS Database Migration User Guide.

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

                                The table mappings for the task, in JSON format. For more information, see Table Mapping in the AWS Database Migration User Guide.

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

                                The table mappings for the task, in JSON format. For more information, see Table Mapping in the AWS Database Migration User Guide.

                                \n@param tableMappings The table mappings for the task, in JSON format. For more information, see Table Mapping in the AWS Database Migration User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tableMappings", "getterDocumentation" : "

                                The table mappings for the task, in JSON format. For more information, see Table Mapping in the AWS Database Migration User Guide.

                                \n@return The table mappings for the task, in JSON format. For more information, see Table Mapping in the AWS Database Migration User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TableMappings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TableMappings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TableMappings", "sensitive" : false, "setterDocumentation" : "

                                The table mappings for the task, in JSON format. For more information, see Table Mapping in the AWS Database Migration User Guide.

                                \n@param tableMappings The table mappings for the task, in JSON format. For more information, see Table Mapping in the AWS Database Migration User Guide.", "setterMethodName" : "setTableMappings", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableMappings", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "tableMappings", "variableType" : "String", "documentation" : "

                                The table mappings for the task, in JSON format. For more information, see Table Mapping in the AWS Database Migration User Guide.

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

                                One or more tags to be assigned to the replication task.

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

                                One or more tags to be assigned to the replication task.

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

                                One or more tags to be assigned to the replication task.

                                \n@param tags One or more tags to be assigned to the replication task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                One or more tags to be assigned to the replication task.

                                \n

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

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

                                One or more tags to be assigned to the replication task.

                                \n@param tags One or more tags to be assigned to the replication task.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                One or more tags to be assigned to the replication task.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "TargetEndpointArn" : { "beanStyleGetterMethodName" : "getTargetEndpointArn", "beanStyleSetterMethodName" : "setTargetEndpointArn", "c2jName" : "TargetEndpointArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                An Amazon Resource Name (ARN) that uniquely identifies the target 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" : "

                                An Amazon Resource Name (ARN) that uniquely identifies the target endpoint.

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

                                An Amazon Resource Name (ARN) that uniquely identifies the target endpoint.

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

                                An Amazon Resource Name (ARN) that uniquely identifies the target endpoint.

                                \n@return An Amazon Resource Name (ARN) that uniquely identifies the target 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetEndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetEndpointArn", "sensitive" : false, "setterDocumentation" : "

                                An Amazon Resource Name (ARN) that uniquely identifies the target endpoint.

                                \n@param targetEndpointArn An Amazon Resource Name (ARN) that uniquely identifies the target endpoint.", "setterMethodName" : "setTargetEndpointArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetEndpointArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetEndpointArn", "variableType" : "String", "documentation" : "

                                An Amazon Resource Name (ARN) that uniquely identifies the target endpoint.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationTaskIdentifier", "beanStyleSetterMethodName" : "setReplicationTaskIdentifier", "c2jName" : "ReplicationTaskIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                An identifier for the replication task.

                                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" : "

                                An identifier for the replication task.

                                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.

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

                                An identifier for the replication task.

                                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 An identifier for the replication task.

                                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" : "

                                  An identifier for the replication task.

                                  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 An identifier for the replication task.

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

                                    An identifier for the replication task.

                                    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 An identifier for the replication task.

                                    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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskIdentifier", "variableType" : "String", "documentation" : "

                                      An identifier for the replication task.

                                      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" : "

                                      An Amazon Resource Name (ARN) that uniquely identifies the 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 #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" : "

                                      An Amazon Resource Name (ARN) that uniquely identifies the source endpoint.

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

                                      An Amazon Resource Name (ARN) that uniquely identifies the source endpoint.

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

                                      An Amazon Resource Name (ARN) that uniquely identifies the source endpoint.

                                      \n@return An Amazon Resource Name (ARN) that uniquely identifies the 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" : "SourceEndpointArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceEndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceEndpointArn", "sensitive" : false, "setterDocumentation" : "

                                      An Amazon Resource Name (ARN) that uniquely identifies the source endpoint.

                                      \n@param sourceEndpointArn An Amazon Resource Name (ARN) that uniquely identifies the source endpoint.", "setterMethodName" : "setSourceEndpointArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceEndpointArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceEndpointArn", "variableType" : "String", "documentation" : "

                                      An Amazon Resource Name (ARN) that uniquely identifies the source endpoint.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTargetEndpointArn", "beanStyleSetterMethodName" : "setTargetEndpointArn", "c2jName" : "TargetEndpointArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      An Amazon Resource Name (ARN) that uniquely identifies the target 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" : "

                                      An Amazon Resource Name (ARN) that uniquely identifies the target endpoint.

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

                                      An Amazon Resource Name (ARN) that uniquely identifies the target endpoint.

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

                                      An Amazon Resource Name (ARN) that uniquely identifies the target endpoint.

                                      \n@return An Amazon Resource Name (ARN) that uniquely identifies the target 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetEndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetEndpointArn", "sensitive" : false, "setterDocumentation" : "

                                      An Amazon Resource Name (ARN) that uniquely identifies the target endpoint.

                                      \n@param targetEndpointArn An Amazon Resource Name (ARN) that uniquely identifies the target endpoint.", "setterMethodName" : "setTargetEndpointArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetEndpointArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetEndpointArn", "variableType" : "String", "documentation" : "

                                      An Amazon Resource Name (ARN) that uniquely identifies the target endpoint.

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

                                      The Amazon Resource Name (ARN) of a 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 a replication instance.

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

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

                                      \n@param replicationInstanceArn The Amazon Resource Name (ARN) of a 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 a replication instance.

                                      \n@return The Amazon Resource Name (ARN) of a 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "sensitive" : false, "setterDocumentation" : "

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

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

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

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMigrationTypeAsString", "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 #migrationTypeAsString(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

                                      ", "endpointDiscoveryId" : false, "enumType" : "MigrationTypeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "migrationType", "fluentEnumSetterMethodName" : "migrationType", "fluentGetterMethodName" : "migrationTypeAsString", "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 #migrationTypeAsString}.\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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MigrationType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MigrationType", "sensitive" : false, "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, "timestampFormat" : null, "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" : "

                                      The table mappings for the task, in JSON format. For more information, see Table Mapping in the AWS Database Migration User Guide.

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

                                      The table mappings for the task, in JSON format. For more information, see Table Mapping in the AWS Database Migration User Guide.

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

                                      The table mappings for the task, in JSON format. For more information, see Table Mapping in the AWS Database Migration User Guide.

                                      \n@param tableMappings The table mappings for the task, in JSON format. For more information, see Table Mapping in the AWS Database Migration User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tableMappings", "getterDocumentation" : "

                                      The table mappings for the task, in JSON format. For more information, see Table Mapping in the AWS Database Migration User Guide.

                                      \n@return The table mappings for the task, in JSON format. For more information, see Table Mapping in the AWS Database Migration User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TableMappings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TableMappings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TableMappings", "sensitive" : false, "setterDocumentation" : "

                                      The table mappings for the task, in JSON format. For more information, see Table Mapping in the AWS Database Migration User Guide.

                                      \n@param tableMappings The table mappings for the task, in JSON format. For more information, see Table Mapping in the AWS Database Migration User Guide.", "setterMethodName" : "setTableMappings", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableMappings", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "tableMappings", "variableType" : "String", "documentation" : "

                                      The table mappings for the task, in JSON format. For more information, see Table Mapping in the AWS Database Migration User Guide.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationTaskSettings", "beanStyleSetterMethodName" : "setReplicationTaskSettings", "c2jName" : "ReplicationTaskSettings", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      Overall settings for the task, in JSON format. For more information, see Task Settings in the AWS Database Migration User Guide.

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

                                      Overall settings for the task, in JSON format. For more information, see Task Settings in the AWS Database Migration User Guide.

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

                                      Overall settings for the task, in JSON format. For more information, see Task Settings in the AWS Database Migration User Guide.

                                      \n@param replicationTaskSettings Overall settings for the task, in JSON format. For more information, see Task Settings in the AWS Database Migration User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskSettings", "getterDocumentation" : "

                                      Overall settings for the task, in JSON format. For more information, see Task Settings in the AWS Database Migration User Guide.

                                      \n@return Overall settings for the task, in JSON format. For more information, see Task Settings in the AWS Database Migration User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTaskSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskSettings", "sensitive" : false, "setterDocumentation" : "

                                      Overall settings for the task, in JSON format. For more information, see Task Settings in the AWS Database Migration User Guide.

                                      \n@param replicationTaskSettings Overall settings for the task, in JSON format. For more information, see Task Settings in the AWS Database Migration User Guide.", "setterMethodName" : "setReplicationTaskSettings", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskSettings", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskSettings", "variableType" : "String", "documentation" : "

                                      Overall settings for the task, in JSON format. For more information, see Task Settings in the AWS Database Migration User Guide.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCdcStartTime", "beanStyleSetterMethodName" : "setCdcStartTime", "c2jName" : "CdcStartTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                      Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                      Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

                                      \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" : "

                                      Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                      Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

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

                                      Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                      Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

                                      \n@param cdcStartTime Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                      Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cdcStartTime", "getterDocumentation" : "

                                      Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                      Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

                                      \n@return Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                      Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CdcStartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CdcStartTime", "sensitive" : false, "setterDocumentation" : "

                                      Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                      Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

                                      \n@param cdcStartTime Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                      Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”", "setterMethodName" : "setCdcStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cdcStartTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cdcStartTime", "variableType" : "java.time.Instant", "documentation" : "

                                      Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                      Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCdcStartPosition", "beanStyleSetterMethodName" : "setCdcStartPosition", "c2jName" : "CdcStartPosition", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                      The value can be in date, checkpoint, or LSN/SCN format.

                                      Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                      Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                      LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

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

                                      Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                      The value can be in date, checkpoint, or LSN/SCN format.

                                      Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                      Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                      LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

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

                                      Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                      The value can be in date, checkpoint, or LSN/SCN format.

                                      Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                      Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                      LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                      \n@param cdcStartPosition Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                      The value can be in date, checkpoint, or LSN/SCN format.

                                      Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                      Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                      LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cdcStartPosition", "getterDocumentation" : "

                                      Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                      The value can be in date, checkpoint, or LSN/SCN format.

                                      Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                      Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                      LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                      \n@return Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                      The value can be in date, checkpoint, or LSN/SCN format.

                                      Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                      Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                      LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CdcStartPosition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CdcStartPosition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CdcStartPosition", "sensitive" : false, "setterDocumentation" : "

                                      Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                      The value can be in date, checkpoint, or LSN/SCN format.

                                      Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                      Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                      LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                      \n@param cdcStartPosition Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                      The value can be in date, checkpoint, or LSN/SCN format.

                                      Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                      Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                      LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”", "setterMethodName" : "setCdcStartPosition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cdcStartPosition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cdcStartPosition", "variableType" : "String", "documentation" : "

                                      Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                      The value can be in date, checkpoint, or LSN/SCN format.

                                      Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                      Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                      LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCdcStopPosition", "beanStyleSetterMethodName" : "setCdcStopPosition", "c2jName" : "CdcStopPosition", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                      Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                      Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

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

                                      Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                      Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                      Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

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

                                      Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                      Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                      Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                      \n@param cdcStopPosition Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                      Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                      Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cdcStopPosition", "getterDocumentation" : "

                                      Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                      Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                      Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                      \n@return Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                      Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                      Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CdcStopPosition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CdcStopPosition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CdcStopPosition", "sensitive" : false, "setterDocumentation" : "

                                      Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                      Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                      Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                      \n@param cdcStopPosition Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                      Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                      Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “", "setterMethodName" : "setCdcStopPosition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cdcStopPosition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cdcStopPosition", "variableType" : "String", "documentation" : "

                                      Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                      Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                      Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

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

                                      One or more tags to be assigned to the replication task.

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

                                      One or more tags to be assigned to the replication task.

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

                                      One or more tags to be assigned to the replication task.

                                      \n@param tags One or more tags to be assigned to the replication task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                      One or more tags to be assigned to the replication task.

                                      \n

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

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

                                      One or more tags to be assigned to the replication task.

                                      \n@param tags One or more tags to be assigned to the replication task.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                      One or more tags to be assigned to the replication task.

                                      ", "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTask", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationTask", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTask", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationTask", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTask", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationTask", "sensitive" : false, "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, "timestampFormat" : null, "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 }, "DataFormatValue" : { "c2jName" : "DataFormatValue", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "CSV", "value" : "csv" }, { "name" : "PARQUET", "value" : "parquet" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DataFormatValue", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DataFormatValue", "variableName" : "dataFormatValue", "variableType" : "DataFormatValue", "documentation" : null, "simpleType" : "DataFormatValue", "variableSetterType" : "DataFormatValue" }, "wrapper" : false }, "DeleteCertificateRequest" : { "c2jName" : "DeleteCertificateMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Certificate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Certificate", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Certificate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Certificate", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Certificate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Certificate", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointArn", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Endpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Endpoint", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Endpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Endpoint", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Endpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Endpoint", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubscriptionName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubscriptionName", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubscriptionName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubscriptionName", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubscriptionName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubscriptionName", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventSubscription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "EventSubscription", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventSubscription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "EventSubscription", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventSubscription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "EventSubscription", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstance", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationInstance", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstance", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationInstance", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstance", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationInstance", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroupIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationSubnetGroupIdentifier", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroupIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationSubnetGroupIdentifier", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroupIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationSubnetGroupIdentifier", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTask", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationTask", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTask", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationTask", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTask", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationTask", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountQuotas", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "AccountQuota", "variableName" : "member", "variableType" : "AccountQuota", "documentation" : null, "simpleType" : "AccountQuota", "variableSetterType" : "AccountQuota" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "AccountQuotas", "sensitive" : false, "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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "accountQuotas", "variableType" : "java.util.List", "documentation" : "

                                      Account quota information.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUniqueAccountIdentifier", "beanStyleSetterMethodName" : "setUniqueAccountIdentifier", "c2jName" : "UniqueAccountIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      A unique AWS DMS identifier for an account in a particular AWS Region. The value of this identifier has the following format: c99999999999. DMS uses this identifier to name artifacts. For example, DMS uses this identifier to name the default Amazon S3 bucket for storing task assessment reports in a given AWS Region. The format of this S3 bucket name is the following: dms-AccountNumber-UniqueAccountIdentifier. Here is an example name for this default S3 bucket: dms-111122223333-c44445555666.

                                      AWS DMS supports UniqueAccountIdentifier in versions 3.1.4 and later.

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

                                      A unique AWS DMS identifier for an account in a particular AWS Region. The value of this identifier has the following format: c99999999999. DMS uses this identifier to name artifacts. For example, DMS uses this identifier to name the default Amazon S3 bucket for storing task assessment reports in a given AWS Region. The format of this S3 bucket name is the following: dms-AccountNumber-UniqueAccountIdentifier. Here is an example name for this default S3 bucket: dms-111122223333-c44445555666.

                                      AWS DMS supports UniqueAccountIdentifier in versions 3.1.4 and later.

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

                                      A unique AWS DMS identifier for an account in a particular AWS Region. The value of this identifier has the following format: c99999999999. DMS uses this identifier to name artifacts. For example, DMS uses this identifier to name the default Amazon S3 bucket for storing task assessment reports in a given AWS Region. The format of this S3 bucket name is the following: dms-AccountNumber-UniqueAccountIdentifier. Here is an example name for this default S3 bucket: dms-111122223333-c44445555666.

                                      AWS DMS supports UniqueAccountIdentifier in versions 3.1.4 and later.

                                      \n@param uniqueAccountIdentifier A unique AWS DMS identifier for an account in a particular AWS Region. The value of this identifier has the following format: c99999999999. DMS uses this identifier to name artifacts. For example, DMS uses this identifier to name the default Amazon S3 bucket for storing task assessment reports in a given AWS Region. The format of this S3 bucket name is the following: dms-AccountNumber-UniqueAccountIdentifier. Here is an example name for this default S3 bucket: dms-111122223333-c44445555666.

                                      AWS DMS supports UniqueAccountIdentifier in versions 3.1.4 and later.

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

                                      A unique AWS DMS identifier for an account in a particular AWS Region. The value of this identifier has the following format: c99999999999. DMS uses this identifier to name artifacts. For example, DMS uses this identifier to name the default Amazon S3 bucket for storing task assessment reports in a given AWS Region. The format of this S3 bucket name is the following: dms-AccountNumber-UniqueAccountIdentifier. Here is an example name for this default S3 bucket: dms-111122223333-c44445555666.

                                      AWS DMS supports UniqueAccountIdentifier in versions 3.1.4 and later.

                                      \n@return A unique AWS DMS identifier for an account in a particular AWS Region. The value of this identifier has the following format: c99999999999. DMS uses this identifier to name artifacts. For example, DMS uses this identifier to name the default Amazon S3 bucket for storing task assessment reports in a given AWS Region. The format of this S3 bucket name is the following: dms-AccountNumber-UniqueAccountIdentifier. Here is an example name for this default S3 bucket: dms-111122223333-c44445555666.

                                      AWS DMS supports UniqueAccountIdentifier in versions 3.1.4 and later.

                                      ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UniqueAccountIdentifier", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UniqueAccountIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UniqueAccountIdentifier", "sensitive" : false, "setterDocumentation" : "

                                      A unique AWS DMS identifier for an account in a particular AWS Region. The value of this identifier has the following format: c99999999999. DMS uses this identifier to name artifacts. For example, DMS uses this identifier to name the default Amazon S3 bucket for storing task assessment reports in a given AWS Region. The format of this S3 bucket name is the following: dms-AccountNumber-UniqueAccountIdentifier. Here is an example name for this default S3 bucket: dms-111122223333-c44445555666.

                                      AWS DMS supports UniqueAccountIdentifier in versions 3.1.4 and later.

                                      \n@param uniqueAccountIdentifier A unique AWS DMS identifier for an account in a particular AWS Region. The value of this identifier has the following format: c99999999999. DMS uses this identifier to name artifacts. For example, DMS uses this identifier to name the default Amazon S3 bucket for storing task assessment reports in a given AWS Region. The format of this S3 bucket name is the following: dms-AccountNumber-UniqueAccountIdentifier. Here is an example name for this default S3 bucket: dms-111122223333-c44445555666.

                                      AWS DMS supports UniqueAccountIdentifier in versions 3.1.4 and later.

                                      ", "setterMethodName" : "setUniqueAccountIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uniqueAccountIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "uniqueAccountIdentifier", "variableType" : "String", "documentation" : "

                                      A unique AWS DMS identifier for an account in a particular AWS Region. The value of this identifier has the following format: c99999999999. DMS uses this identifier to name artifacts. For example, DMS uses this identifier to name the default Amazon S3 bucket for storing task assessment reports in a given AWS Region. The format of this S3 bucket name is the following: dms-AccountNumber-UniqueAccountIdentifier. Here is an example name for this default S3 bucket: dms-111122223333-c44445555666.

                                      AWS DMS supports UniqueAccountIdentifier in versions 3.1.4 and later.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountQuotas", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "AccountQuota", "variableName" : "member", "variableType" : "AccountQuota", "documentation" : null, "simpleType" : "AccountQuota", "variableSetterType" : "AccountQuota" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "AccountQuotas", "sensitive" : false, "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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "accountQuotas", "variableType" : "java.util.List", "documentation" : "

                                      Account quota information.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "UniqueAccountIdentifier" : { "beanStyleGetterMethodName" : "getUniqueAccountIdentifier", "beanStyleSetterMethodName" : "setUniqueAccountIdentifier", "c2jName" : "UniqueAccountIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      A unique AWS DMS identifier for an account in a particular AWS Region. The value of this identifier has the following format: c99999999999. DMS uses this identifier to name artifacts. For example, DMS uses this identifier to name the default Amazon S3 bucket for storing task assessment reports in a given AWS Region. The format of this S3 bucket name is the following: dms-AccountNumber-UniqueAccountIdentifier. Here is an example name for this default S3 bucket: dms-111122223333-c44445555666.

                                      AWS DMS supports UniqueAccountIdentifier in versions 3.1.4 and later.

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

                                      A unique AWS DMS identifier for an account in a particular AWS Region. The value of this identifier has the following format: c99999999999. DMS uses this identifier to name artifacts. For example, DMS uses this identifier to name the default Amazon S3 bucket for storing task assessment reports in a given AWS Region. The format of this S3 bucket name is the following: dms-AccountNumber-UniqueAccountIdentifier. Here is an example name for this default S3 bucket: dms-111122223333-c44445555666.

                                      AWS DMS supports UniqueAccountIdentifier in versions 3.1.4 and later.

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

                                      A unique AWS DMS identifier for an account in a particular AWS Region. The value of this identifier has the following format: c99999999999. DMS uses this identifier to name artifacts. For example, DMS uses this identifier to name the default Amazon S3 bucket for storing task assessment reports in a given AWS Region. The format of this S3 bucket name is the following: dms-AccountNumber-UniqueAccountIdentifier. Here is an example name for this default S3 bucket: dms-111122223333-c44445555666.

                                      AWS DMS supports UniqueAccountIdentifier in versions 3.1.4 and later.

                                      \n@param uniqueAccountIdentifier A unique AWS DMS identifier for an account in a particular AWS Region. The value of this identifier has the following format: c99999999999. DMS uses this identifier to name artifacts. For example, DMS uses this identifier to name the default Amazon S3 bucket for storing task assessment reports in a given AWS Region. The format of this S3 bucket name is the following: dms-AccountNumber-UniqueAccountIdentifier. Here is an example name for this default S3 bucket: dms-111122223333-c44445555666.

                                      AWS DMS supports UniqueAccountIdentifier in versions 3.1.4 and later.

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

                                      A unique AWS DMS identifier for an account in a particular AWS Region. The value of this identifier has the following format: c99999999999. DMS uses this identifier to name artifacts. For example, DMS uses this identifier to name the default Amazon S3 bucket for storing task assessment reports in a given AWS Region. The format of this S3 bucket name is the following: dms-AccountNumber-UniqueAccountIdentifier. Here is an example name for this default S3 bucket: dms-111122223333-c44445555666.

                                      AWS DMS supports UniqueAccountIdentifier in versions 3.1.4 and later.

                                      \n@return A unique AWS DMS identifier for an account in a particular AWS Region. The value of this identifier has the following format: c99999999999. DMS uses this identifier to name artifacts. For example, DMS uses this identifier to name the default Amazon S3 bucket for storing task assessment reports in a given AWS Region. The format of this S3 bucket name is the following: dms-AccountNumber-UniqueAccountIdentifier. Here is an example name for this default S3 bucket: dms-111122223333-c44445555666.

                                      AWS DMS supports UniqueAccountIdentifier in versions 3.1.4 and later.

                                      ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UniqueAccountIdentifier", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UniqueAccountIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UniqueAccountIdentifier", "sensitive" : false, "setterDocumentation" : "

                                      A unique AWS DMS identifier for an account in a particular AWS Region. The value of this identifier has the following format: c99999999999. DMS uses this identifier to name artifacts. For example, DMS uses this identifier to name the default Amazon S3 bucket for storing task assessment reports in a given AWS Region. The format of this S3 bucket name is the following: dms-AccountNumber-UniqueAccountIdentifier. Here is an example name for this default S3 bucket: dms-111122223333-c44445555666.

                                      AWS DMS supports UniqueAccountIdentifier in versions 3.1.4 and later.

                                      \n@param uniqueAccountIdentifier A unique AWS DMS identifier for an account in a particular AWS Region. The value of this identifier has the following format: c99999999999. DMS uses this identifier to name artifacts. For example, DMS uses this identifier to name the default Amazon S3 bucket for storing task assessment reports in a given AWS Region. The format of this S3 bucket name is the following: dms-AccountNumber-UniqueAccountIdentifier. Here is an example name for this default S3 bucket: dms-111122223333-c44445555666.

                                      AWS DMS supports UniqueAccountIdentifier in versions 3.1.4 and later.

                                      ", "setterMethodName" : "setUniqueAccountIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uniqueAccountIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "uniqueAccountIdentifier", "variableType" : "String", "documentation" : "

                                      A unique AWS DMS identifier for an account in a particular AWS Region. The value of this identifier has the following format: c99999999999. DMS uses this identifier to name artifacts. For example, DMS uses this identifier to name the default Amazon S3 bucket for storing task assessment reports in a given AWS Region. The format of this S3 bucket name is the following: dms-AccountNumber-UniqueAccountIdentifier. Here is an example name for this default S3 bucket: dms-111122223333-c44445555666.

                                      AWS DMS supports UniqueAccountIdentifier in versions 3.1.4 and later.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountQuotas", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "AccountQuota", "variableName" : "member", "variableType" : "AccountQuota", "documentation" : null, "simpleType" : "AccountQuota", "variableSetterType" : "AccountQuota" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "AccountQuotas", "sensitive" : false, "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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "accountQuotas", "variableType" : "java.util.List", "documentation" : "

                                      Account quota information.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUniqueAccountIdentifier", "beanStyleSetterMethodName" : "setUniqueAccountIdentifier", "c2jName" : "UniqueAccountIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      A unique AWS DMS identifier for an account in a particular AWS Region. The value of this identifier has the following format: c99999999999. DMS uses this identifier to name artifacts. For example, DMS uses this identifier to name the default Amazon S3 bucket for storing task assessment reports in a given AWS Region. The format of this S3 bucket name is the following: dms-AccountNumber-UniqueAccountIdentifier. Here is an example name for this default S3 bucket: dms-111122223333-c44445555666.

                                      AWS DMS supports UniqueAccountIdentifier in versions 3.1.4 and later.

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

                                      A unique AWS DMS identifier for an account in a particular AWS Region. The value of this identifier has the following format: c99999999999. DMS uses this identifier to name artifacts. For example, DMS uses this identifier to name the default Amazon S3 bucket for storing task assessment reports in a given AWS Region. The format of this S3 bucket name is the following: dms-AccountNumber-UniqueAccountIdentifier. Here is an example name for this default S3 bucket: dms-111122223333-c44445555666.

                                      AWS DMS supports UniqueAccountIdentifier in versions 3.1.4 and later.

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

                                      A unique AWS DMS identifier for an account in a particular AWS Region. The value of this identifier has the following format: c99999999999. DMS uses this identifier to name artifacts. For example, DMS uses this identifier to name the default Amazon S3 bucket for storing task assessment reports in a given AWS Region. The format of this S3 bucket name is the following: dms-AccountNumber-UniqueAccountIdentifier. Here is an example name for this default S3 bucket: dms-111122223333-c44445555666.

                                      AWS DMS supports UniqueAccountIdentifier in versions 3.1.4 and later.

                                      \n@param uniqueAccountIdentifier A unique AWS DMS identifier for an account in a particular AWS Region. The value of this identifier has the following format: c99999999999. DMS uses this identifier to name artifacts. For example, DMS uses this identifier to name the default Amazon S3 bucket for storing task assessment reports in a given AWS Region. The format of this S3 bucket name is the following: dms-AccountNumber-UniqueAccountIdentifier. Here is an example name for this default S3 bucket: dms-111122223333-c44445555666.

                                      AWS DMS supports UniqueAccountIdentifier in versions 3.1.4 and later.

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

                                      A unique AWS DMS identifier for an account in a particular AWS Region. The value of this identifier has the following format: c99999999999. DMS uses this identifier to name artifacts. For example, DMS uses this identifier to name the default Amazon S3 bucket for storing task assessment reports in a given AWS Region. The format of this S3 bucket name is the following: dms-AccountNumber-UniqueAccountIdentifier. Here is an example name for this default S3 bucket: dms-111122223333-c44445555666.

                                      AWS DMS supports UniqueAccountIdentifier in versions 3.1.4 and later.

                                      \n@return A unique AWS DMS identifier for an account in a particular AWS Region. The value of this identifier has the following format: c99999999999. DMS uses this identifier to name artifacts. For example, DMS uses this identifier to name the default Amazon S3 bucket for storing task assessment reports in a given AWS Region. The format of this S3 bucket name is the following: dms-AccountNumber-UniqueAccountIdentifier. Here is an example name for this default S3 bucket: dms-111122223333-c44445555666.

                                      AWS DMS supports UniqueAccountIdentifier in versions 3.1.4 and later.

                                      ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UniqueAccountIdentifier", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UniqueAccountIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UniqueAccountIdentifier", "sensitive" : false, "setterDocumentation" : "

                                      A unique AWS DMS identifier for an account in a particular AWS Region. The value of this identifier has the following format: c99999999999. DMS uses this identifier to name artifacts. For example, DMS uses this identifier to name the default Amazon S3 bucket for storing task assessment reports in a given AWS Region. The format of this S3 bucket name is the following: dms-AccountNumber-UniqueAccountIdentifier. Here is an example name for this default S3 bucket: dms-111122223333-c44445555666.

                                      AWS DMS supports UniqueAccountIdentifier in versions 3.1.4 and later.

                                      \n@param uniqueAccountIdentifier A unique AWS DMS identifier for an account in a particular AWS Region. The value of this identifier has the following format: c99999999999. DMS uses this identifier to name artifacts. For example, DMS uses this identifier to name the default Amazon S3 bucket for storing task assessment reports in a given AWS Region. The format of this S3 bucket name is the following: dms-AccountNumber-UniqueAccountIdentifier. Here is an example name for this default S3 bucket: dms-111122223333-c44445555666.

                                      AWS DMS supports UniqueAccountIdentifier in versions 3.1.4 and later.

                                      ", "setterMethodName" : "setUniqueAccountIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uniqueAccountIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "uniqueAccountIdentifier", "variableType" : "String", "documentation" : "

                                      A unique AWS DMS identifier for an account in a particular AWS Region. The value of this identifier has the following format: c99999999999. DMS uses this identifier to name artifacts. For example, DMS uses this identifier to name the default Amazon S3 bucket for storing task assessment reports in a given AWS Region. The format of this S3 bucket name is the following: dms-AccountNumber-UniqueAccountIdentifier. Here is an example name for this default S3 bucket: dms-111122223333-c44445555666.

                                      AWS DMS supports UniqueAccountIdentifier in versions 3.1.4 and later.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "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, "timestampFormat" : null, "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

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxRecords", "sensitive" : false, "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, "timestampFormat" : null, "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 vlue 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 vlue specified by MaxRecords.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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 vlue 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 vlue 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 vlue 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 vlue 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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 vlue 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 vlue specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "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 vlue 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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "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, "timestampFormat" : null, "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 vlue 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 vlue specified by MaxRecords.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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 vlue 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 vlue 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 vlue 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 vlue 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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 vlue 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 vlue specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "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 vlue 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

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxRecords", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "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, "timestampFormat" : null, "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

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxRecords", "sensitive" : false, "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, "timestampFormat" : null, "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 vlue 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 vlue specified by MaxRecords.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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 vlue 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 vlue 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 vlue 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 vlue 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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 vlue 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 vlue specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "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 vlue 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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Certificates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : null, "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Certificates", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Certificates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : null, "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Certificates", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Certificates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : null, "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Certificates", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "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

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxRecords", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxRecords", "sensitive" : false, "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, "timestampFormat" : null, "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

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxRecords", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Connections", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Connection", "variableName" : "member", "variableType" : "Connection", "documentation" : null, "simpleType" : "Connection", "variableSetterType" : "Connection" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Connections", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Connections", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Connection", "variableName" : "member", "variableType" : "Connection", "documentation" : null, "simpleType" : "Connection", "variableSetterType" : "Connection" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Connections", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Connections", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Connection", "variableName" : "member", "variableType" : "Connection", "documentation" : null, "simpleType" : "Connection", "variableSetterType" : "Connection" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Connections", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "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

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxRecords", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxRecords", "sensitive" : false, "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, "timestampFormat" : null, "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

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxRecords", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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 types 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 types of endpoints that are supported.

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

                                      The types of endpoints that are supported.

                                      \n@param supportedEndpointTypes The types 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 types of endpoints that are supported.

                                      \n

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

                                      \n@return The types 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SupportedEndpointTypes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "SupportedEndpointType", "variableName" : "member", "variableType" : "SupportedEndpointType", "documentation" : null, "simpleType" : "SupportedEndpointType", "variableSetterType" : "SupportedEndpointType" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "SupportedEndpointTypes", "sensitive" : false, "setterDocumentation" : "

                                      The types of endpoints that are supported.

                                      \n@param supportedEndpointTypes The types 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "supportedEndpointTypes", "variableType" : "java.util.List", "documentation" : "

                                      The types 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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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 types 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 types of endpoints that are supported.

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

                                      The types of endpoints that are supported.

                                      \n@param supportedEndpointTypes The types 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 types of endpoints that are supported.

                                      \n

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

                                      \n@return The types 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SupportedEndpointTypes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "SupportedEndpointType", "variableName" : "member", "variableType" : "SupportedEndpointType", "documentation" : null, "simpleType" : "SupportedEndpointType", "variableSetterType" : "SupportedEndpointType" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "SupportedEndpointTypes", "sensitive" : false, "setterDocumentation" : "

                                      The types of endpoints that are supported.

                                      \n@param supportedEndpointTypes The types 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "supportedEndpointTypes", "variableType" : "java.util.List", "documentation" : "

                                      The types 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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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 types 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 types of endpoints that are supported.

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

                                      The types of endpoints that are supported.

                                      \n@param supportedEndpointTypes The types 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 types of endpoints that are supported.

                                      \n

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

                                      \n@return The types 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SupportedEndpointTypes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "SupportedEndpointType", "variableName" : "member", "variableType" : "SupportedEndpointType", "documentation" : null, "simpleType" : "SupportedEndpointType", "variableSetterType" : "SupportedEndpointType" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "SupportedEndpointTypes", "sensitive" : false, "setterDocumentation" : "

                                      The types of endpoints that are supported.

                                      \n@param supportedEndpointTypes The types 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "supportedEndpointTypes", "variableType" : "java.util.List", "documentation" : "

                                      The types 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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "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

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxRecords", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxRecords", "sensitive" : false, "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, "timestampFormat" : null, "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

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxRecords", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Endpoints", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Endpoint", "variableName" : "member", "variableType" : "Endpoint", "documentation" : null, "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Endpoints", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Endpoints", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Endpoint", "variableName" : "member", "variableType" : "Endpoint", "documentation" : null, "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Endpoints", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Endpoints", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Endpoint", "variableName" : "member", "variableType" : "Endpoint", "documentation" : null, "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Endpoints", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "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 | 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 #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-task

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

                                      The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-task

                                      \n@param sourceType The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-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-task

                                      \n@return The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | 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" : "SourceType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceType", "sensitive" : false, "setterDocumentation" : "

                                      The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-task

                                      \n@param sourceType The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-task", "setterMethodName" : "setSourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : "

                                      The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "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, "timestampFormat" : null, "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 | 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 #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-task

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

                                      The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-task

                                      \n@param sourceType The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-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-task

                                      \n@return The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | 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" : "SourceType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceType", "sensitive" : false, "setterDocumentation" : "

                                      The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-task

                                      \n@param sourceType The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-task", "setterMethodName" : "setSourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : "

                                      The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-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-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-task

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

                                      The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-task

                                      \n@param sourceType The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-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-task

                                      \n@return The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | 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" : "SourceType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceType", "sensitive" : false, "setterDocumentation" : "

                                      The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-task

                                      \n@param sourceType The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-task", "setterMethodName" : "setSourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : "

                                      The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventCategoryGroupList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "EventCategoryGroup", "variableName" : "member", "variableType" : "EventCategoryGroup", "documentation" : null, "simpleType" : "EventCategoryGroup", "variableSetterType" : "EventCategoryGroup" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "EventCategoryGroupList", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventCategoryGroupList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "EventCategoryGroup", "variableName" : "member", "variableType" : "EventCategoryGroup", "documentation" : null, "simpleType" : "EventCategoryGroup", "variableSetterType" : "EventCategoryGroup" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "EventCategoryGroupList", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventCategoryGroupList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "EventCategoryGroup", "variableName" : "member", "variableType" : "EventCategoryGroup", "documentation" : null, "simpleType" : "EventCategoryGroup", "variableSetterType" : "EventCategoryGroup" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "EventCategoryGroupList", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubscriptionName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubscriptionName", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxRecords", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxRecords", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubscriptionName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubscriptionName", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubscriptionName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubscriptionName", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxRecords", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventSubscriptionsList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "EventSubscription", "variableName" : "member", "variableType" : "EventSubscription", "documentation" : null, "simpleType" : "EventSubscription", "variableSetterType" : "EventSubscription" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "EventSubscriptionsList", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventSubscriptionsList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "EventSubscription", "variableName" : "member", "variableType" : "EventSubscription", "documentation" : null, "simpleType" : "EventSubscription", "variableSetterType" : "EventSubscription" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "EventSubscriptionsList", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventSubscriptionsList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "EventSubscription", "variableName" : "member", "variableType" : "EventSubscription", "documentation" : null, "simpleType" : "EventSubscription", "variableSetterType" : "EventSubscription" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "EventSubscriptionsList", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeEvents", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.DescribeEvents", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getSourceIdentifier", "beanStyleSetterMethodName" : "setSourceIdentifier", "c2jName" : "SourceIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The identifier of an event source.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 an event source.

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

                                      The identifier of an event source.

                                      \n@param sourceIdentifier The identifier of an event source.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceIdentifier", "getterDocumentation" : "

                                      The identifier of an event source.

                                      \n@return The identifier of an event source.", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceIdentifier", "sensitive" : false, "setterDocumentation" : "

                                      The identifier of an event source.

                                      \n@param sourceIdentifier The identifier of an event source.", "setterMethodName" : "setSourceIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceIdentifier", "variableType" : "String", "documentation" : "

                                      The identifier of an event source.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSourceTypeAsString", "beanStyleSetterMethodName" : "setSourceType", "c2jName" : "SourceType", "c2jShape" : "SourceType", "defaultConsumerFluentSetterDocumentation" : "

                                      The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | 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 #sourceTypeAsString(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-task

                                      ", "endpointDiscoveryId" : false, "enumType" : "SourceType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "sourceType", "fluentEnumSetterMethodName" : "sourceType", "fluentGetterMethodName" : "sourceTypeAsString", "fluentSetterDocumentation" : "

                                      The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-task

                                      \n@param sourceType The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-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 | replication-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 #sourceTypeAsString}.\n

                                      \n@return The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceType", "sensitive" : false, "setterDocumentation" : "

                                      The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-task

                                      \n@param sourceType The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-task\n@see SourceType", "setterMethodName" : "setSourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : "

                                      The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartTime", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "EndTime", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Duration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Duration", "sensitive" : false, "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, "timestampFormat" : null, "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 the source type that you've chosen.

                                      \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 the source type that you've chosen.

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

                                      A list of event categories for the source type that you've chosen.

                                      \n@param eventCategories A list of event categories for the source type that you've chosen.\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 the source type that you've chosen.

                                      \n

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

                                      \n@return A list of event categories for the source type that you've chosen.", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventCategories", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "EventCategories", "sensitive" : false, "setterDocumentation" : "

                                      A list of event categories for the source type that you've chosen.

                                      \n@param eventCategories A list of event categories for the source type that you've chosen.", "setterMethodName" : "setEventCategories", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategories", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategories", "variableType" : "java.util.List", "documentation" : "

                                      A list of event categories for the source type that you've chosen.

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

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxRecords", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Duration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Duration", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "EndTime", "sensitive" : false, "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, "timestampFormat" : null, "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 the source type that you've chosen.

                                      \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 the source type that you've chosen.

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

                                      A list of event categories for the source type that you've chosen.

                                      \n@param eventCategories A list of event categories for the source type that you've chosen.\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 the source type that you've chosen.

                                      \n

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

                                      \n@return A list of event categories for the source type that you've chosen.", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventCategories", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "EventCategories", "sensitive" : false, "setterDocumentation" : "

                                      A list of event categories for the source type that you've chosen.

                                      \n@param eventCategories A list of event categories for the source type that you've chosen.", "setterMethodName" : "setEventCategories", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategories", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategories", "variableType" : "java.util.List", "documentation" : "

                                      A list of event categories for the source type that you've chosen.

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

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxRecords", "sensitive" : false, "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, "timestampFormat" : null, "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 an event source.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 an event source.

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

                                      The identifier of an event source.

                                      \n@param sourceIdentifier The identifier of an event source.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceIdentifier", "getterDocumentation" : "

                                      The identifier of an event source.

                                      \n@return The identifier of an event source.", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceIdentifier", "sensitive" : false, "setterDocumentation" : "

                                      The identifier of an event source.

                                      \n@param sourceIdentifier The identifier of an event source.", "setterMethodName" : "setSourceIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceIdentifier", "variableType" : "String", "documentation" : "

                                      The identifier of an event source.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SourceType" : { "beanStyleGetterMethodName" : "getSourceTypeAsString", "beanStyleSetterMethodName" : "setSourceType", "c2jName" : "SourceType", "c2jShape" : "SourceType", "defaultConsumerFluentSetterDocumentation" : "

                                      The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | 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 #sourceTypeAsString(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-task

                                      ", "endpointDiscoveryId" : false, "enumType" : "SourceType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "sourceType", "fluentEnumSetterMethodName" : "sourceType", "fluentGetterMethodName" : "sourceTypeAsString", "fluentSetterDocumentation" : "

                                      The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-task

                                      \n@param sourceType The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-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 | replication-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 #sourceTypeAsString}.\n

                                      \n@return The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceType", "sensitive" : false, "setterDocumentation" : "

                                      The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-task

                                      \n@param sourceType The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-task\n@see SourceType", "setterMethodName" : "setSourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : "

                                      The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartTime", "sensitive" : false, "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, "timestampFormat" : null, "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 an event source.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 an event source.

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

                                      The identifier of an event source.

                                      \n@param sourceIdentifier The identifier of an event source.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceIdentifier", "getterDocumentation" : "

                                      The identifier of an event source.

                                      \n@return The identifier of an event source.", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceIdentifier", "sensitive" : false, "setterDocumentation" : "

                                      The identifier of an event source.

                                      \n@param sourceIdentifier The identifier of an event source.", "setterMethodName" : "setSourceIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceIdentifier", "variableType" : "String", "documentation" : "

                                      The identifier of an event source.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSourceTypeAsString", "beanStyleSetterMethodName" : "setSourceType", "c2jName" : "SourceType", "c2jShape" : "SourceType", "defaultConsumerFluentSetterDocumentation" : "

                                      The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | 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 #sourceTypeAsString(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-task

                                      ", "endpointDiscoveryId" : false, "enumType" : "SourceType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "sourceType", "fluentEnumSetterMethodName" : "sourceType", "fluentGetterMethodName" : "sourceTypeAsString", "fluentSetterDocumentation" : "

                                      The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-task

                                      \n@param sourceType The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-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 | replication-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 #sourceTypeAsString}.\n

                                      \n@return The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceType", "sensitive" : false, "setterDocumentation" : "

                                      The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-task

                                      \n@param sourceType The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-task\n@see SourceType", "setterMethodName" : "setSourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : "

                                      The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartTime", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "EndTime", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Duration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Duration", "sensitive" : false, "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, "timestampFormat" : null, "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 the source type that you've chosen.

                                      \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 the source type that you've chosen.

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

                                      A list of event categories for the source type that you've chosen.

                                      \n@param eventCategories A list of event categories for the source type that you've chosen.\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 the source type that you've chosen.

                                      \n

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

                                      \n@return A list of event categories for the source type that you've chosen.", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventCategories", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "EventCategories", "sensitive" : false, "setterDocumentation" : "

                                      A list of event categories for the source type that you've chosen.

                                      \n@param eventCategories A list of event categories for the source type that you've chosen.", "setterMethodName" : "setEventCategories", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategories", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategories", "variableType" : "java.util.List", "documentation" : "

                                      A list of event categories for the source type that you've chosen.

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

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxRecords", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Events", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Event", "variableName" : "member", "variableType" : "Event", "documentation" : null, "simpleType" : "Event", "variableSetterType" : "Event" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Events", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Events", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Event", "variableName" : "member", "variableType" : "Event", "documentation" : null, "simpleType" : "Event", "variableSetterType" : "Event" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Events", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Events", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Event", "variableName" : "member", "variableType" : "Event", "documentation" : null, "simpleType" : "Event", "variableSetterType" : "Event" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Events", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxRecords", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxRecords", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxRecords", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OrderableReplicationInstances", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "OrderableReplicationInstance", "variableName" : "member", "variableType" : "OrderableReplicationInstance", "documentation" : null, "simpleType" : "OrderableReplicationInstance", "variableSetterType" : "OrderableReplicationInstance" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "OrderableReplicationInstances", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OrderableReplicationInstances", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "OrderableReplicationInstance", "variableName" : "member", "variableType" : "OrderableReplicationInstance", "documentation" : null, "simpleType" : "OrderableReplicationInstance", "variableSetterType" : "OrderableReplicationInstance" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "OrderableReplicationInstances", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OrderableReplicationInstances", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "OrderableReplicationInstance", "variableName" : "member", "variableType" : "OrderableReplicationInstance", "documentation" : null, "simpleType" : "OrderableReplicationInstance", "variableSetterType" : "OrderableReplicationInstance" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "OrderableReplicationInstances", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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 }, "DescribePendingMaintenanceActionsRequest" : { "c2jName" : "DescribePendingMaintenanceActionsMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribePendingMaintenanceActions", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.DescribePendingMaintenanceActions", "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "sensitive" : false, "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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : "

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

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "Filters", "c2jShape" : "FilterList", "defaultConsumerFluentSetterDocumentation" : "

                                      \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" : "

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

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

                                      \n

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

                                      \n@return ", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "setterDocumentation" : "

                                      \n@param filters ", "setterMethodName" : "setFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

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

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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" : "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxRecords", "sensitive" : false, "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, "timestampFormat" : null, "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 } ], "membersAsMap" : { "Filters" : { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "Filters", "c2jShape" : "FilterList", "defaultConsumerFluentSetterDocumentation" : "

                                      \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" : "

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

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

                                      \n

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

                                      \n@return ", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "setterDocumentation" : "

                                      \n@param filters ", "setterMethodName" : "setFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

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

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxRecords", "sensitive" : false, "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, "timestampFormat" : null, "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 }, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "sensitive" : false, "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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : "

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

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "Filters", "c2jShape" : "FilterList", "defaultConsumerFluentSetterDocumentation" : "

                                      \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" : "

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

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

                                      \n

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

                                      \n@return ", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "setterDocumentation" : "

                                      \n@param filters ", "setterMethodName" : "setFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

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

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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" : "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxRecords", "sensitive" : false, "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, "timestampFormat" : null, "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 } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribePendingMaintenanceActionsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribePendingMaintenanceActionsRequest", "variableName" : "describePendingMaintenanceActionsRequest", "variableType" : "DescribePendingMaintenanceActionsRequest", "documentation" : null, "simpleType" : "DescribePendingMaintenanceActionsRequest", "variableSetterType" : "DescribePendingMaintenanceActionsRequest" }, "wrapper" : false }, "DescribePendingMaintenanceActionsResponse" : { "c2jName" : "DescribePendingMaintenanceActionsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getPendingMaintenanceActions", "beanStyleSetterMethodName" : "setPendingMaintenanceActions", "c2jName" : "PendingMaintenanceActions", "c2jShape" : "PendingMaintenanceActions", "defaultConsumerFluentSetterDocumentation" : "

                                      The pending maintenance 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 #pendingMaintenanceActions(List)}.\n@param pendingMaintenanceActions 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 #pendingMaintenanceActions(List)", "deprecated" : false, "documentation" : "

                                      The pending maintenance action.

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

                                      The pending maintenance action.

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

                                      The pending maintenance action.

                                      \n

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

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

                                      The pending maintenance action.

                                      \n@param pendingMaintenanceActions The pending maintenance action.", "setterMethodName" : "setPendingMaintenanceActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "pendingMaintenanceActions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "pendingMaintenanceActions", "variableType" : "java.util.List", "documentation" : "

                                      The pending maintenance action.

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

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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 }, "PendingMaintenanceActions" : { "beanStyleGetterMethodName" : "getPendingMaintenanceActions", "beanStyleSetterMethodName" : "setPendingMaintenanceActions", "c2jName" : "PendingMaintenanceActions", "c2jShape" : "PendingMaintenanceActions", "defaultConsumerFluentSetterDocumentation" : "

                                      The pending maintenance 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 #pendingMaintenanceActions(List)}.\n@param pendingMaintenanceActions 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 #pendingMaintenanceActions(List)", "deprecated" : false, "documentation" : "

                                      The pending maintenance action.

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

                                      The pending maintenance action.

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

                                      The pending maintenance action.

                                      \n

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

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

                                      The pending maintenance action.

                                      \n@param pendingMaintenanceActions The pending maintenance action.", "setterMethodName" : "setPendingMaintenanceActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "pendingMaintenanceActions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "pendingMaintenanceActions", "variableType" : "java.util.List", "documentation" : "

                                      The pending maintenance action.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getPendingMaintenanceActions", "beanStyleSetterMethodName" : "setPendingMaintenanceActions", "c2jName" : "PendingMaintenanceActions", "c2jShape" : "PendingMaintenanceActions", "defaultConsumerFluentSetterDocumentation" : "

                                      The pending maintenance 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 #pendingMaintenanceActions(List)}.\n@param pendingMaintenanceActions 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 #pendingMaintenanceActions(List)", "deprecated" : false, "documentation" : "

                                      The pending maintenance action.

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

                                      The pending maintenance action.

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

                                      The pending maintenance action.

                                      \n

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

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

                                      The pending maintenance action.

                                      \n@param pendingMaintenanceActions The pending maintenance action.", "setterMethodName" : "setPendingMaintenanceActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "pendingMaintenanceActions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "pendingMaintenanceActions", "variableType" : "java.util.List", "documentation" : "

                                      The pending maintenance action.

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

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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" : "DescribePendingMaintenanceActionsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribePendingMaintenanceActionsResponse", "variableName" : "describePendingMaintenanceActionsResponse", "variableType" : "DescribePendingMaintenanceActionsResponse", "documentation" : null, "simpleType" : "DescribePendingMaintenanceActionsResponse", "variableSetterType" : "DescribePendingMaintenanceActionsResponse" }, "wrapper" : false }, "DescribeRefreshSchemasStatusRequest" : { "c2jName" : "DescribeRefreshSchemasStatusMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointArn", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RefreshSchemasStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RefreshSchemasStatus", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RefreshSchemasStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RefreshSchemasStatus", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RefreshSchemasStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RefreshSchemasStatus", "sensitive" : false, "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, "timestampFormat" : null, "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 }, "DescribeReplicationInstanceTaskLogsRequest" : { "c2jName" : "DescribeReplicationInstanceTaskLogsMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeReplicationInstanceTaskLogs", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.DescribeReplicationInstanceTaskLogs", "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "sensitive" : false, "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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : "

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

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

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxRecords", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxRecords", "sensitive" : false, "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, "timestampFormat" : null, "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 }, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "sensitive" : false, "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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : "

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

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

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxRecords", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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" : [ "ReplicationInstanceArn" ], "shapeName" : "DescribeReplicationInstanceTaskLogsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeReplicationInstanceTaskLogsRequest", "variableName" : "describeReplicationInstanceTaskLogsRequest", "variableType" : "DescribeReplicationInstanceTaskLogsRequest", "documentation" : null, "simpleType" : "DescribeReplicationInstanceTaskLogsRequest", "variableSetterType" : "DescribeReplicationInstanceTaskLogsRequest" }, "wrapper" : false }, "DescribeReplicationInstanceTaskLogsResponse" : { "c2jName" : "DescribeReplicationInstanceTaskLogsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "sensitive" : false, "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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : "

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

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationInstanceTaskLogs", "beanStyleSetterMethodName" : "setReplicationInstanceTaskLogs", "c2jName" : "ReplicationInstanceTaskLogs", "c2jShape" : "ReplicationInstanceTaskLogsList", "defaultConsumerFluentSetterDocumentation" : "

                                      An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes).

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

                                      An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes).

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

                                      An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes).

                                      \n@param replicationInstanceTaskLogs An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceTaskLogs", "getterDocumentation" : "

                                      An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes).

                                      \n

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

                                      \n@return An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes).", "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" : "ReplicationInstanceTaskLogs", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceTaskLogs", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReplicationInstanceTaskLog", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplicationInstanceTaskLog.Builder} avoiding the need to create one manually via {@link ReplicationInstanceTaskLog#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationInstanceTaskLog.Builder#build()} is called immediately and its result is passed to {@link #member(ReplicationInstanceTaskLog)}.\n@param member a consumer that will call methods on {@link ReplicationInstanceTaskLog.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReplicationInstanceTaskLog)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ReplicationInstanceTaskLog", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReplicationInstanceTaskLog", "variableName" : "member", "variableType" : "ReplicationInstanceTaskLog", "documentation" : null, "simpleType" : "ReplicationInstanceTaskLog", "variableSetterType" : "ReplicationInstanceTaskLog" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReplicationInstanceTaskLog", "variableName" : "member", "variableType" : "ReplicationInstanceTaskLog", "documentation" : "", "simpleType" : "ReplicationInstanceTaskLog", "variableSetterType" : "ReplicationInstanceTaskLog" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReplicationInstanceTaskLog", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReplicationInstanceTaskLog", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReplicationInstanceTaskLogs", "sensitive" : false, "setterDocumentation" : "

                                      An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes).

                                      \n@param replicationInstanceTaskLogs An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes).", "setterMethodName" : "setReplicationInstanceTaskLogs", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationInstanceTaskLogs", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationInstanceTaskLogs", "variableType" : "java.util.List", "documentation" : "

                                      An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes).

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

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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 }, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "sensitive" : false, "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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : "

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

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationInstanceTaskLogs" : { "beanStyleGetterMethodName" : "getReplicationInstanceTaskLogs", "beanStyleSetterMethodName" : "setReplicationInstanceTaskLogs", "c2jName" : "ReplicationInstanceTaskLogs", "c2jShape" : "ReplicationInstanceTaskLogsList", "defaultConsumerFluentSetterDocumentation" : "

                                      An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes).

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

                                      An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes).

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

                                      An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes).

                                      \n@param replicationInstanceTaskLogs An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceTaskLogs", "getterDocumentation" : "

                                      An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes).

                                      \n

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

                                      \n@return An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes).", "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" : "ReplicationInstanceTaskLogs", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceTaskLogs", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReplicationInstanceTaskLog", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplicationInstanceTaskLog.Builder} avoiding the need to create one manually via {@link ReplicationInstanceTaskLog#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationInstanceTaskLog.Builder#build()} is called immediately and its result is passed to {@link #member(ReplicationInstanceTaskLog)}.\n@param member a consumer that will call methods on {@link ReplicationInstanceTaskLog.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReplicationInstanceTaskLog)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ReplicationInstanceTaskLog", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReplicationInstanceTaskLog", "variableName" : "member", "variableType" : "ReplicationInstanceTaskLog", "documentation" : null, "simpleType" : "ReplicationInstanceTaskLog", "variableSetterType" : "ReplicationInstanceTaskLog" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReplicationInstanceTaskLog", "variableName" : "member", "variableType" : "ReplicationInstanceTaskLog", "documentation" : "", "simpleType" : "ReplicationInstanceTaskLog", "variableSetterType" : "ReplicationInstanceTaskLog" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReplicationInstanceTaskLog", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReplicationInstanceTaskLog", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReplicationInstanceTaskLogs", "sensitive" : false, "setterDocumentation" : "

                                      An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes).

                                      \n@param replicationInstanceTaskLogs An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes).", "setterMethodName" : "setReplicationInstanceTaskLogs", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationInstanceTaskLogs", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationInstanceTaskLogs", "variableType" : "java.util.List", "documentation" : "

                                      An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes).

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

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "sensitive" : false, "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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : "

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

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationInstanceTaskLogs", "beanStyleSetterMethodName" : "setReplicationInstanceTaskLogs", "c2jName" : "ReplicationInstanceTaskLogs", "c2jShape" : "ReplicationInstanceTaskLogsList", "defaultConsumerFluentSetterDocumentation" : "

                                      An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes).

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

                                      An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes).

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

                                      An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes).

                                      \n@param replicationInstanceTaskLogs An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceTaskLogs", "getterDocumentation" : "

                                      An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes).

                                      \n

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

                                      \n@return An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes).", "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" : "ReplicationInstanceTaskLogs", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceTaskLogs", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReplicationInstanceTaskLog", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplicationInstanceTaskLog.Builder} avoiding the need to create one manually via {@link ReplicationInstanceTaskLog#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationInstanceTaskLog.Builder#build()} is called immediately and its result is passed to {@link #member(ReplicationInstanceTaskLog)}.\n@param member a consumer that will call methods on {@link ReplicationInstanceTaskLog.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReplicationInstanceTaskLog)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ReplicationInstanceTaskLog", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReplicationInstanceTaskLog", "variableName" : "member", "variableType" : "ReplicationInstanceTaskLog", "documentation" : null, "simpleType" : "ReplicationInstanceTaskLog", "variableSetterType" : "ReplicationInstanceTaskLog" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReplicationInstanceTaskLog", "variableName" : "member", "variableType" : "ReplicationInstanceTaskLog", "documentation" : "", "simpleType" : "ReplicationInstanceTaskLog", "variableSetterType" : "ReplicationInstanceTaskLog" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReplicationInstanceTaskLog", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReplicationInstanceTaskLog", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReplicationInstanceTaskLogs", "sensitive" : false, "setterDocumentation" : "

                                      An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes).

                                      \n@param replicationInstanceTaskLogs An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes).", "setterMethodName" : "setReplicationInstanceTaskLogs", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationInstanceTaskLogs", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationInstanceTaskLogs", "variableType" : "java.util.List", "documentation" : "

                                      An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes).

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

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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" : "DescribeReplicationInstanceTaskLogsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeReplicationInstanceTaskLogsResponse", "variableName" : "describeReplicationInstanceTaskLogsResponse", "variableType" : "DescribeReplicationInstanceTaskLogsResponse", "documentation" : null, "simpleType" : "DescribeReplicationInstanceTaskLogsResponse", "variableSetterType" : "DescribeReplicationInstanceTaskLogsResponse" }, "wrapper" : false }, "DescribeReplicationInstancesRequest" : { "c2jName" : "DescribeReplicationInstancesMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "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

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxRecords", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxRecords", "sensitive" : false, "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, "timestampFormat" : null, "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

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxRecords", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstances", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReplicationInstance", "variableName" : "member", "variableType" : "ReplicationInstance", "documentation" : null, "simpleType" : "ReplicationInstance", "variableSetterType" : "ReplicationInstance" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "ReplicationInstances", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstances", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReplicationInstance", "variableName" : "member", "variableType" : "ReplicationInstance", "documentation" : null, "simpleType" : "ReplicationInstance", "variableSetterType" : "ReplicationInstance" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "ReplicationInstances", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstances", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReplicationInstance", "variableName" : "member", "variableType" : "ReplicationInstance", "documentation" : null, "simpleType" : "ReplicationInstance", "variableSetterType" : "ReplicationInstance" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "ReplicationInstances", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxRecords", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxRecords", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxRecords", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReplicationSubnetGroup", "variableName" : "member", "variableType" : "ReplicationSubnetGroup", "documentation" : null, "simpleType" : "ReplicationSubnetGroup", "variableSetterType" : "ReplicationSubnetGroup" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "ReplicationSubnetGroups", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReplicationSubnetGroup", "variableName" : "member", "variableType" : "ReplicationSubnetGroup", "documentation" : null, "simpleType" : "ReplicationSubnetGroup", "variableSetterType" : "ReplicationSubnetGroup" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "ReplicationSubnetGroups", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReplicationSubnetGroup", "variableName" : "member", "variableType" : "ReplicationSubnetGroup", "documentation" : null, "simpleType" : "ReplicationSubnetGroup", "variableSetterType" : "ReplicationSubnetGroup" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "ReplicationSubnetGroups", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxRecords", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxRecords", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxRecords", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BucketName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BucketName", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskAssessmentResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReplicationTaskAssessmentResult", "variableName" : "member", "variableType" : "ReplicationTaskAssessmentResult", "documentation" : null, "simpleType" : "ReplicationTaskAssessmentResult", "variableSetterType" : "ReplicationTaskAssessmentResult" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "ReplicationTaskAssessmentResults", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BucketName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BucketName", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskAssessmentResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReplicationTaskAssessmentResult", "variableName" : "member", "variableType" : "ReplicationTaskAssessmentResult", "documentation" : null, "simpleType" : "ReplicationTaskAssessmentResult", "variableSetterType" : "ReplicationTaskAssessmentResult" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "ReplicationTaskAssessmentResults", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BucketName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BucketName", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskAssessmentResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReplicationTaskAssessmentResult", "variableName" : "member", "variableType" : "ReplicationTaskAssessmentResult", "documentation" : null, "simpleType" : "ReplicationTaskAssessmentResult", "variableSetterType" : "ReplicationTaskAssessmentResult" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "ReplicationTaskAssessmentResults", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "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

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxRecords", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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" : "getWithoutSettings", "beanStyleSetterMethodName" : "setWithoutSettings", "c2jName" : "WithoutSettings", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                      An option to set to avoid returning information about settings. Use this to reduce overhead when setting information is too large. To use this option, choose true; otherwise, choose false (the default).

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

                                      An option to set to avoid returning information about settings. Use this to reduce overhead when setting information is too large. To use this option, choose true; otherwise, choose false (the default).

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

                                      An option to set to avoid returning information about settings. Use this to reduce overhead when setting information is too large. To use this option, choose true; otherwise, choose false (the default).

                                      \n@param withoutSettings An option to set to avoid returning information about settings. Use this to reduce overhead when setting information is too large. To use this option, choose true; otherwise, choose false (the default).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "withoutSettings", "getterDocumentation" : "

                                      An option to set to avoid returning information about settings. Use this to reduce overhead when setting information is too large. To use this option, choose true; otherwise, choose false (the default).

                                      \n@return An option to set to avoid returning information about settings. Use this to reduce overhead when setting information is too large. To use this option, choose true; otherwise, choose false (the default).", "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" : "WithoutSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "WithoutSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "WithoutSettings", "sensitive" : false, "setterDocumentation" : "

                                      An option to set to avoid returning information about settings. Use this to reduce overhead when setting information is too large. To use this option, choose true; otherwise, choose false (the default).

                                      \n@param withoutSettings An option to set to avoid returning information about settings. Use this to reduce overhead when setting information is too large. To use this option, choose true; otherwise, choose false (the default).", "setterMethodName" : "setWithoutSettings", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "withoutSettings", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "withoutSettings", "variableType" : "Boolean", "documentation" : "

                                      An option to set to avoid returning information about settings. Use this to reduce overhead when setting information is too large. To use this option, choose true; otherwise, choose false (the default).

                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "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

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxRecords", "sensitive" : false, "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, "timestampFormat" : null, "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 }, "WithoutSettings" : { "beanStyleGetterMethodName" : "getWithoutSettings", "beanStyleSetterMethodName" : "setWithoutSettings", "c2jName" : "WithoutSettings", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                      An option to set to avoid returning information about settings. Use this to reduce overhead when setting information is too large. To use this option, choose true; otherwise, choose false (the default).

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

                                      An option to set to avoid returning information about settings. Use this to reduce overhead when setting information is too large. To use this option, choose true; otherwise, choose false (the default).

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

                                      An option to set to avoid returning information about settings. Use this to reduce overhead when setting information is too large. To use this option, choose true; otherwise, choose false (the default).

                                      \n@param withoutSettings An option to set to avoid returning information about settings. Use this to reduce overhead when setting information is too large. To use this option, choose true; otherwise, choose false (the default).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "withoutSettings", "getterDocumentation" : "

                                      An option to set to avoid returning information about settings. Use this to reduce overhead when setting information is too large. To use this option, choose true; otherwise, choose false (the default).

                                      \n@return An option to set to avoid returning information about settings. Use this to reduce overhead when setting information is too large. To use this option, choose true; otherwise, choose false (the default).", "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" : "WithoutSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "WithoutSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "WithoutSettings", "sensitive" : false, "setterDocumentation" : "

                                      An option to set to avoid returning information about settings. Use this to reduce overhead when setting information is too large. To use this option, choose true; otherwise, choose false (the default).

                                      \n@param withoutSettings An option to set to avoid returning information about settings. Use this to reduce overhead when setting information is too large. To use this option, choose true; otherwise, choose false (the default).", "setterMethodName" : "setWithoutSettings", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "withoutSettings", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "withoutSettings", "variableType" : "Boolean", "documentation" : "

                                      An option to set to avoid returning information about settings. Use this to reduce overhead when setting information is too large. To use this option, choose true; otherwise, choose false (the default).

                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "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

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxRecords", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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" : "getWithoutSettings", "beanStyleSetterMethodName" : "setWithoutSettings", "c2jName" : "WithoutSettings", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                      An option to set to avoid returning information about settings. Use this to reduce overhead when setting information is too large. To use this option, choose true; otherwise, choose false (the default).

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

                                      An option to set to avoid returning information about settings. Use this to reduce overhead when setting information is too large. To use this option, choose true; otherwise, choose false (the default).

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

                                      An option to set to avoid returning information about settings. Use this to reduce overhead when setting information is too large. To use this option, choose true; otherwise, choose false (the default).

                                      \n@param withoutSettings An option to set to avoid returning information about settings. Use this to reduce overhead when setting information is too large. To use this option, choose true; otherwise, choose false (the default).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "withoutSettings", "getterDocumentation" : "

                                      An option to set to avoid returning information about settings. Use this to reduce overhead when setting information is too large. To use this option, choose true; otherwise, choose false (the default).

                                      \n@return An option to set to avoid returning information about settings. Use this to reduce overhead when setting information is too large. To use this option, choose true; otherwise, choose false (the default).", "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" : "WithoutSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "WithoutSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "WithoutSettings", "sensitive" : false, "setterDocumentation" : "

                                      An option to set to avoid returning information about settings. Use this to reduce overhead when setting information is too large. To use this option, choose true; otherwise, choose false (the default).

                                      \n@param withoutSettings An option to set to avoid returning information about settings. Use this to reduce overhead when setting information is too large. To use this option, choose true; otherwise, choose false (the default).", "setterMethodName" : "setWithoutSettings", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "withoutSettings", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "withoutSettings", "variableType" : "Boolean", "documentation" : "

                                      An option to set to avoid returning information about settings. Use this to reduce overhead when setting information is too large. To use this option, choose true; otherwise, choose false (the default).

                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTasks", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReplicationTask", "variableName" : "member", "variableType" : "ReplicationTask", "documentation" : null, "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "ReplicationTasks", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTasks", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReplicationTask", "variableName" : "member", "variableType" : "ReplicationTask", "documentation" : null, "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "ReplicationTasks", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTasks", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReplicationTask", "variableName" : "member", "variableType" : "ReplicationTask", "documentation" : null, "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "ReplicationTasks", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxRecords", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxRecords", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxRecords", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Schemas", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Schemas", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Schemas", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Schemas", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Schemas", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Schemas", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxRecords", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxRecords", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxRecords", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TableStatistics", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TableStatistics", "variableName" : "member", "variableType" : "TableStatistics", "documentation" : null, "simpleType" : "TableStatistics", "variableSetterType" : "TableStatistics" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "TableStatistics", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TableStatistics", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TableStatistics", "variableName" : "member", "variableType" : "TableStatistics", "documentation" : null, "simpleType" : "TableStatistics", "variableSetterType" : "TableStatistics" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "TableStatistics", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TableStatistics", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TableStatistics", "variableName" : "member", "variableType" : "TableStatistics", "documentation" : null, "simpleType" : "TableStatistics", "variableSetterType" : "TableStatistics" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "TableStatistics", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "NONE", "value" : "none" }, { "name" : "REQUIRE", "value" : "require" }, { "name" : "VERIFY_CA", "value" : "verify-ca" }, { "name" : "VERIFY_FULL", "value" : "verify-full" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DmsSslModeValue", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DmsSslModeValue", "variableName" : "dmsSslModeValue", "variableType" : "DmsSslModeValue", "documentation" : null, "simpleType" : "DmsSslModeValue", "variableSetterType" : "DmsSslModeValue" }, "wrapper" : false }, "DmsTransferSettings" : { "c2jName" : "DmsTransferSettings", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      The settings in JSON format for the DMS Transfer type source endpoint.

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getServiceAccessRoleArn", "beanStyleSetterMethodName" : "setServiceAccessRoleArn", "c2jName" : "ServiceAccessRoleArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The IAM role that has permission to access the Amazon 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 #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 IAM role that has permission to access the Amazon S3 bucket.

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

                                      The IAM role that has permission to access the Amazon S3 bucket.

                                      \n@param serviceAccessRoleArn The IAM role that has permission to access the Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceAccessRoleArn", "getterDocumentation" : "

                                      The IAM role that has permission to access the Amazon S3 bucket.

                                      \n@return The IAM role that has permission to access the Amazon 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" : "ServiceAccessRoleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceAccessRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceAccessRoleArn", "sensitive" : false, "setterDocumentation" : "

                                      The IAM role that has permission to access the Amazon S3 bucket.

                                      \n@param serviceAccessRoleArn The IAM role that has permission to access the Amazon S3 bucket.", "setterMethodName" : "setServiceAccessRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceAccessRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceAccessRoleArn", "variableType" : "String", "documentation" : "

                                      The IAM role that has permission to access the Amazon S3 bucket.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBucketName", "beanStyleSetterMethodName" : "setBucketName", "c2jName" : "BucketName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The name of the S3 bucket to use.

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

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

                                      The name of the S3 bucket to use.

                                      \n@param bucketName The name of the S3 bucket to use.\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 to use.

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

                                      The name of the S3 bucket to use.

                                      \n@param bucketName The name of the S3 bucket to use.", "setterMethodName" : "setBucketName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : "

                                      The name of the S3 bucket to use.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BucketName" : { "beanStyleGetterMethodName" : "getBucketName", "beanStyleSetterMethodName" : "setBucketName", "c2jName" : "BucketName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The name of the S3 bucket to use.

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

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

                                      The name of the S3 bucket to use.

                                      \n@param bucketName The name of the S3 bucket to use.\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 to use.

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

                                      The name of the S3 bucket to use.

                                      \n@param bucketName The name of the S3 bucket to use.", "setterMethodName" : "setBucketName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : "

                                      The name of the S3 bucket to use.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ServiceAccessRoleArn" : { "beanStyleGetterMethodName" : "getServiceAccessRoleArn", "beanStyleSetterMethodName" : "setServiceAccessRoleArn", "c2jName" : "ServiceAccessRoleArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The IAM role that has permission to access the Amazon 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 #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 IAM role that has permission to access the Amazon S3 bucket.

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

                                      The IAM role that has permission to access the Amazon S3 bucket.

                                      \n@param serviceAccessRoleArn The IAM role that has permission to access the Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceAccessRoleArn", "getterDocumentation" : "

                                      The IAM role that has permission to access the Amazon S3 bucket.

                                      \n@return The IAM role that has permission to access the Amazon 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" : "ServiceAccessRoleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceAccessRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceAccessRoleArn", "sensitive" : false, "setterDocumentation" : "

                                      The IAM role that has permission to access the Amazon S3 bucket.

                                      \n@param serviceAccessRoleArn The IAM role that has permission to access the Amazon S3 bucket.", "setterMethodName" : "setServiceAccessRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceAccessRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceAccessRoleArn", "variableType" : "String", "documentation" : "

                                      The IAM role that has permission to access the Amazon S3 bucket.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getServiceAccessRoleArn", "beanStyleSetterMethodName" : "setServiceAccessRoleArn", "c2jName" : "ServiceAccessRoleArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The IAM role that has permission to access the Amazon 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 #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 IAM role that has permission to access the Amazon S3 bucket.

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

                                      The IAM role that has permission to access the Amazon S3 bucket.

                                      \n@param serviceAccessRoleArn The IAM role that has permission to access the Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceAccessRoleArn", "getterDocumentation" : "

                                      The IAM role that has permission to access the Amazon S3 bucket.

                                      \n@return The IAM role that has permission to access the Amazon 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" : "ServiceAccessRoleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceAccessRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceAccessRoleArn", "sensitive" : false, "setterDocumentation" : "

                                      The IAM role that has permission to access the Amazon S3 bucket.

                                      \n@param serviceAccessRoleArn The IAM role that has permission to access the Amazon S3 bucket.", "setterMethodName" : "setServiceAccessRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceAccessRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceAccessRoleArn", "variableType" : "String", "documentation" : "

                                      The IAM role that has permission to access the Amazon S3 bucket.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBucketName", "beanStyleSetterMethodName" : "setBucketName", "c2jName" : "BucketName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The name of the S3 bucket to use.

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

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

                                      The name of the S3 bucket to use.

                                      \n@param bucketName The name of the S3 bucket to use.\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 to use.

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

                                      The name of the S3 bucket to use.

                                      \n@param bucketName The name of the S3 bucket to use.", "setterMethodName" : "setBucketName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : "

                                      The name of the S3 bucket to use.

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

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceAccessRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceAccessRoleArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceAccessRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceAccessRoleArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceAccessRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceAccessRoleArn", "sensitive" : false, "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, "timestampFormat" : null, "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 }, "ElasticsearchSettings" : { "c2jName" : "ElasticsearchSettings", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getServiceAccessRoleArn", "beanStyleSetterMethodName" : "setServiceAccessRoleArn", "c2jName" : "ServiceAccessRoleArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) used by service to access the 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 service to access the IAM role.

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

                                      The Amazon Resource Name (ARN) used by service to access the IAM role.

                                      \n@param serviceAccessRoleArn The Amazon Resource Name (ARN) used by service to access the 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 service to access the IAM role.

                                      \n@return The Amazon Resource Name (ARN) used by service to access the 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceAccessRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceAccessRoleArn", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) used by service to access the IAM role.

                                      \n@param serviceAccessRoleArn The Amazon Resource Name (ARN) used by service to access the IAM role.", "setterMethodName" : "setServiceAccessRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceAccessRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceAccessRoleArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) used by service to access the IAM role.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEndpointUri", "beanStyleSetterMethodName" : "setEndpointUri", "c2jName" : "EndpointUri", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The endpoint for the Elasticsearch cluster.

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

                                      The endpoint for the Elasticsearch cluster.

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

                                      The endpoint for the Elasticsearch cluster.

                                      \n@param endpointUri The endpoint for the Elasticsearch cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointUri", "getterDocumentation" : "

                                      The endpoint for the Elasticsearch cluster.

                                      \n@return The endpoint for the Elasticsearch cluster.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointUri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointUri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointUri", "sensitive" : false, "setterDocumentation" : "

                                      The endpoint for the Elasticsearch cluster.

                                      \n@param endpointUri The endpoint for the Elasticsearch cluster.", "setterMethodName" : "setEndpointUri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointUri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointUri", "variableType" : "String", "documentation" : "

                                      The endpoint for the Elasticsearch cluster.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFullLoadErrorPercentage", "beanStyleSetterMethodName" : "setFullLoadErrorPercentage", "c2jName" : "FullLoadErrorPercentage", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                      The maximum percentage of records that can fail to be written before a full load operation stops.

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

                                      The maximum percentage of records that can fail to be written before a full load operation stops.

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

                                      The maximum percentage of records that can fail to be written before a full load operation stops.

                                      \n@param fullLoadErrorPercentage The maximum percentage of records that can fail to be written before a full load operation stops.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fullLoadErrorPercentage", "getterDocumentation" : "

                                      The maximum percentage of records that can fail to be written before a full load operation stops.

                                      \n@return The maximum percentage of records that can fail to be written before a full load operation stops.", "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" : "FullLoadErrorPercentage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FullLoadErrorPercentage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "FullLoadErrorPercentage", "sensitive" : false, "setterDocumentation" : "

                                      The maximum percentage of records that can fail to be written before a full load operation stops.

                                      \n@param fullLoadErrorPercentage The maximum percentage of records that can fail to be written before a full load operation stops.", "setterMethodName" : "setFullLoadErrorPercentage", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "fullLoadErrorPercentage", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "fullLoadErrorPercentage", "variableType" : "Integer", "documentation" : "

                                      The maximum percentage of records that can fail to be written before a full load operation stops.

                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getErrorRetryDuration", "beanStyleSetterMethodName" : "setErrorRetryDuration", "c2jName" : "ErrorRetryDuration", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                      The maximum number of seconds that DMS retries failed API requests to the Elasticsearch cluster.

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

                                      The maximum number of seconds that DMS retries failed API requests to the Elasticsearch cluster.

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

                                      The maximum number of seconds that DMS retries failed API requests to the Elasticsearch cluster.

                                      \n@param errorRetryDuration The maximum number of seconds that DMS retries failed API requests to the Elasticsearch cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "errorRetryDuration", "getterDocumentation" : "

                                      The maximum number of seconds that DMS retries failed API requests to the Elasticsearch cluster.

                                      \n@return The maximum number of seconds that DMS retries failed API requests to the Elasticsearch cluster.", "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" : "ErrorRetryDuration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ErrorRetryDuration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "ErrorRetryDuration", "sensitive" : false, "setterDocumentation" : "

                                      The maximum number of seconds that DMS retries failed API requests to the Elasticsearch cluster.

                                      \n@param errorRetryDuration The maximum number of seconds that DMS retries failed API requests to the Elasticsearch cluster.", "setterMethodName" : "setErrorRetryDuration", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "errorRetryDuration", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "errorRetryDuration", "variableType" : "Integer", "documentation" : "

                                      The maximum number of seconds that DMS retries failed API requests to the Elasticsearch cluster.

                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EndpointUri" : { "beanStyleGetterMethodName" : "getEndpointUri", "beanStyleSetterMethodName" : "setEndpointUri", "c2jName" : "EndpointUri", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The endpoint for the Elasticsearch cluster.

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

                                      The endpoint for the Elasticsearch cluster.

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

                                      The endpoint for the Elasticsearch cluster.

                                      \n@param endpointUri The endpoint for the Elasticsearch cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointUri", "getterDocumentation" : "

                                      The endpoint for the Elasticsearch cluster.

                                      \n@return The endpoint for the Elasticsearch cluster.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointUri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointUri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointUri", "sensitive" : false, "setterDocumentation" : "

                                      The endpoint for the Elasticsearch cluster.

                                      \n@param endpointUri The endpoint for the Elasticsearch cluster.", "setterMethodName" : "setEndpointUri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointUri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointUri", "variableType" : "String", "documentation" : "

                                      The endpoint for the Elasticsearch cluster.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ErrorRetryDuration" : { "beanStyleGetterMethodName" : "getErrorRetryDuration", "beanStyleSetterMethodName" : "setErrorRetryDuration", "c2jName" : "ErrorRetryDuration", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                      The maximum number of seconds that DMS retries failed API requests to the Elasticsearch cluster.

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

                                      The maximum number of seconds that DMS retries failed API requests to the Elasticsearch cluster.

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

                                      The maximum number of seconds that DMS retries failed API requests to the Elasticsearch cluster.

                                      \n@param errorRetryDuration The maximum number of seconds that DMS retries failed API requests to the Elasticsearch cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "errorRetryDuration", "getterDocumentation" : "

                                      The maximum number of seconds that DMS retries failed API requests to the Elasticsearch cluster.

                                      \n@return The maximum number of seconds that DMS retries failed API requests to the Elasticsearch cluster.", "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" : "ErrorRetryDuration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ErrorRetryDuration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "ErrorRetryDuration", "sensitive" : false, "setterDocumentation" : "

                                      The maximum number of seconds that DMS retries failed API requests to the Elasticsearch cluster.

                                      \n@param errorRetryDuration The maximum number of seconds that DMS retries failed API requests to the Elasticsearch cluster.", "setterMethodName" : "setErrorRetryDuration", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "errorRetryDuration", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "errorRetryDuration", "variableType" : "Integer", "documentation" : "

                                      The maximum number of seconds that DMS retries failed API requests to the Elasticsearch cluster.

                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "FullLoadErrorPercentage" : { "beanStyleGetterMethodName" : "getFullLoadErrorPercentage", "beanStyleSetterMethodName" : "setFullLoadErrorPercentage", "c2jName" : "FullLoadErrorPercentage", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                      The maximum percentage of records that can fail to be written before a full load operation stops.

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

                                      The maximum percentage of records that can fail to be written before a full load operation stops.

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

                                      The maximum percentage of records that can fail to be written before a full load operation stops.

                                      \n@param fullLoadErrorPercentage The maximum percentage of records that can fail to be written before a full load operation stops.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fullLoadErrorPercentage", "getterDocumentation" : "

                                      The maximum percentage of records that can fail to be written before a full load operation stops.

                                      \n@return The maximum percentage of records that can fail to be written before a full load operation stops.", "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" : "FullLoadErrorPercentage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FullLoadErrorPercentage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "FullLoadErrorPercentage", "sensitive" : false, "setterDocumentation" : "

                                      The maximum percentage of records that can fail to be written before a full load operation stops.

                                      \n@param fullLoadErrorPercentage The maximum percentage of records that can fail to be written before a full load operation stops.", "setterMethodName" : "setFullLoadErrorPercentage", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "fullLoadErrorPercentage", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "fullLoadErrorPercentage", "variableType" : "Integer", "documentation" : "

                                      The maximum percentage of records that can fail to be written before a full load operation stops.

                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "ServiceAccessRoleArn" : { "beanStyleGetterMethodName" : "getServiceAccessRoleArn", "beanStyleSetterMethodName" : "setServiceAccessRoleArn", "c2jName" : "ServiceAccessRoleArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) used by service to access the 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 service to access the IAM role.

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

                                      The Amazon Resource Name (ARN) used by service to access the IAM role.

                                      \n@param serviceAccessRoleArn The Amazon Resource Name (ARN) used by service to access the 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 service to access the IAM role.

                                      \n@return The Amazon Resource Name (ARN) used by service to access the 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceAccessRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceAccessRoleArn", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) used by service to access the IAM role.

                                      \n@param serviceAccessRoleArn The Amazon Resource Name (ARN) used by service to access the IAM role.", "setterMethodName" : "setServiceAccessRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceAccessRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceAccessRoleArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) used by service to access the 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 service to access the 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 service to access the IAM role.

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

                                      The Amazon Resource Name (ARN) used by service to access the IAM role.

                                      \n@param serviceAccessRoleArn The Amazon Resource Name (ARN) used by service to access the 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 service to access the IAM role.

                                      \n@return The Amazon Resource Name (ARN) used by service to access the 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceAccessRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceAccessRoleArn", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) used by service to access the IAM role.

                                      \n@param serviceAccessRoleArn The Amazon Resource Name (ARN) used by service to access the IAM role.", "setterMethodName" : "setServiceAccessRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceAccessRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceAccessRoleArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) used by service to access the IAM role.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEndpointUri", "beanStyleSetterMethodName" : "setEndpointUri", "c2jName" : "EndpointUri", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The endpoint for the Elasticsearch cluster.

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

                                      The endpoint for the Elasticsearch cluster.

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

                                      The endpoint for the Elasticsearch cluster.

                                      \n@param endpointUri The endpoint for the Elasticsearch cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointUri", "getterDocumentation" : "

                                      The endpoint for the Elasticsearch cluster.

                                      \n@return The endpoint for the Elasticsearch cluster.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointUri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointUri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointUri", "sensitive" : false, "setterDocumentation" : "

                                      The endpoint for the Elasticsearch cluster.

                                      \n@param endpointUri The endpoint for the Elasticsearch cluster.", "setterMethodName" : "setEndpointUri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointUri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointUri", "variableType" : "String", "documentation" : "

                                      The endpoint for the Elasticsearch cluster.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFullLoadErrorPercentage", "beanStyleSetterMethodName" : "setFullLoadErrorPercentage", "c2jName" : "FullLoadErrorPercentage", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                      The maximum percentage of records that can fail to be written before a full load operation stops.

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

                                      The maximum percentage of records that can fail to be written before a full load operation stops.

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

                                      The maximum percentage of records that can fail to be written before a full load operation stops.

                                      \n@param fullLoadErrorPercentage The maximum percentage of records that can fail to be written before a full load operation stops.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fullLoadErrorPercentage", "getterDocumentation" : "

                                      The maximum percentage of records that can fail to be written before a full load operation stops.

                                      \n@return The maximum percentage of records that can fail to be written before a full load operation stops.", "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" : "FullLoadErrorPercentage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FullLoadErrorPercentage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "FullLoadErrorPercentage", "sensitive" : false, "setterDocumentation" : "

                                      The maximum percentage of records that can fail to be written before a full load operation stops.

                                      \n@param fullLoadErrorPercentage The maximum percentage of records that can fail to be written before a full load operation stops.", "setterMethodName" : "setFullLoadErrorPercentage", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "fullLoadErrorPercentage", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "fullLoadErrorPercentage", "variableType" : "Integer", "documentation" : "

                                      The maximum percentage of records that can fail to be written before a full load operation stops.

                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getErrorRetryDuration", "beanStyleSetterMethodName" : "setErrorRetryDuration", "c2jName" : "ErrorRetryDuration", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                      The maximum number of seconds that DMS retries failed API requests to the Elasticsearch cluster.

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

                                      The maximum number of seconds that DMS retries failed API requests to the Elasticsearch cluster.

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

                                      The maximum number of seconds that DMS retries failed API requests to the Elasticsearch cluster.

                                      \n@param errorRetryDuration The maximum number of seconds that DMS retries failed API requests to the Elasticsearch cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "errorRetryDuration", "getterDocumentation" : "

                                      The maximum number of seconds that DMS retries failed API requests to the Elasticsearch cluster.

                                      \n@return The maximum number of seconds that DMS retries failed API requests to the Elasticsearch cluster.", "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" : "ErrorRetryDuration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ErrorRetryDuration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "ErrorRetryDuration", "sensitive" : false, "setterDocumentation" : "

                                      The maximum number of seconds that DMS retries failed API requests to the Elasticsearch cluster.

                                      \n@param errorRetryDuration The maximum number of seconds that DMS retries failed API requests to the Elasticsearch cluster.", "setterMethodName" : "setErrorRetryDuration", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "errorRetryDuration", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "errorRetryDuration", "variableType" : "Integer", "documentation" : "

                                      The maximum number of seconds that DMS retries failed API requests to the Elasticsearch cluster.

                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ServiceAccessRoleArn", "EndpointUri" ], "shapeName" : "ElasticsearchSettings", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ElasticsearchSettings", "variableName" : "elasticsearchSettings", "variableType" : "ElasticsearchSettings", "documentation" : null, "simpleType" : "ElasticsearchSettings", "variableSetterType" : "ElasticsearchSettings" }, "wrapper" : false }, "EncodingTypeValue" : { "c2jName" : "EncodingTypeValue", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "PLAIN", "value" : "plain" }, { "name" : "PLAIN_DICTIONARY", "value" : "plain-dictionary" }, { "name" : "RLE_DICTIONARY", "value" : "rle-dictionary" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "EncodingTypeValue", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "EncodingTypeValue", "variableName" : "encodingTypeValue", "variableType" : "EncodingTypeValue", "documentation" : null, "simpleType" : "EncodingTypeValue", "variableSetterType" : "EncodingTypeValue" }, "wrapper" : false }, "EncryptionModeValue" : { "c2jName" : "EncryptionModeValue", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "SSE_S3", "value" : "sse-s3" }, { "name" : "SSE_KMS", "value" : "sse-kms" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "EncryptionModeValue", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "EncryptionModeValue", "variableName" : "encryptionModeValue", "variableType" : "EncryptionModeValue", "documentation" : null, "simpleType" : "EncryptionModeValue", "variableSetterType" : "EncryptionModeValue" }, "wrapper" : false }, "Endpoint" : { "c2jName" : "Endpoint", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointIdentifier", "sensitive" : false, "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, "timestampFormat" : null, "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" : "getEndpointTypeAsString", "beanStyleSetterMethodName" : "setEndpointType", "c2jName" : "EndpointType", "c2jShape" : "ReplicationEndpointTypeValue", "defaultConsumerFluentSetterDocumentation" : "

                                      The type of endpoint. Valid values are source and target.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointTypeAsString(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. Valid values are source and target.

                                      ", "endpointDiscoveryId" : false, "enumType" : "ReplicationEndpointTypeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "endpointType", "fluentEnumSetterMethodName" : "endpointType", "fluentGetterMethodName" : "endpointTypeAsString", "fluentSetterDocumentation" : "

                                      The type of endpoint. Valid values are source and target.

                                      \n@param endpointType The type of endpoint. Valid values are source and target.\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. Valid values are source and target.

                                      \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 #endpointTypeAsString}.\n

                                      \n@return The type of endpoint. Valid values are source and target.\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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointType", "sensitive" : false, "setterDocumentation" : "

                                      The type of endpoint. Valid values are source and target.

                                      \n@param endpointType The type of endpoint. Valid values are source and target.\n@see ReplicationEndpointTypeValue", "setterMethodName" : "setEndpointType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointType", "variableType" : "String", "documentation" : "

                                      The type of endpoint. Valid values are source and target.

                                      ", "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, aurora-postgresql, redshift, s3, db2, azuredb, 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, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.

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

                                      The database engine name. Valid values, depending on the EndpointType, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.

                                      \n@param engineName The database engine name. Valid values, depending on the EndpointType, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, 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, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.

                                      \n@return The database engine name. Valid values, depending on the EndpointType, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EngineName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EngineName", "sensitive" : false, "setterDocumentation" : "

                                      The database engine name. Valid values, depending on the EndpointType, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.

                                      \n@param engineName The database engine name. Valid values, depending on the EndpointType, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.", "setterMethodName" : "setEngineName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engineName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "engineName", "variableType" : "String", "documentation" : "

                                      The database engine name. Valid values, depending on the EndpointType, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEngineDisplayName", "beanStyleSetterMethodName" : "setEngineDisplayName", "c2jName" : "EngineDisplayName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"

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

                                      The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"

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

                                      The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"

                                      \n@param engineDisplayName The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineDisplayName", "getterDocumentation" : "

                                      The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"

                                      \n@return The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EngineDisplayName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EngineDisplayName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EngineDisplayName", "sensitive" : false, "setterDocumentation" : "

                                      The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"

                                      \n@param engineDisplayName The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"", "setterMethodName" : "setEngineDisplayName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engineDisplayName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "engineDisplayName", "variableType" : "String", "documentation" : "

                                      The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"

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

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Username", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Username", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServerName", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Port", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DatabaseName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatabaseName", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ExtraConnectionAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExtraConnectionAttributes", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "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, "timestampFormat" : null, "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" : "

                                      An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                                      If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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" : "

                                      An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                                      If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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.

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

                                      An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                                      If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                                      If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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" : "

                                      An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                                      If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                                      If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "KmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KmsKeyId", "sensitive" : false, "setterDocumentation" : "

                                      An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                                      If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                                      If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

                                      An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                                      If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "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, "timestampFormat" : null, "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" : "getSslModeAsString", "beanStyleSetterMethodName" : "setSslMode", "c2jName" : "SslMode", "c2jShape" : "DmsSslModeValue", "defaultConsumerFluentSetterDocumentation" : "

                                      The SSL mode used to connect to the endpoint. 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 #sslModeAsString(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. The default value is none.

                                      ", "endpointDiscoveryId" : false, "enumType" : "DmsSslModeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "sslMode", "fluentEnumSetterMethodName" : "sslMode", "fluentGetterMethodName" : "sslModeAsString", "fluentSetterDocumentation" : "

                                      The SSL mode used to connect to the endpoint. The default value is none.

                                      \n@param sslMode The SSL mode used to connect to the endpoint. 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. 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 #sslModeAsString}.\n

                                      \n@return The SSL mode used to connect to the endpoint. 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SslMode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SslMode", "sensitive" : false, "setterDocumentation" : "

                                      The SSL mode used to connect to the endpoint. The default value is none.

                                      \n@param sslMode The SSL mode used to connect to the endpoint. 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sslMode", "variableType" : "String", "documentation" : "

                                      The SSL mode used to connect to the endpoint. The default value is none.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceAccessRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceAccessRoleArn", "sensitive" : false, "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, "timestampFormat" : null, "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" : "

                                      The external table definition.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                      The external table definition.

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

                                      The external table definition.

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

                                      The external table definition.

                                      \n@return The external table definition.", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ExternalTableDefinition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExternalTableDefinition", "sensitive" : false, "setterDocumentation" : "

                                      The external table definition.

                                      \n@param externalTableDefinition The external table definition.", "setterMethodName" : "setExternalTableDefinition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "externalTableDefinition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "externalTableDefinition", "variableType" : "String", "documentation" : "

                                      The external table definition.

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

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ExternalId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExternalId", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DynamoDbSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DynamoDbSettings", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "S3Settings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "S3Settings", "sensitive" : false, "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, "timestampFormat" : null, "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" : "getDmsTransferSettings", "beanStyleSetterMethodName" : "setDmsTransferSettings", "c2jName" : "DmsTransferSettings", "c2jShape" : "DmsTransferSettings", "defaultConsumerFluentSetterDocumentation" : "

                                      The settings in JSON format for the DMS transfer type of source endpoint.

                                      Possible attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • bucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                                      Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                                      JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

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

                                      The settings in JSON format for the DMS transfer type of source endpoint.

                                      Possible attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • bucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                                      Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                                      JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

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

                                      The settings in JSON format for the DMS transfer type of source endpoint.

                                      Possible attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • bucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                                      Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                                      JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

                                      \n@param dmsTransferSettings The settings in JSON format for the DMS transfer type of source endpoint.

                                      Possible attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • bucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                                      Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                                      JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" } \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dmsTransferSettings", "getterDocumentation" : "

                                      The settings in JSON format for the DMS transfer type of source endpoint.

                                      Possible attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • bucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                                      Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                                      JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

                                      \n@return The settings in JSON format for the DMS transfer type of source endpoint.

                                      Possible attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • bucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                                      Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                                      JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" } ", "getterModel" : { "returnType" : "DmsTransferSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DmsTransferSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DmsTransferSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DmsTransferSettings", "sensitive" : false, "setterDocumentation" : "

                                      The settings in JSON format for the DMS transfer type of source endpoint.

                                      Possible attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • bucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                                      Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                                      JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

                                      \n@param dmsTransferSettings The settings in JSON format for the DMS transfer type of source endpoint.

                                      Possible attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • bucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                                      Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                                      JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" } ", "setterMethodName" : "setDmsTransferSettings", "setterModel" : { "variableDeclarationType" : "DmsTransferSettings", "variableName" : "dmsTransferSettings", "variableType" : "DmsTransferSettings", "documentation" : null, "simpleType" : "DmsTransferSettings", "variableSetterType" : "DmsTransferSettings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DmsTransferSettings", "variableName" : "dmsTransferSettings", "variableType" : "DmsTransferSettings", "documentation" : "

                                      The settings in JSON format for the DMS transfer type of source endpoint.

                                      Possible attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • bucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                                      Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                                      JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

                                      ", "simpleType" : "DmsTransferSettings", "variableSetterType" : "DmsTransferSettings" }, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MongoDbSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "MongoDbSettings", "sensitive" : false, "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, "timestampFormat" : null, "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 }, { "beanStyleGetterMethodName" : "getKinesisSettings", "beanStyleSetterMethodName" : "setKinesisSettings", "c2jName" : "KinesisSettings", "c2jShape" : "KinesisSettings", "defaultConsumerFluentSetterDocumentation" : "

                                      The settings for the Amazon Kinesis source endpoint. For more information, see the KinesisSettings structure.

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

                                      The settings for the Amazon Kinesis source endpoint. For more information, see the KinesisSettings structure.

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

                                      The settings for the Amazon Kinesis source endpoint. For more information, see the KinesisSettings structure.

                                      \n@param kinesisSettings The settings for the Amazon Kinesis source endpoint. For more information, see the KinesisSettings structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kinesisSettings", "getterDocumentation" : "

                                      The settings for the Amazon Kinesis source endpoint. For more information, see the KinesisSettings structure.

                                      \n@return The settings for the Amazon Kinesis source endpoint. For more information, see the KinesisSettings structure.", "getterModel" : { "returnType" : "KinesisSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "KinesisSettings", "sensitive" : false, "setterDocumentation" : "

                                      The settings for the Amazon Kinesis source endpoint. For more information, see the KinesisSettings structure.

                                      \n@param kinesisSettings The settings for the Amazon Kinesis source endpoint. For more information, see the KinesisSettings structure.", "setterMethodName" : "setKinesisSettings", "setterModel" : { "variableDeclarationType" : "KinesisSettings", "variableName" : "kinesisSettings", "variableType" : "KinesisSettings", "documentation" : null, "simpleType" : "KinesisSettings", "variableSetterType" : "KinesisSettings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "KinesisSettings", "variableName" : "kinesisSettings", "variableType" : "KinesisSettings", "documentation" : "

                                      The settings for the Amazon Kinesis source endpoint. For more information, see the KinesisSettings structure.

                                      ", "simpleType" : "KinesisSettings", "variableSetterType" : "KinesisSettings" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getElasticsearchSettings", "beanStyleSetterMethodName" : "setElasticsearchSettings", "c2jName" : "ElasticsearchSettings", "c2jShape" : "ElasticsearchSettings", "defaultConsumerFluentSetterDocumentation" : "

                                      The settings for the Elasticsearch source endpoint. For more information, see the ElasticsearchSettings structure.

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

                                      The settings for the Elasticsearch source endpoint. For more information, see the ElasticsearchSettings structure.

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

                                      The settings for the Elasticsearch source endpoint. For more information, see the ElasticsearchSettings structure.

                                      \n@param elasticsearchSettings The settings for the Elasticsearch source endpoint. For more information, see the ElasticsearchSettings structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "elasticsearchSettings", "getterDocumentation" : "

                                      The settings for the Elasticsearch source endpoint. For more information, see the ElasticsearchSettings structure.

                                      \n@return The settings for the Elasticsearch source endpoint. For more information, see the ElasticsearchSettings structure.", "getterModel" : { "returnType" : "ElasticsearchSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ElasticsearchSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ElasticsearchSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ElasticsearchSettings", "sensitive" : false, "setterDocumentation" : "

                                      The settings for the Elasticsearch source endpoint. For more information, see the ElasticsearchSettings structure.

                                      \n@param elasticsearchSettings The settings for the Elasticsearch source endpoint. For more information, see the ElasticsearchSettings structure.", "setterMethodName" : "setElasticsearchSettings", "setterModel" : { "variableDeclarationType" : "ElasticsearchSettings", "variableName" : "elasticsearchSettings", "variableType" : "ElasticsearchSettings", "documentation" : null, "simpleType" : "ElasticsearchSettings", "variableSetterType" : "ElasticsearchSettings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ElasticsearchSettings", "variableName" : "elasticsearchSettings", "variableType" : "ElasticsearchSettings", "documentation" : "

                                      The settings for the Elasticsearch source endpoint. For more information, see the ElasticsearchSettings structure.

                                      ", "simpleType" : "ElasticsearchSettings", "variableSetterType" : "ElasticsearchSettings" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRedshiftSettings", "beanStyleSetterMethodName" : "setRedshiftSettings", "c2jName" : "RedshiftSettings", "c2jShape" : "RedshiftSettings", "defaultConsumerFluentSetterDocumentation" : "

                                      Settings for the Amazon Redshift endpoint.

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

                                      Settings for the Amazon Redshift endpoint.

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

                                      Settings for the Amazon Redshift endpoint.

                                      \n@param redshiftSettings Settings for the Amazon Redshift endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "redshiftSettings", "getterDocumentation" : "

                                      Settings for the Amazon Redshift endpoint.

                                      \n@return Settings for the Amazon Redshift endpoint.", "getterModel" : { "returnType" : "RedshiftSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RedshiftSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RedshiftSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RedshiftSettings", "sensitive" : false, "setterDocumentation" : "

                                      Settings for the Amazon Redshift endpoint.

                                      \n@param redshiftSettings Settings for the Amazon Redshift endpoint.", "setterMethodName" : "setRedshiftSettings", "setterModel" : { "variableDeclarationType" : "RedshiftSettings", "variableName" : "redshiftSettings", "variableType" : "RedshiftSettings", "documentation" : null, "simpleType" : "RedshiftSettings", "variableSetterType" : "RedshiftSettings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RedshiftSettings", "variableName" : "redshiftSettings", "variableType" : "RedshiftSettings", "documentation" : "

                                      Settings for the Amazon Redshift endpoint.

                                      ", "simpleType" : "RedshiftSettings", "variableSetterType" : "RedshiftSettings" }, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DatabaseName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatabaseName", "sensitive" : false, "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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "databaseName", "variableType" : "String", "documentation" : "

                                      The name of the database at the endpoint.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DmsTransferSettings" : { "beanStyleGetterMethodName" : "getDmsTransferSettings", "beanStyleSetterMethodName" : "setDmsTransferSettings", "c2jName" : "DmsTransferSettings", "c2jShape" : "DmsTransferSettings", "defaultConsumerFluentSetterDocumentation" : "

                                      The settings in JSON format for the DMS transfer type of source endpoint.

                                      Possible attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • bucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                                      Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                                      JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

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

                                      The settings in JSON format for the DMS transfer type of source endpoint.

                                      Possible attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • bucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                                      Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                                      JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

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

                                      The settings in JSON format for the DMS transfer type of source endpoint.

                                      Possible attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • bucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                                      Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                                      JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

                                      \n@param dmsTransferSettings The settings in JSON format for the DMS transfer type of source endpoint.

                                      Possible attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • bucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                                      Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                                      JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" } \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dmsTransferSettings", "getterDocumentation" : "

                                      The settings in JSON format for the DMS transfer type of source endpoint.

                                      Possible attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • bucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                                      Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                                      JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

                                      \n@return The settings in JSON format for the DMS transfer type of source endpoint.

                                      Possible attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • bucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                                      Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                                      JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" } ", "getterModel" : { "returnType" : "DmsTransferSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DmsTransferSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DmsTransferSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DmsTransferSettings", "sensitive" : false, "setterDocumentation" : "

                                      The settings in JSON format for the DMS transfer type of source endpoint.

                                      Possible attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • bucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                                      Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                                      JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

                                      \n@param dmsTransferSettings The settings in JSON format for the DMS transfer type of source endpoint.

                                      Possible attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • bucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                                      Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                                      JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" } ", "setterMethodName" : "setDmsTransferSettings", "setterModel" : { "variableDeclarationType" : "DmsTransferSettings", "variableName" : "dmsTransferSettings", "variableType" : "DmsTransferSettings", "documentation" : null, "simpleType" : "DmsTransferSettings", "variableSetterType" : "DmsTransferSettings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DmsTransferSettings", "variableName" : "dmsTransferSettings", "variableType" : "DmsTransferSettings", "documentation" : "

                                      The settings in JSON format for the DMS transfer type of source endpoint.

                                      Possible attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • bucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                                      Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                                      JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

                                      ", "simpleType" : "DmsTransferSettings", "variableSetterType" : "DmsTransferSettings" }, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DynamoDbSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DynamoDbSettings", "sensitive" : false, "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, "timestampFormat" : null, "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 }, "ElasticsearchSettings" : { "beanStyleGetterMethodName" : "getElasticsearchSettings", "beanStyleSetterMethodName" : "setElasticsearchSettings", "c2jName" : "ElasticsearchSettings", "c2jShape" : "ElasticsearchSettings", "defaultConsumerFluentSetterDocumentation" : "

                                      The settings for the Elasticsearch source endpoint. For more information, see the ElasticsearchSettings structure.

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

                                      The settings for the Elasticsearch source endpoint. For more information, see the ElasticsearchSettings structure.

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

                                      The settings for the Elasticsearch source endpoint. For more information, see the ElasticsearchSettings structure.

                                      \n@param elasticsearchSettings The settings for the Elasticsearch source endpoint. For more information, see the ElasticsearchSettings structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "elasticsearchSettings", "getterDocumentation" : "

                                      The settings for the Elasticsearch source endpoint. For more information, see the ElasticsearchSettings structure.

                                      \n@return The settings for the Elasticsearch source endpoint. For more information, see the ElasticsearchSettings structure.", "getterModel" : { "returnType" : "ElasticsearchSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ElasticsearchSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ElasticsearchSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ElasticsearchSettings", "sensitive" : false, "setterDocumentation" : "

                                      The settings for the Elasticsearch source endpoint. For more information, see the ElasticsearchSettings structure.

                                      \n@param elasticsearchSettings The settings for the Elasticsearch source endpoint. For more information, see the ElasticsearchSettings structure.", "setterMethodName" : "setElasticsearchSettings", "setterModel" : { "variableDeclarationType" : "ElasticsearchSettings", "variableName" : "elasticsearchSettings", "variableType" : "ElasticsearchSettings", "documentation" : null, "simpleType" : "ElasticsearchSettings", "variableSetterType" : "ElasticsearchSettings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ElasticsearchSettings", "variableName" : "elasticsearchSettings", "variableType" : "ElasticsearchSettings", "documentation" : "

                                      The settings for the Elasticsearch source endpoint. For more information, see the ElasticsearchSettings structure.

                                      ", "simpleType" : "ElasticsearchSettings", "variableSetterType" : "ElasticsearchSettings" }, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointIdentifier", "sensitive" : false, "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, "timestampFormat" : null, "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" : "getEndpointTypeAsString", "beanStyleSetterMethodName" : "setEndpointType", "c2jName" : "EndpointType", "c2jShape" : "ReplicationEndpointTypeValue", "defaultConsumerFluentSetterDocumentation" : "

                                      The type of endpoint. Valid values are source and target.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointTypeAsString(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. Valid values are source and target.

                                      ", "endpointDiscoveryId" : false, "enumType" : "ReplicationEndpointTypeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "endpointType", "fluentEnumSetterMethodName" : "endpointType", "fluentGetterMethodName" : "endpointTypeAsString", "fluentSetterDocumentation" : "

                                      The type of endpoint. Valid values are source and target.

                                      \n@param endpointType The type of endpoint. Valid values are source and target.\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. Valid values are source and target.

                                      \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 #endpointTypeAsString}.\n

                                      \n@return The type of endpoint. Valid values are source and target.\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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointType", "sensitive" : false, "setterDocumentation" : "

                                      The type of endpoint. Valid values are source and target.

                                      \n@param endpointType The type of endpoint. Valid values are source and target.\n@see ReplicationEndpointTypeValue", "setterMethodName" : "setEndpointType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointType", "variableType" : "String", "documentation" : "

                                      The type of endpoint. Valid values are source and target.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "EngineDisplayName" : { "beanStyleGetterMethodName" : "getEngineDisplayName", "beanStyleSetterMethodName" : "setEngineDisplayName", "c2jName" : "EngineDisplayName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"

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

                                      The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"

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

                                      The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"

                                      \n@param engineDisplayName The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineDisplayName", "getterDocumentation" : "

                                      The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"

                                      \n@return The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EngineDisplayName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EngineDisplayName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EngineDisplayName", "sensitive" : false, "setterDocumentation" : "

                                      The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"

                                      \n@param engineDisplayName The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"", "setterMethodName" : "setEngineDisplayName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engineDisplayName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "engineDisplayName", "variableType" : "String", "documentation" : "

                                      The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"

                                      ", "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, aurora-postgresql, redshift, s3, db2, azuredb, 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, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.

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

                                      The database engine name. Valid values, depending on the EndpointType, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.

                                      \n@param engineName The database engine name. Valid values, depending on the EndpointType, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, 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, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.

                                      \n@return The database engine name. Valid values, depending on the EndpointType, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EngineName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EngineName", "sensitive" : false, "setterDocumentation" : "

                                      The database engine name. Valid values, depending on the EndpointType, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.

                                      \n@param engineName The database engine name. Valid values, depending on the EndpointType, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.", "setterMethodName" : "setEngineName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engineName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "engineName", "variableType" : "String", "documentation" : "

                                      The database engine name. Valid values, depending on the EndpointType, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, 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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ExternalId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExternalId", "sensitive" : false, "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, "timestampFormat" : null, "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 }, "ExternalTableDefinition" : { "beanStyleGetterMethodName" : "getExternalTableDefinition", "beanStyleSetterMethodName" : "setExternalTableDefinition", "c2jName" : "ExternalTableDefinition", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The external table definition.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                      The external table definition.

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

                                      The external table definition.

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

                                      The external table definition.

                                      \n@return The external table definition.", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ExternalTableDefinition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExternalTableDefinition", "sensitive" : false, "setterDocumentation" : "

                                      The external table definition.

                                      \n@param externalTableDefinition The external table definition.", "setterMethodName" : "setExternalTableDefinition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "externalTableDefinition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "externalTableDefinition", "variableType" : "String", "documentation" : "

                                      The external table definition.

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

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ExtraConnectionAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExtraConnectionAttributes", "sensitive" : false, "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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "extraConnectionAttributes", "variableType" : "String", "documentation" : "

                                      Additional connection attributes used to connect to the endpoint.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "KinesisSettings" : { "beanStyleGetterMethodName" : "getKinesisSettings", "beanStyleSetterMethodName" : "setKinesisSettings", "c2jName" : "KinesisSettings", "c2jShape" : "KinesisSettings", "defaultConsumerFluentSetterDocumentation" : "

                                      The settings for the Amazon Kinesis source endpoint. For more information, see the KinesisSettings structure.

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

                                      The settings for the Amazon Kinesis source endpoint. For more information, see the KinesisSettings structure.

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

                                      The settings for the Amazon Kinesis source endpoint. For more information, see the KinesisSettings structure.

                                      \n@param kinesisSettings The settings for the Amazon Kinesis source endpoint. For more information, see the KinesisSettings structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kinesisSettings", "getterDocumentation" : "

                                      The settings for the Amazon Kinesis source endpoint. For more information, see the KinesisSettings structure.

                                      \n@return The settings for the Amazon Kinesis source endpoint. For more information, see the KinesisSettings structure.", "getterModel" : { "returnType" : "KinesisSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "KinesisSettings", "sensitive" : false, "setterDocumentation" : "

                                      The settings for the Amazon Kinesis source endpoint. For more information, see the KinesisSettings structure.

                                      \n@param kinesisSettings The settings for the Amazon Kinesis source endpoint. For more information, see the KinesisSettings structure.", "setterMethodName" : "setKinesisSettings", "setterModel" : { "variableDeclarationType" : "KinesisSettings", "variableName" : "kinesisSettings", "variableType" : "KinesisSettings", "documentation" : null, "simpleType" : "KinesisSettings", "variableSetterType" : "KinesisSettings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "KinesisSettings", "variableName" : "kinesisSettings", "variableType" : "KinesisSettings", "documentation" : "

                                      The settings for the Amazon Kinesis source endpoint. For more information, see the KinesisSettings structure.

                                      ", "simpleType" : "KinesisSettings", "variableSetterType" : "KinesisSettings" }, "xmlNameSpaceUri" : null }, "KmsKeyId" : { "beanStyleGetterMethodName" : "getKmsKeyId", "beanStyleSetterMethodName" : "setKmsKeyId", "c2jName" : "KmsKeyId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                                      If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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" : "

                                      An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                                      If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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.

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

                                      An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                                      If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                                      If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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" : "

                                      An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                                      If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                                      If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "KmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KmsKeyId", "sensitive" : false, "setterDocumentation" : "

                                      An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                                      If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                                      If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

                                      An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                                      If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MongoDbSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "MongoDbSettings", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Port", "sensitive" : false, "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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                                      The port value used to access the endpoint.

                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "RedshiftSettings" : { "beanStyleGetterMethodName" : "getRedshiftSettings", "beanStyleSetterMethodName" : "setRedshiftSettings", "c2jName" : "RedshiftSettings", "c2jShape" : "RedshiftSettings", "defaultConsumerFluentSetterDocumentation" : "

                                      Settings for the Amazon Redshift endpoint.

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

                                      Settings for the Amazon Redshift endpoint.

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

                                      Settings for the Amazon Redshift endpoint.

                                      \n@param redshiftSettings Settings for the Amazon Redshift endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "redshiftSettings", "getterDocumentation" : "

                                      Settings for the Amazon Redshift endpoint.

                                      \n@return Settings for the Amazon Redshift endpoint.", "getterModel" : { "returnType" : "RedshiftSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RedshiftSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RedshiftSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RedshiftSettings", "sensitive" : false, "setterDocumentation" : "

                                      Settings for the Amazon Redshift endpoint.

                                      \n@param redshiftSettings Settings for the Amazon Redshift endpoint.", "setterMethodName" : "setRedshiftSettings", "setterModel" : { "variableDeclarationType" : "RedshiftSettings", "variableName" : "redshiftSettings", "variableType" : "RedshiftSettings", "documentation" : null, "simpleType" : "RedshiftSettings", "variableSetterType" : "RedshiftSettings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RedshiftSettings", "variableName" : "redshiftSettings", "variableType" : "RedshiftSettings", "documentation" : "

                                      Settings for the Amazon Redshift endpoint.

                                      ", "simpleType" : "RedshiftSettings", "variableSetterType" : "RedshiftSettings" }, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "S3Settings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "S3Settings", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServerName", "sensitive" : false, "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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverName", "variableType" : "String", "documentation" : "

                                      The name of the server at the endpoint.

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

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceAccessRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceAccessRoleArn", "sensitive" : false, "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, "timestampFormat" : null, "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 }, "SslMode" : { "beanStyleGetterMethodName" : "getSslModeAsString", "beanStyleSetterMethodName" : "setSslMode", "c2jName" : "SslMode", "c2jShape" : "DmsSslModeValue", "defaultConsumerFluentSetterDocumentation" : "

                                      The SSL mode used to connect to the endpoint. 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 #sslModeAsString(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. The default value is none.

                                      ", "endpointDiscoveryId" : false, "enumType" : "DmsSslModeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "sslMode", "fluentEnumSetterMethodName" : "sslMode", "fluentGetterMethodName" : "sslModeAsString", "fluentSetterDocumentation" : "

                                      The SSL mode used to connect to the endpoint. The default value is none.

                                      \n@param sslMode The SSL mode used to connect to the endpoint. 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. 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 #sslModeAsString}.\n

                                      \n@return The SSL mode used to connect to the endpoint. 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SslMode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SslMode", "sensitive" : false, "setterDocumentation" : "

                                      The SSL mode used to connect to the endpoint. The default value is none.

                                      \n@param sslMode The SSL mode used to connect to the endpoint. 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sslMode", "variableType" : "String", "documentation" : "

                                      The SSL mode used to connect to the endpoint. 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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Username", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Username", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointIdentifier", "sensitive" : false, "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, "timestampFormat" : null, "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" : "getEndpointTypeAsString", "beanStyleSetterMethodName" : "setEndpointType", "c2jName" : "EndpointType", "c2jShape" : "ReplicationEndpointTypeValue", "defaultConsumerFluentSetterDocumentation" : "

                                      The type of endpoint. Valid values are source and target.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointTypeAsString(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. Valid values are source and target.

                                      ", "endpointDiscoveryId" : false, "enumType" : "ReplicationEndpointTypeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "endpointType", "fluentEnumSetterMethodName" : "endpointType", "fluentGetterMethodName" : "endpointTypeAsString", "fluentSetterDocumentation" : "

                                      The type of endpoint. Valid values are source and target.

                                      \n@param endpointType The type of endpoint. Valid values are source and target.\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. Valid values are source and target.

                                      \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 #endpointTypeAsString}.\n

                                      \n@return The type of endpoint. Valid values are source and target.\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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointType", "sensitive" : false, "setterDocumentation" : "

                                      The type of endpoint. Valid values are source and target.

                                      \n@param endpointType The type of endpoint. Valid values are source and target.\n@see ReplicationEndpointTypeValue", "setterMethodName" : "setEndpointType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointType", "variableType" : "String", "documentation" : "

                                      The type of endpoint. Valid values are source and target.

                                      ", "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, aurora-postgresql, redshift, s3, db2, azuredb, 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, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.

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

                                      The database engine name. Valid values, depending on the EndpointType, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.

                                      \n@param engineName The database engine name. Valid values, depending on the EndpointType, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, 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, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.

                                      \n@return The database engine name. Valid values, depending on the EndpointType, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EngineName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EngineName", "sensitive" : false, "setterDocumentation" : "

                                      The database engine name. Valid values, depending on the EndpointType, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.

                                      \n@param engineName The database engine name. Valid values, depending on the EndpointType, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.", "setterMethodName" : "setEngineName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engineName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "engineName", "variableType" : "String", "documentation" : "

                                      The database engine name. Valid values, depending on the EndpointType, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEngineDisplayName", "beanStyleSetterMethodName" : "setEngineDisplayName", "c2jName" : "EngineDisplayName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"

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

                                      The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"

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

                                      The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"

                                      \n@param engineDisplayName The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineDisplayName", "getterDocumentation" : "

                                      The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"

                                      \n@return The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EngineDisplayName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EngineDisplayName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EngineDisplayName", "sensitive" : false, "setterDocumentation" : "

                                      The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"

                                      \n@param engineDisplayName The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"", "setterMethodName" : "setEngineDisplayName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engineDisplayName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "engineDisplayName", "variableType" : "String", "documentation" : "

                                      The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"

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

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Username", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Username", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServerName", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Port", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DatabaseName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatabaseName", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ExtraConnectionAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExtraConnectionAttributes", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "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, "timestampFormat" : null, "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" : "

                                      An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                                      If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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" : "

                                      An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                                      If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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.

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

                                      An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                                      If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                                      If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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" : "

                                      An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                                      If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                                      If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "KmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KmsKeyId", "sensitive" : false, "setterDocumentation" : "

                                      An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                                      If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                                      If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

                                      An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

                                      If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "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, "timestampFormat" : null, "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" : "getSslModeAsString", "beanStyleSetterMethodName" : "setSslMode", "c2jName" : "SslMode", "c2jShape" : "DmsSslModeValue", "defaultConsumerFluentSetterDocumentation" : "

                                      The SSL mode used to connect to the endpoint. 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 #sslModeAsString(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. The default value is none.

                                      ", "endpointDiscoveryId" : false, "enumType" : "DmsSslModeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "sslMode", "fluentEnumSetterMethodName" : "sslMode", "fluentGetterMethodName" : "sslModeAsString", "fluentSetterDocumentation" : "

                                      The SSL mode used to connect to the endpoint. The default value is none.

                                      \n@param sslMode The SSL mode used to connect to the endpoint. 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. 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 #sslModeAsString}.\n

                                      \n@return The SSL mode used to connect to the endpoint. 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SslMode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SslMode", "sensitive" : false, "setterDocumentation" : "

                                      The SSL mode used to connect to the endpoint. The default value is none.

                                      \n@param sslMode The SSL mode used to connect to the endpoint. 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sslMode", "variableType" : "String", "documentation" : "

                                      The SSL mode used to connect to the endpoint. The default value is none.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceAccessRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceAccessRoleArn", "sensitive" : false, "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, "timestampFormat" : null, "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" : "

                                      The external table definition.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                      The external table definition.

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

                                      The external table definition.

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

                                      The external table definition.

                                      \n@return The external table definition.", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ExternalTableDefinition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExternalTableDefinition", "sensitive" : false, "setterDocumentation" : "

                                      The external table definition.

                                      \n@param externalTableDefinition The external table definition.", "setterMethodName" : "setExternalTableDefinition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "externalTableDefinition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "externalTableDefinition", "variableType" : "String", "documentation" : "

                                      The external table definition.

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

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ExternalId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExternalId", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DynamoDbSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DynamoDbSettings", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "S3Settings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "S3Settings", "sensitive" : false, "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, "timestampFormat" : null, "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" : "getDmsTransferSettings", "beanStyleSetterMethodName" : "setDmsTransferSettings", "c2jName" : "DmsTransferSettings", "c2jShape" : "DmsTransferSettings", "defaultConsumerFluentSetterDocumentation" : "

                                      The settings in JSON format for the DMS transfer type of source endpoint.

                                      Possible attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • bucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                                      Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                                      JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

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

                                      The settings in JSON format for the DMS transfer type of source endpoint.

                                      Possible attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • bucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                                      Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                                      JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

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

                                      The settings in JSON format for the DMS transfer type of source endpoint.

                                      Possible attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • bucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                                      Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                                      JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

                                      \n@param dmsTransferSettings The settings in JSON format for the DMS transfer type of source endpoint.

                                      Possible attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • bucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                                      Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                                      JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" } \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dmsTransferSettings", "getterDocumentation" : "

                                      The settings in JSON format for the DMS transfer type of source endpoint.

                                      Possible attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • bucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                                      Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                                      JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

                                      \n@return The settings in JSON format for the DMS transfer type of source endpoint.

                                      Possible attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • bucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                                      Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                                      JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" } ", "getterModel" : { "returnType" : "DmsTransferSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DmsTransferSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DmsTransferSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DmsTransferSettings", "sensitive" : false, "setterDocumentation" : "

                                      The settings in JSON format for the DMS transfer type of source endpoint.

                                      Possible attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • bucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                                      Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                                      JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

                                      \n@param dmsTransferSettings The settings in JSON format for the DMS transfer type of source endpoint.

                                      Possible attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • bucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                                      Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                                      JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" } ", "setterMethodName" : "setDmsTransferSettings", "setterModel" : { "variableDeclarationType" : "DmsTransferSettings", "variableName" : "dmsTransferSettings", "variableType" : "DmsTransferSettings", "documentation" : null, "simpleType" : "DmsTransferSettings", "variableSetterType" : "DmsTransferSettings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DmsTransferSettings", "variableName" : "dmsTransferSettings", "variableType" : "DmsTransferSettings", "documentation" : "

                                      The settings in JSON format for the DMS transfer type of source endpoint.

                                      Possible attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • bucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

                                      Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

                                      JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

                                      ", "simpleType" : "DmsTransferSettings", "variableSetterType" : "DmsTransferSettings" }, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MongoDbSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "MongoDbSettings", "sensitive" : false, "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, "timestampFormat" : null, "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 }, { "beanStyleGetterMethodName" : "getKinesisSettings", "beanStyleSetterMethodName" : "setKinesisSettings", "c2jName" : "KinesisSettings", "c2jShape" : "KinesisSettings", "defaultConsumerFluentSetterDocumentation" : "

                                      The settings for the Amazon Kinesis source endpoint. For more information, see the KinesisSettings structure.

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

                                      The settings for the Amazon Kinesis source endpoint. For more information, see the KinesisSettings structure.

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

                                      The settings for the Amazon Kinesis source endpoint. For more information, see the KinesisSettings structure.

                                      \n@param kinesisSettings The settings for the Amazon Kinesis source endpoint. For more information, see the KinesisSettings structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kinesisSettings", "getterDocumentation" : "

                                      The settings for the Amazon Kinesis source endpoint. For more information, see the KinesisSettings structure.

                                      \n@return The settings for the Amazon Kinesis source endpoint. For more information, see the KinesisSettings structure.", "getterModel" : { "returnType" : "KinesisSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "KinesisSettings", "sensitive" : false, "setterDocumentation" : "

                                      The settings for the Amazon Kinesis source endpoint. For more information, see the KinesisSettings structure.

                                      \n@param kinesisSettings The settings for the Amazon Kinesis source endpoint. For more information, see the KinesisSettings structure.", "setterMethodName" : "setKinesisSettings", "setterModel" : { "variableDeclarationType" : "KinesisSettings", "variableName" : "kinesisSettings", "variableType" : "KinesisSettings", "documentation" : null, "simpleType" : "KinesisSettings", "variableSetterType" : "KinesisSettings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "KinesisSettings", "variableName" : "kinesisSettings", "variableType" : "KinesisSettings", "documentation" : "

                                      The settings for the Amazon Kinesis source endpoint. For more information, see the KinesisSettings structure.

                                      ", "simpleType" : "KinesisSettings", "variableSetterType" : "KinesisSettings" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getElasticsearchSettings", "beanStyleSetterMethodName" : "setElasticsearchSettings", "c2jName" : "ElasticsearchSettings", "c2jShape" : "ElasticsearchSettings", "defaultConsumerFluentSetterDocumentation" : "

                                      The settings for the Elasticsearch source endpoint. For more information, see the ElasticsearchSettings structure.

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

                                      The settings for the Elasticsearch source endpoint. For more information, see the ElasticsearchSettings structure.

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

                                      The settings for the Elasticsearch source endpoint. For more information, see the ElasticsearchSettings structure.

                                      \n@param elasticsearchSettings The settings for the Elasticsearch source endpoint. For more information, see the ElasticsearchSettings structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "elasticsearchSettings", "getterDocumentation" : "

                                      The settings for the Elasticsearch source endpoint. For more information, see the ElasticsearchSettings structure.

                                      \n@return The settings for the Elasticsearch source endpoint. For more information, see the ElasticsearchSettings structure.", "getterModel" : { "returnType" : "ElasticsearchSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ElasticsearchSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ElasticsearchSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ElasticsearchSettings", "sensitive" : false, "setterDocumentation" : "

                                      The settings for the Elasticsearch source endpoint. For more information, see the ElasticsearchSettings structure.

                                      \n@param elasticsearchSettings The settings for the Elasticsearch source endpoint. For more information, see the ElasticsearchSettings structure.", "setterMethodName" : "setElasticsearchSettings", "setterModel" : { "variableDeclarationType" : "ElasticsearchSettings", "variableName" : "elasticsearchSettings", "variableType" : "ElasticsearchSettings", "documentation" : null, "simpleType" : "ElasticsearchSettings", "variableSetterType" : "ElasticsearchSettings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ElasticsearchSettings", "variableName" : "elasticsearchSettings", "variableType" : "ElasticsearchSettings", "documentation" : "

                                      The settings for the Elasticsearch source endpoint. For more information, see the ElasticsearchSettings structure.

                                      ", "simpleType" : "ElasticsearchSettings", "variableSetterType" : "ElasticsearchSettings" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRedshiftSettings", "beanStyleSetterMethodName" : "setRedshiftSettings", "c2jName" : "RedshiftSettings", "c2jShape" : "RedshiftSettings", "defaultConsumerFluentSetterDocumentation" : "

                                      Settings for the Amazon Redshift endpoint.

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

                                      Settings for the Amazon Redshift endpoint.

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

                                      Settings for the Amazon Redshift endpoint.

                                      \n@param redshiftSettings Settings for the Amazon Redshift endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "redshiftSettings", "getterDocumentation" : "

                                      Settings for the Amazon Redshift endpoint.

                                      \n@return Settings for the Amazon Redshift endpoint.", "getterModel" : { "returnType" : "RedshiftSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RedshiftSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RedshiftSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RedshiftSettings", "sensitive" : false, "setterDocumentation" : "

                                      Settings for the Amazon Redshift endpoint.

                                      \n@param redshiftSettings Settings for the Amazon Redshift endpoint.", "setterMethodName" : "setRedshiftSettings", "setterModel" : { "variableDeclarationType" : "RedshiftSettings", "variableName" : "redshiftSettings", "variableType" : "RedshiftSettings", "documentation" : null, "simpleType" : "RedshiftSettings", "variableSetterType" : "RedshiftSettings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RedshiftSettings", "variableName" : "redshiftSettings", "variableType" : "RedshiftSettings", "documentation" : "

                                      Settings for the Amazon Redshift endpoint.

                                      ", "simpleType" : "RedshiftSettings", "variableSetterType" : "RedshiftSettings" }, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getSourceIdentifier", "beanStyleSetterMethodName" : "setSourceIdentifier", "c2jName" : "SourceIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The identifier of an event source.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 an event source.

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

                                      The identifier of an event source.

                                      \n@param sourceIdentifier The identifier of an event source.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceIdentifier", "getterDocumentation" : "

                                      The identifier of an event source.

                                      \n@return The identifier of an event source.", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceIdentifier", "sensitive" : false, "setterDocumentation" : "

                                      The identifier of an event source.

                                      \n@param sourceIdentifier The identifier of an event source.", "setterMethodName" : "setSourceIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceIdentifier", "variableType" : "String", "documentation" : "

                                      The identifier of an event source.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSourceTypeAsString", "beanStyleSetterMethodName" : "setSourceType", "c2jName" : "SourceType", "c2jShape" : "SourceType", "defaultConsumerFluentSetterDocumentation" : "

                                      The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | endpoint | 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 #sourceTypeAsString(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 | replication-task

                                      ", "endpointDiscoveryId" : false, "enumType" : "SourceType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "sourceType", "fluentEnumSetterMethodName" : "sourceType", "fluentGetterMethodName" : "sourceTypeAsString", "fluentSetterDocumentation" : "

                                      The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | endpoint | replication-task

                                      \n@param sourceType The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | endpoint | replication-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 | replication-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 #sourceTypeAsString}.\n

                                      \n@return The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | endpoint | replication-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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceType", "sensitive" : false, "setterDocumentation" : "

                                      The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | endpoint | replication-task

                                      \n@param sourceType The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | endpoint | replication-task\n@see SourceType", "setterMethodName" : "setSourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : "

                                      The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | endpoint | replication-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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Message", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Message", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventCategories", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "EventCategories", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Date", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "Date", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Date", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "Date", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventCategories", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "EventCategories", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Message", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Message", "sensitive" : false, "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, "timestampFormat" : null, "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 an event source.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 an event source.

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

                                      The identifier of an event source.

                                      \n@param sourceIdentifier The identifier of an event source.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceIdentifier", "getterDocumentation" : "

                                      The identifier of an event source.

                                      \n@return The identifier of an event source.", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceIdentifier", "sensitive" : false, "setterDocumentation" : "

                                      The identifier of an event source.

                                      \n@param sourceIdentifier The identifier of an event source.", "setterMethodName" : "setSourceIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceIdentifier", "variableType" : "String", "documentation" : "

                                      The identifier of an event source.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SourceType" : { "beanStyleGetterMethodName" : "getSourceTypeAsString", "beanStyleSetterMethodName" : "setSourceType", "c2jName" : "SourceType", "c2jShape" : "SourceType", "defaultConsumerFluentSetterDocumentation" : "

                                      The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | endpoint | 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 #sourceTypeAsString(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 | replication-task

                                      ", "endpointDiscoveryId" : false, "enumType" : "SourceType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "sourceType", "fluentEnumSetterMethodName" : "sourceType", "fluentGetterMethodName" : "sourceTypeAsString", "fluentSetterDocumentation" : "

                                      The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | endpoint | replication-task

                                      \n@param sourceType The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | endpoint | replication-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 | replication-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 #sourceTypeAsString}.\n

                                      \n@return The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | endpoint | replication-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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceType", "sensitive" : false, "setterDocumentation" : "

                                      The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | endpoint | replication-task

                                      \n@param sourceType The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | endpoint | replication-task\n@see SourceType", "setterMethodName" : "setSourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : "

                                      The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | endpoint | replication-task

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSourceIdentifier", "beanStyleSetterMethodName" : "setSourceIdentifier", "c2jName" : "SourceIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The identifier of an event source.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 an event source.

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

                                      The identifier of an event source.

                                      \n@param sourceIdentifier The identifier of an event source.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceIdentifier", "getterDocumentation" : "

                                      The identifier of an event source.

                                      \n@return The identifier of an event source.", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceIdentifier", "sensitive" : false, "setterDocumentation" : "

                                      The identifier of an event source.

                                      \n@param sourceIdentifier The identifier of an event source.", "setterMethodName" : "setSourceIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceIdentifier", "variableType" : "String", "documentation" : "

                                      The identifier of an event source.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSourceTypeAsString", "beanStyleSetterMethodName" : "setSourceType", "c2jName" : "SourceType", "c2jShape" : "SourceType", "defaultConsumerFluentSetterDocumentation" : "

                                      The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | endpoint | 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 #sourceTypeAsString(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 | replication-task

                                      ", "endpointDiscoveryId" : false, "enumType" : "SourceType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "sourceType", "fluentEnumSetterMethodName" : "sourceType", "fluentGetterMethodName" : "sourceTypeAsString", "fluentSetterDocumentation" : "

                                      The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | endpoint | replication-task

                                      \n@param sourceType The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | endpoint | replication-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 | replication-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 #sourceTypeAsString}.\n

                                      \n@return The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | endpoint | replication-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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceType", "sensitive" : false, "setterDocumentation" : "

                                      The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | endpoint | replication-task

                                      \n@param sourceType The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | endpoint | replication-task\n@see SourceType", "setterMethodName" : "setSourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : "

                                      The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | endpoint | replication-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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Message", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Message", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventCategories", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "EventCategories", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Date", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "Date", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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 | 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 #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 | replication-task

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

                                      The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-server | security-group | replication-task

                                      \n@param sourceType The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-server | security-group | replication-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 | replication-task

                                      \n@return The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-server | security-group | 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" : "SourceType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceType", "sensitive" : false, "setterDocumentation" : "

                                      The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-server | security-group | replication-task

                                      \n@param sourceType The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-server | security-group | replication-task", "setterMethodName" : "setSourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "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 | replication-task

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEventCategories", "beanStyleSetterMethodName" : "setEventCategories", "c2jName" : "EventCategories", "c2jShape" : "EventCategoriesList", "defaultConsumerFluentSetterDocumentation" : "

                                      A list of event categories from a source type that you've chosen.

                                      \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 from a source type that you've chosen.

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

                                      A list of event categories from a source type that you've chosen.

                                      \n@param eventCategories A list of event categories from a source type that you've chosen.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventCategories", "getterDocumentation" : "

                                      A list of event categories from a source type that you've chosen.

                                      \n

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

                                      \n@return A list of event categories from a source type that you've chosen.", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventCategories", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "EventCategories", "sensitive" : false, "setterDocumentation" : "

                                      A list of event categories from a source type that you've chosen.

                                      \n@param eventCategories A list of event categories from a source type that you've chosen.", "setterMethodName" : "setEventCategories", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategories", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategories", "variableType" : "java.util.List", "documentation" : "

                                      A list of event categories from a source type that you've chosen.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EventCategories" : { "beanStyleGetterMethodName" : "getEventCategories", "beanStyleSetterMethodName" : "setEventCategories", "c2jName" : "EventCategories", "c2jShape" : "EventCategoriesList", "defaultConsumerFluentSetterDocumentation" : "

                                      A list of event categories from a source type that you've chosen.

                                      \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 from a source type that you've chosen.

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

                                      A list of event categories from a source type that you've chosen.

                                      \n@param eventCategories A list of event categories from a source type that you've chosen.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventCategories", "getterDocumentation" : "

                                      A list of event categories from a source type that you've chosen.

                                      \n

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

                                      \n@return A list of event categories from a source type that you've chosen.", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventCategories", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "EventCategories", "sensitive" : false, "setterDocumentation" : "

                                      A list of event categories from a source type that you've chosen.

                                      \n@param eventCategories A list of event categories from a source type that you've chosen.", "setterMethodName" : "setEventCategories", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategories", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategories", "variableType" : "java.util.List", "documentation" : "

                                      A list of event categories from a source type that you've chosen.

                                      ", "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 | 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 #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 | replication-task

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

                                      The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-server | security-group | replication-task

                                      \n@param sourceType The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-server | security-group | replication-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 | replication-task

                                      \n@return The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-server | security-group | 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" : "SourceType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceType", "sensitive" : false, "setterDocumentation" : "

                                      The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-server | security-group | replication-task

                                      \n@param sourceType The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-server | security-group | replication-task", "setterMethodName" : "setSourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "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 | replication-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 | 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 #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 | replication-task

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

                                      The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-server | security-group | replication-task

                                      \n@param sourceType The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-server | security-group | replication-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 | replication-task

                                      \n@return The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-server | security-group | 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" : "SourceType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceType", "sensitive" : false, "setterDocumentation" : "

                                      The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-server | security-group | replication-task

                                      \n@param sourceType The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-server | security-group | replication-task", "setterMethodName" : "setSourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "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 | replication-task

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEventCategories", "beanStyleSetterMethodName" : "setEventCategories", "c2jName" : "EventCategories", "c2jShape" : "EventCategoriesList", "defaultConsumerFluentSetterDocumentation" : "

                                      A list of event categories from a source type that you've chosen.

                                      \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 from a source type that you've chosen.

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

                                      A list of event categories from a source type that you've chosen.

                                      \n@param eventCategories A list of event categories from a source type that you've chosen.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventCategories", "getterDocumentation" : "

                                      A list of event categories from a source type that you've chosen.

                                      \n

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

                                      \n@return A list of event categories from a source type that you've chosen.", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventCategories", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "EventCategories", "sensitive" : false, "setterDocumentation" : "

                                      A list of event categories from a source type that you've chosen.

                                      \n@param eventCategories A list of event categories from a source type that you've chosen.", "setterMethodName" : "setEventCategories", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategories", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategories", "variableType" : "java.util.List", "documentation" : "

                                      A list of event categories from a source type that you've chosen.

                                      ", "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CustomerAwsId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CustomerAwsId", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CustSubscriptionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CustSubscriptionId", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnsTopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnsTopicArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubscriptionCreationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubscriptionCreationTime", "sensitive" : false, "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, "timestampFormat" : null, "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 | 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 #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 | replication-task

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

                                      The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-server | security-group | replication-task

                                      \n@param sourceType The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-server | security-group | replication-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 | replication-task

                                      \n@return The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-server | security-group | 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" : "SourceType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceType", "sensitive" : false, "setterDocumentation" : "

                                      The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-server | security-group | replication-task

                                      \n@param sourceType The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-server | security-group | replication-task", "setterMethodName" : "setSourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "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 | replication-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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceIdsList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SourceIdsList", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventCategoriesList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "EventCategoriesList", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CustSubscriptionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CustSubscriptionId", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CustomerAwsId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CustomerAwsId", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventCategoriesList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "EventCategoriesList", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnsTopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnsTopicArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceIdsList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SourceIdsList", "sensitive" : false, "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, "timestampFormat" : null, "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 | 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 #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 | replication-task

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

                                      The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-server | security-group | replication-task

                                      \n@param sourceType The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-server | security-group | replication-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 | replication-task

                                      \n@return The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-server | security-group | 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" : "SourceType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceType", "sensitive" : false, "setterDocumentation" : "

                                      The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-server | security-group | replication-task

                                      \n@param sourceType The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-server | security-group | replication-task", "setterMethodName" : "setSourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "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 | replication-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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubscriptionCreationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubscriptionCreationTime", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CustomerAwsId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CustomerAwsId", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CustSubscriptionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CustSubscriptionId", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnsTopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnsTopicArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubscriptionCreationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubscriptionCreationTime", "sensitive" : false, "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, "timestampFormat" : null, "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 | 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 #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 | replication-task

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

                                      The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-server | security-group | replication-task

                                      \n@param sourceType The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-server | security-group | replication-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 | replication-task

                                      \n@return The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-server | security-group | 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" : "SourceType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceType", "sensitive" : false, "setterDocumentation" : "

                                      The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-server | security-group | replication-task

                                      \n@param sourceType The type of AWS DMS resource that generates events.

                                      Valid values: replication-instance | replication-server | security-group | replication-task", "setterMethodName" : "setSourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "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 | replication-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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceIdsList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SourceIdsList", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventCategoriesList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "EventCategoriesList", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                      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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Values", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Values", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                      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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Values", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Values", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                      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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Values", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Values", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ImportCertificate", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.ImportCertificate", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getCertificateIdentifier", "beanStyleSetterMethodName" : "setCertificateIdentifier", "c2jName" : "CertificateIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      A customer-assigned name for the certificate. 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 #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" : "

                                      A customer-assigned name for the certificate. 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.

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

                                      A customer-assigned name for the certificate. 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 certificateIdentifier A customer-assigned name for the certificate. 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" : "certificateIdentifier", "getterDocumentation" : "

                                      A customer-assigned name for the certificate. 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 A customer-assigned name for the certificate. 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" : "CertificateIdentifier", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateIdentifier", "sensitive" : false, "setterDocumentation" : "

                                      A customer-assigned name for the certificate. 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 certificateIdentifier A customer-assigned name for the certificate. 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" : "setCertificateIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateIdentifier", "variableType" : "String", "documentation" : "

                                      A customer-assigned name for the certificate. 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" : "getCertificatePem", "beanStyleSetterMethodName" : "setCertificatePem", "c2jName" : "CertificatePem", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The contents of a .pem file, which contains an X.509 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 a .pem file, which contains an X.509 certificate.

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

                                      The contents of a .pem file, which contains an X.509 certificate.

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

                                      The contents of a .pem file, which contains an X.509 certificate.

                                      \n@return The contents of a .pem file, which contains an X.509 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CertificatePem", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificatePem", "sensitive" : false, "setterDocumentation" : "

                                      The contents of a .pem file, which contains an X.509 certificate.

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

                                      The contents of a .pem file, which contains an X.509 certificate.

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

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

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

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

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

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

                                      \n@param certificateWallet The location of an 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 an imported Oracle Wallet certificate for use with SSL.

                                      \n@return The location of an imported Oracle Wallet certificate for use with SSL.", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateWallet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_BYTES", "name" : "CertificateWallet", "sensitive" : false, "setterDocumentation" : "

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

                                      \n@param certificateWallet The location of an imported Oracle Wallet certificate for use with SSL.", "setterMethodName" : "setCertificateWallet", "setterModel" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "certificateWallet", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "certificateWallet", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "

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

                                      ", "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "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.

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

                                      A customer-assigned name for the certificate. 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 #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" : "

                                      A customer-assigned name for the certificate. 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.

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

                                      A customer-assigned name for the certificate. 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 certificateIdentifier A customer-assigned name for the certificate. 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" : "certificateIdentifier", "getterDocumentation" : "

                                      A customer-assigned name for the certificate. 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 A customer-assigned name for the certificate. 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" : "CertificateIdentifier", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateIdentifier", "sensitive" : false, "setterDocumentation" : "

                                      A customer-assigned name for the certificate. 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 certificateIdentifier A customer-assigned name for the certificate. 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" : "setCertificateIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateIdentifier", "variableType" : "String", "documentation" : "

                                      A customer-assigned name for the certificate. 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 }, "CertificatePem" : { "beanStyleGetterMethodName" : "getCertificatePem", "beanStyleSetterMethodName" : "setCertificatePem", "c2jName" : "CertificatePem", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The contents of a .pem file, which contains an X.509 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 a .pem file, which contains an X.509 certificate.

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

                                      The contents of a .pem file, which contains an X.509 certificate.

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

                                      The contents of a .pem file, which contains an X.509 certificate.

                                      \n@return The contents of a .pem file, which contains an X.509 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CertificatePem", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificatePem", "sensitive" : false, "setterDocumentation" : "

                                      The contents of a .pem file, which contains an X.509 certificate.

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

                                      The contents of a .pem file, which contains an X.509 certificate.

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

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

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

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

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

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

                                      \n@param certificateWallet The location of an 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 an imported Oracle Wallet certificate for use with SSL.

                                      \n@return The location of an imported Oracle Wallet certificate for use with SSL.", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateWallet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_BYTES", "name" : "CertificateWallet", "sensitive" : false, "setterDocumentation" : "

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

                                      \n@param certificateWallet The location of an imported Oracle Wallet certificate for use with SSL.", "setterMethodName" : "setCertificateWallet", "setterModel" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "certificateWallet", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "certificateWallet", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "

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

                                      ", "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "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.

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

                                      A customer-assigned name for the certificate. 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 #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" : "

                                      A customer-assigned name for the certificate. 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.

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

                                      A customer-assigned name for the certificate. 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 certificateIdentifier A customer-assigned name for the certificate. 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" : "certificateIdentifier", "getterDocumentation" : "

                                      A customer-assigned name for the certificate. 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 A customer-assigned name for the certificate. 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" : "CertificateIdentifier", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateIdentifier", "sensitive" : false, "setterDocumentation" : "

                                      A customer-assigned name for the certificate. 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 certificateIdentifier A customer-assigned name for the certificate. 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" : "setCertificateIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateIdentifier", "variableType" : "String", "documentation" : "

                                      A customer-assigned name for the certificate. 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" : "getCertificatePem", "beanStyleSetterMethodName" : "setCertificatePem", "c2jName" : "CertificatePem", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The contents of a .pem file, which contains an X.509 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 a .pem file, which contains an X.509 certificate.

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

                                      The contents of a .pem file, which contains an X.509 certificate.

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

                                      The contents of a .pem file, which contains an X.509 certificate.

                                      \n@return The contents of a .pem file, which contains an X.509 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CertificatePem", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificatePem", "sensitive" : false, "setterDocumentation" : "

                                      The contents of a .pem file, which contains an X.509 certificate.

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

                                      The contents of a .pem file, which contains an X.509 certificate.

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

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

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

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

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

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

                                      \n@param certificateWallet The location of an 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 an imported Oracle Wallet certificate for use with SSL.

                                      \n@return The location of an imported Oracle Wallet certificate for use with SSL.", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateWallet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_BYTES", "name" : "CertificateWallet", "sensitive" : false, "setterDocumentation" : "

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

                                      \n@param certificateWallet The location of an imported Oracle Wallet certificate for use with SSL.", "setterMethodName" : "setCertificateWallet", "setterModel" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "certificateWallet", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "certificateWallet", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "

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

                                      ", "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Certificate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Certificate", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Certificate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Certificate", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Certificate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Certificate", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      There are not enough resources allocated to the database migration.

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InsufficientResourceCapacityFault", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      The certificate was not valid.

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidCertificateFault", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "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, "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.

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidResourceStateFault", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      The subnet provided is invalid.

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

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getStreamArn", "beanStyleSetterMethodName" : "setStreamArn", "c2jName" : "StreamArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) for the Amazon Kinesis Data Streams 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 #streamArn(String)}.\n@param streamArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) for the Amazon Kinesis Data Streams endpoint.

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

                                      The Amazon Resource Name (ARN) for the Amazon Kinesis Data Streams endpoint.

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

                                      The Amazon Resource Name (ARN) for the Amazon Kinesis Data Streams endpoint.

                                      \n@return The Amazon Resource Name (ARN) for the Amazon Kinesis Data Streams 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" : "StreamArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StreamArn", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) for the Amazon Kinesis Data Streams endpoint.

                                      \n@param streamArn The Amazon Resource Name (ARN) for the Amazon Kinesis Data Streams endpoint.", "setterMethodName" : "setStreamArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) for the Amazon Kinesis Data Streams endpoint.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMessageFormatAsString", "beanStyleSetterMethodName" : "setMessageFormat", "c2jName" : "MessageFormat", "c2jShape" : "MessageFormatValue", "defaultConsumerFluentSetterDocumentation" : "

                                      The output format for the records created on the endpoint. The message format is 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 #messageFormatAsString(String)}.\n@param messageFormat a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #messageFormat(String)", "deprecated" : false, "documentation" : "

                                      The output format for the records created on the endpoint. The message format is JSON.

                                      ", "endpointDiscoveryId" : false, "enumType" : "MessageFormatValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "messageFormat", "fluentEnumSetterMethodName" : "messageFormat", "fluentGetterMethodName" : "messageFormatAsString", "fluentSetterDocumentation" : "

                                      The output format for the records created on the endpoint. The message format is JSON.

                                      \n@param messageFormat The output format for the records created on the endpoint. The message format is JSON.\n@see MessageFormatValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see MessageFormatValue", "fluentSetterMethodName" : "messageFormat", "getterDocumentation" : "

                                      The output format for the records created on the endpoint. The message format is JSON.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #messageFormat} will return {@link MessageFormatValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #messageFormatAsString}.\n

                                      \n@return The output format for the records created on the endpoint. The message format is JSON.\n@see MessageFormatValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MessageFormat", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MessageFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MessageFormat", "sensitive" : false, "setterDocumentation" : "

                                      The output format for the records created on the endpoint. The message format is JSON.

                                      \n@param messageFormat The output format for the records created on the endpoint. The message format is JSON.\n@see MessageFormatValue", "setterMethodName" : "setMessageFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "messageFormat", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "messageFormat", "variableType" : "String", "documentation" : "

                                      The output format for the records created on the endpoint. The message format is JSON.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceAccessRoleArn", "beanStyleSetterMethodName" : "setServiceAccessRoleArn", "c2jName" : "ServiceAccessRoleArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) for the IAM role that DMS uses to write to the Amazon Kinesis data stream.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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) for the IAM role that DMS uses to write to the Amazon Kinesis data stream.

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

                                      The Amazon Resource Name (ARN) for the IAM role that DMS uses to write to the Amazon Kinesis data stream.

                                      \n@param serviceAccessRoleArn The Amazon Resource Name (ARN) for the IAM role that DMS uses to write to the Amazon Kinesis data stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceAccessRoleArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) for the IAM role that DMS uses to write to the Amazon Kinesis data stream.

                                      \n@return The Amazon Resource Name (ARN) for the IAM role that DMS uses to write to the Amazon Kinesis data stream.", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceAccessRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceAccessRoleArn", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) for the IAM role that DMS uses to write to the Amazon Kinesis data stream.

                                      \n@param serviceAccessRoleArn The Amazon Resource Name (ARN) for the IAM role that DMS uses to write to the Amazon Kinesis data stream.", "setterMethodName" : "setServiceAccessRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceAccessRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceAccessRoleArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) for the IAM role that DMS uses to write to the Amazon Kinesis data stream.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MessageFormat" : { "beanStyleGetterMethodName" : "getMessageFormatAsString", "beanStyleSetterMethodName" : "setMessageFormat", "c2jName" : "MessageFormat", "c2jShape" : "MessageFormatValue", "defaultConsumerFluentSetterDocumentation" : "

                                      The output format for the records created on the endpoint. The message format is 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 #messageFormatAsString(String)}.\n@param messageFormat a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #messageFormat(String)", "deprecated" : false, "documentation" : "

                                      The output format for the records created on the endpoint. The message format is JSON.

                                      ", "endpointDiscoveryId" : false, "enumType" : "MessageFormatValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "messageFormat", "fluentEnumSetterMethodName" : "messageFormat", "fluentGetterMethodName" : "messageFormatAsString", "fluentSetterDocumentation" : "

                                      The output format for the records created on the endpoint. The message format is JSON.

                                      \n@param messageFormat The output format for the records created on the endpoint. The message format is JSON.\n@see MessageFormatValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see MessageFormatValue", "fluentSetterMethodName" : "messageFormat", "getterDocumentation" : "

                                      The output format for the records created on the endpoint. The message format is JSON.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #messageFormat} will return {@link MessageFormatValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #messageFormatAsString}.\n

                                      \n@return The output format for the records created on the endpoint. The message format is JSON.\n@see MessageFormatValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MessageFormat", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MessageFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MessageFormat", "sensitive" : false, "setterDocumentation" : "

                                      The output format for the records created on the endpoint. The message format is JSON.

                                      \n@param messageFormat The output format for the records created on the endpoint. The message format is JSON.\n@see MessageFormatValue", "setterMethodName" : "setMessageFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "messageFormat", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "messageFormat", "variableType" : "String", "documentation" : "

                                      The output format for the records created on the endpoint. The message format is JSON.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ServiceAccessRoleArn" : { "beanStyleGetterMethodName" : "getServiceAccessRoleArn", "beanStyleSetterMethodName" : "setServiceAccessRoleArn", "c2jName" : "ServiceAccessRoleArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) for the IAM role that DMS uses to write to the Amazon Kinesis data stream.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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) for the IAM role that DMS uses to write to the Amazon Kinesis data stream.

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

                                      The Amazon Resource Name (ARN) for the IAM role that DMS uses to write to the Amazon Kinesis data stream.

                                      \n@param serviceAccessRoleArn The Amazon Resource Name (ARN) for the IAM role that DMS uses to write to the Amazon Kinesis data stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceAccessRoleArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) for the IAM role that DMS uses to write to the Amazon Kinesis data stream.

                                      \n@return The Amazon Resource Name (ARN) for the IAM role that DMS uses to write to the Amazon Kinesis data stream.", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceAccessRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceAccessRoleArn", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) for the IAM role that DMS uses to write to the Amazon Kinesis data stream.

                                      \n@param serviceAccessRoleArn The Amazon Resource Name (ARN) for the IAM role that DMS uses to write to the Amazon Kinesis data stream.", "setterMethodName" : "setServiceAccessRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceAccessRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceAccessRoleArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) for the IAM role that DMS uses to write to the Amazon Kinesis data stream.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StreamArn" : { "beanStyleGetterMethodName" : "getStreamArn", "beanStyleSetterMethodName" : "setStreamArn", "c2jName" : "StreamArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) for the Amazon Kinesis Data Streams 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 #streamArn(String)}.\n@param streamArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) for the Amazon Kinesis Data Streams endpoint.

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

                                      The Amazon Resource Name (ARN) for the Amazon Kinesis Data Streams endpoint.

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

                                      The Amazon Resource Name (ARN) for the Amazon Kinesis Data Streams endpoint.

                                      \n@return The Amazon Resource Name (ARN) for the Amazon Kinesis Data Streams 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" : "StreamArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StreamArn", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) for the Amazon Kinesis Data Streams endpoint.

                                      \n@param streamArn The Amazon Resource Name (ARN) for the Amazon Kinesis Data Streams endpoint.", "setterMethodName" : "setStreamArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) for the Amazon Kinesis Data Streams endpoint.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStreamArn", "beanStyleSetterMethodName" : "setStreamArn", "c2jName" : "StreamArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) for the Amazon Kinesis Data Streams 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 #streamArn(String)}.\n@param streamArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) for the Amazon Kinesis Data Streams endpoint.

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

                                      The Amazon Resource Name (ARN) for the Amazon Kinesis Data Streams endpoint.

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

                                      The Amazon Resource Name (ARN) for the Amazon Kinesis Data Streams endpoint.

                                      \n@return The Amazon Resource Name (ARN) for the Amazon Kinesis Data Streams 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" : "StreamArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StreamArn", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) for the Amazon Kinesis Data Streams endpoint.

                                      \n@param streamArn The Amazon Resource Name (ARN) for the Amazon Kinesis Data Streams endpoint.", "setterMethodName" : "setStreamArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) for the Amazon Kinesis Data Streams endpoint.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMessageFormatAsString", "beanStyleSetterMethodName" : "setMessageFormat", "c2jName" : "MessageFormat", "c2jShape" : "MessageFormatValue", "defaultConsumerFluentSetterDocumentation" : "

                                      The output format for the records created on the endpoint. The message format is 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 #messageFormatAsString(String)}.\n@param messageFormat a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #messageFormat(String)", "deprecated" : false, "documentation" : "

                                      The output format for the records created on the endpoint. The message format is JSON.

                                      ", "endpointDiscoveryId" : false, "enumType" : "MessageFormatValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "messageFormat", "fluentEnumSetterMethodName" : "messageFormat", "fluentGetterMethodName" : "messageFormatAsString", "fluentSetterDocumentation" : "

                                      The output format for the records created on the endpoint. The message format is JSON.

                                      \n@param messageFormat The output format for the records created on the endpoint. The message format is JSON.\n@see MessageFormatValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see MessageFormatValue", "fluentSetterMethodName" : "messageFormat", "getterDocumentation" : "

                                      The output format for the records created on the endpoint. The message format is JSON.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #messageFormat} will return {@link MessageFormatValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #messageFormatAsString}.\n

                                      \n@return The output format for the records created on the endpoint. The message format is JSON.\n@see MessageFormatValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MessageFormat", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MessageFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MessageFormat", "sensitive" : false, "setterDocumentation" : "

                                      The output format for the records created on the endpoint. The message format is JSON.

                                      \n@param messageFormat The output format for the records created on the endpoint. The message format is JSON.\n@see MessageFormatValue", "setterMethodName" : "setMessageFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "messageFormat", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "messageFormat", "variableType" : "String", "documentation" : "

                                      The output format for the records created on the endpoint. The message format is JSON.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceAccessRoleArn", "beanStyleSetterMethodName" : "setServiceAccessRoleArn", "c2jName" : "ServiceAccessRoleArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) for the IAM role that DMS uses to write to the Amazon Kinesis data stream.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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) for the IAM role that DMS uses to write to the Amazon Kinesis data stream.

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

                                      The Amazon Resource Name (ARN) for the IAM role that DMS uses to write to the Amazon Kinesis data stream.

                                      \n@param serviceAccessRoleArn The Amazon Resource Name (ARN) for the IAM role that DMS uses to write to the Amazon Kinesis data stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceAccessRoleArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) for the IAM role that DMS uses to write to the Amazon Kinesis data stream.

                                      \n@return The Amazon Resource Name (ARN) for the IAM role that DMS uses to write to the Amazon Kinesis data stream.", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceAccessRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceAccessRoleArn", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) for the IAM role that DMS uses to write to the Amazon Kinesis data stream.

                                      \n@param serviceAccessRoleArn The Amazon Resource Name (ARN) for the IAM role that DMS uses to write to the Amazon Kinesis data stream.", "setterMethodName" : "setServiceAccessRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceAccessRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceAccessRoleArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) for the IAM role that DMS uses to write to the Amazon Kinesis data stream.

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

                                      The ciphertext references a key that doesn't exist or that the DMS account doesn't have access to.

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

                                      The specified master key (CMK) isn't enabled.

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

                                      The state of the specified AWS KMS resource isn't valid for this request.

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

                                      AWS DMS cannot access the AWS KMS key.

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

                                      The specified AWS KMS entity or resource can't be found.

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

                                      This request triggered AWS KMS request throttling.

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

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

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

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

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TagList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TagList", "sensitive" : false, "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, "timestampFormat" : null, "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 }, "MessageFormatValue" : { "c2jName" : "MessageFormatValue", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "JSON", "value" : "json" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "MessageFormatValue", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "MessageFormatValue", "variableName" : "messageFormatValue", "variableType" : "MessageFormatValue", "documentation" : null, "simpleType" : "MessageFormatValue", "variableSetterType" : "MessageFormatValue" }, "wrapper" : false }, "MigrationTypeValue" : { "c2jName" : "MigrationTypeValue", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "FULL_LOAD", "value" : "full-load" }, { "name" : "CDC", "value" : "cdc" }, { "name" : "FULL_LOAD_AND_CDC", "value" : "full-load-and-cdc" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointIdentifier", "sensitive" : false, "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, "timestampFormat" : null, "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" : "getEndpointTypeAsString", "beanStyleSetterMethodName" : "setEndpointType", "c2jName" : "EndpointType", "c2jShape" : "ReplicationEndpointTypeValue", "defaultConsumerFluentSetterDocumentation" : "

                                      The type of endpoint. Valid values are source and target.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointTypeAsString(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. Valid values are source and target.

                                      ", "endpointDiscoveryId" : false, "enumType" : "ReplicationEndpointTypeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "endpointType", "fluentEnumSetterMethodName" : "endpointType", "fluentGetterMethodName" : "endpointTypeAsString", "fluentSetterDocumentation" : "

                                      The type of endpoint. Valid values are source and target.

                                      \n@param endpointType The type of endpoint. Valid values are source and target.\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. Valid values are source and target.

                                      \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 #endpointTypeAsString}.\n

                                      \n@return The type of endpoint. Valid values are source and target.\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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointType", "sensitive" : false, "setterDocumentation" : "

                                      The type of endpoint. Valid values are source and target.

                                      \n@param endpointType The type of endpoint. Valid values are source and target.\n@see ReplicationEndpointTypeValue", "setterMethodName" : "setEndpointType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointType", "variableType" : "String", "documentation" : "

                                      The type of endpoint. Valid values are source and target.

                                      ", "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, aurora-postgresql, redshift, s3, db2, azuredb, 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, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.

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

                                      The type of engine for the endpoint. Valid values, depending on the EndpointType, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, 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, aurora-postgresql, redshift, s3, db2, azuredb, 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, aurora-postgresql, redshift, s3, db2, azuredb, 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, aurora-postgresql, redshift, s3, db2, azuredb, 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EngineName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EngineName", "sensitive" : false, "setterDocumentation" : "

                                      The type of engine for the endpoint. Valid values, depending on the EndpointType, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, 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, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.", "setterMethodName" : "setEngineName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engineName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "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, aurora-postgresql, redshift, s3, db2, azuredb, 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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Username", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Username", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Password", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Password", "sensitive" : true, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServerName", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Port", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DatabaseName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatabaseName", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ExtraConnectionAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExtraConnectionAttributes", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "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, "timestampFormat" : null, "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" : "getSslModeAsString", "beanStyleSetterMethodName" : "setSslMode", "c2jName" : "SslMode", "c2jShape" : "DmsSslModeValue", "defaultConsumerFluentSetterDocumentation" : "

                                      The SSL mode used to connect to the endpoint. 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 #sslModeAsString(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. The default value is none.

                                      ", "endpointDiscoveryId" : false, "enumType" : "DmsSslModeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "sslMode", "fluentEnumSetterMethodName" : "sslMode", "fluentGetterMethodName" : "sslModeAsString", "fluentSetterDocumentation" : "

                                      The SSL mode used to connect to the endpoint. The default value is none.

                                      \n@param sslMode The SSL mode used to connect to the endpoint. 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. 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 #sslModeAsString}.\n

                                      \n@return The SSL mode used to connect to the endpoint. 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SslMode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SslMode", "sensitive" : false, "setterDocumentation" : "

                                      The SSL mode used to connect to the endpoint. The default value is none.

                                      \n@param sslMode The SSL mode used to connect to the endpoint. 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sslMode", "variableType" : "String", "documentation" : "

                                      The SSL mode used to connect to the endpoint. The default value is none.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceAccessRoleArn", "beanStyleSetterMethodName" : "setServiceAccessRoleArn", "c2jName" : "ServiceAccessRoleArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) for the service access role you want to use to modify 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 #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) for the service access role you want to use to modify the endpoint.

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

                                      The Amazon Resource Name (ARN) for the service access role you want to use to modify the endpoint.

                                      \n@param serviceAccessRoleArn The Amazon Resource Name (ARN) for the service access role you want to use to modify the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceAccessRoleArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) for the service access role you want to use to modify the endpoint.

                                      \n@return The Amazon Resource Name (ARN) for the service access role you want to use to modify 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" : "ServiceAccessRoleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceAccessRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceAccessRoleArn", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) for the service access role you want to use to modify the endpoint.

                                      \n@param serviceAccessRoleArn The Amazon Resource Name (ARN) for the service access role you want to use to modify the endpoint.", "setterMethodName" : "setServiceAccessRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceAccessRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceAccessRoleArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) for the service access role you want to use to modify the endpoint.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExternalTableDefinition", "beanStyleSetterMethodName" : "setExternalTableDefinition", "c2jName" : "ExternalTableDefinition", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The external table definition.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                      The external table definition.

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

                                      The external table definition.

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

                                      The external table definition.

                                      \n@return The external table definition.", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ExternalTableDefinition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExternalTableDefinition", "sensitive" : false, "setterDocumentation" : "

                                      The external table definition.

                                      \n@param externalTableDefinition The external table definition.", "setterMethodName" : "setExternalTableDefinition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "externalTableDefinition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "externalTableDefinition", "variableType" : "String", "documentation" : "

                                      The external table definition.

                                      ", "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 Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.

                                      \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 Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.

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

                                      Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.

                                      \n@param dynamoDbSettings Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB 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" : "dynamoDbSettings", "getterDocumentation" : "

                                      Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.

                                      \n@return Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DynamoDbSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DynamoDbSettings", "sensitive" : false, "setterDocumentation" : "

                                      Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.

                                      \n@param dynamoDbSettings Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.", "setterMethodName" : "setDynamoDbSettings", "setterModel" : { "variableDeclarationType" : "DynamoDbSettings", "variableName" : "dynamoDbSettings", "variableType" : "DynamoDbSettings", "documentation" : null, "simpleType" : "DynamoDbSettings", "variableSetterType" : "DynamoDbSettings" }, "simple" : false, "timestampFormat" : null, "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 Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.

                                      ", "simpleType" : "DynamoDbSettings", "variableSetterType" : "DynamoDbSettings" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getS3Settings", "beanStyleSetterMethodName" : "setS3Settings", "c2jName" : "S3Settings", "c2jShape" : "S3Settings", "defaultConsumerFluentSetterDocumentation" : "

                                      Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.

                                      \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 Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.

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

                                      Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.

                                      \n@param s3Settings Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS 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" : "s3Settings", "getterDocumentation" : "

                                      Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.

                                      \n@return Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "S3Settings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "S3Settings", "sensitive" : false, "setterDocumentation" : "

                                      Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.

                                      \n@param s3Settings Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.", "setterMethodName" : "setS3Settings", "setterModel" : { "variableDeclarationType" : "S3Settings", "variableName" : "s3Settings", "variableType" : "S3Settings", "documentation" : null, "simpleType" : "S3Settings", "variableSetterType" : "S3Settings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "S3Settings", "variableName" : "s3Settings", "variableType" : "S3Settings", "documentation" : "

                                      Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.

                                      ", "simpleType" : "S3Settings", "variableSetterType" : "S3Settings" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDmsTransferSettings", "beanStyleSetterMethodName" : "setDmsTransferSettings", "c2jName" : "DmsTransferSettings", "c2jShape" : "DmsTransferSettings", "defaultConsumerFluentSetterDocumentation" : "

                                      The settings in JSON format for the DMS transfer type of source endpoint.

                                      Attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • BucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.

                                      Shorthand syntax: ServiceAccessRoleArn=string ,BucketName=string,CompressionType=string

                                      JSON syntax:

                                      { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

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

                                      The settings in JSON format for the DMS transfer type of source endpoint.

                                      Attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • BucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.

                                      Shorthand syntax: ServiceAccessRoleArn=string ,BucketName=string,CompressionType=string

                                      JSON syntax:

                                      { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

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

                                      The settings in JSON format for the DMS transfer type of source endpoint.

                                      Attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • BucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.

                                      Shorthand syntax: ServiceAccessRoleArn=string ,BucketName=string,CompressionType=string

                                      JSON syntax:

                                      { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

                                      \n@param dmsTransferSettings The settings in JSON format for the DMS transfer type of source endpoint.

                                      Attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • BucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.

                                      Shorthand syntax: ServiceAccessRoleArn=string ,BucketName=string,CompressionType=string

                                      JSON syntax:

                                      { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dmsTransferSettings", "getterDocumentation" : "

                                      The settings in JSON format for the DMS transfer type of source endpoint.

                                      Attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • BucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.

                                      Shorthand syntax: ServiceAccessRoleArn=string ,BucketName=string,CompressionType=string

                                      JSON syntax:

                                      { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

                                      \n@return The settings in JSON format for the DMS transfer type of source endpoint.

                                      Attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • BucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.

                                      Shorthand syntax: ServiceAccessRoleArn=string ,BucketName=string,CompressionType=string

                                      JSON syntax:

                                      { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }", "getterModel" : { "returnType" : "DmsTransferSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DmsTransferSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DmsTransferSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DmsTransferSettings", "sensitive" : false, "setterDocumentation" : "

                                      The settings in JSON format for the DMS transfer type of source endpoint.

                                      Attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • BucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.

                                      Shorthand syntax: ServiceAccessRoleArn=string ,BucketName=string,CompressionType=string

                                      JSON syntax:

                                      { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

                                      \n@param dmsTransferSettings The settings in JSON format for the DMS transfer type of source endpoint.

                                      Attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • BucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.

                                      Shorthand syntax: ServiceAccessRoleArn=string ,BucketName=string,CompressionType=string

                                      JSON syntax:

                                      { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }", "setterMethodName" : "setDmsTransferSettings", "setterModel" : { "variableDeclarationType" : "DmsTransferSettings", "variableName" : "dmsTransferSettings", "variableType" : "DmsTransferSettings", "documentation" : null, "simpleType" : "DmsTransferSettings", "variableSetterType" : "DmsTransferSettings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DmsTransferSettings", "variableName" : "dmsTransferSettings", "variableType" : "DmsTransferSettings", "documentation" : "

                                      The settings in JSON format for the DMS transfer type of source endpoint.

                                      Attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • BucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.

                                      Shorthand syntax: ServiceAccessRoleArn=string ,BucketName=string,CompressionType=string

                                      JSON syntax:

                                      { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

                                      ", "simpleType" : "DmsTransferSettings", "variableSetterType" : "DmsTransferSettings" }, "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 section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.

                                      \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 section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.

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

                                      Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.

                                      \n@param mongoDbSettings Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service 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" : "mongoDbSettings", "getterDocumentation" : "

                                      Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.

                                      \n@return Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MongoDbSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "MongoDbSettings", "sensitive" : false, "setterDocumentation" : "

                                      Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.

                                      \n@param mongoDbSettings Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.", "setterMethodName" : "setMongoDbSettings", "setterModel" : { "variableDeclarationType" : "MongoDbSettings", "variableName" : "mongoDbSettings", "variableType" : "MongoDbSettings", "documentation" : null, "simpleType" : "MongoDbSettings", "variableSetterType" : "MongoDbSettings" }, "simple" : false, "timestampFormat" : null, "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 section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.

                                      ", "simpleType" : "MongoDbSettings", "variableSetterType" : "MongoDbSettings" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKinesisSettings", "beanStyleSetterMethodName" : "setKinesisSettings", "c2jName" : "KinesisSettings", "c2jShape" : "KinesisSettings", "defaultConsumerFluentSetterDocumentation" : "

                                      Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.

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

                                      Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.

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

                                      Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.

                                      \n@param kinesisSettings Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kinesisSettings", "getterDocumentation" : "

                                      Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.

                                      \n@return Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.", "getterModel" : { "returnType" : "KinesisSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "KinesisSettings", "sensitive" : false, "setterDocumentation" : "

                                      Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.

                                      \n@param kinesisSettings Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.", "setterMethodName" : "setKinesisSettings", "setterModel" : { "variableDeclarationType" : "KinesisSettings", "variableName" : "kinesisSettings", "variableType" : "KinesisSettings", "documentation" : null, "simpleType" : "KinesisSettings", "variableSetterType" : "KinesisSettings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "KinesisSettings", "variableName" : "kinesisSettings", "variableType" : "KinesisSettings", "documentation" : "

                                      Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.

                                      ", "simpleType" : "KinesisSettings", "variableSetterType" : "KinesisSettings" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getElasticsearchSettings", "beanStyleSetterMethodName" : "setElasticsearchSettings", "c2jName" : "ElasticsearchSettings", "c2jShape" : "ElasticsearchSettings", "defaultConsumerFluentSetterDocumentation" : "

                                      Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.

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

                                      Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.

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

                                      Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.

                                      \n@param elasticsearchSettings Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "elasticsearchSettings", "getterDocumentation" : "

                                      Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.

                                      \n@return Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.", "getterModel" : { "returnType" : "ElasticsearchSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ElasticsearchSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ElasticsearchSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ElasticsearchSettings", "sensitive" : false, "setterDocumentation" : "

                                      Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.

                                      \n@param elasticsearchSettings Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.", "setterMethodName" : "setElasticsearchSettings", "setterModel" : { "variableDeclarationType" : "ElasticsearchSettings", "variableName" : "elasticsearchSettings", "variableType" : "ElasticsearchSettings", "documentation" : null, "simpleType" : "ElasticsearchSettings", "variableSetterType" : "ElasticsearchSettings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ElasticsearchSettings", "variableName" : "elasticsearchSettings", "variableType" : "ElasticsearchSettings", "documentation" : "

                                      Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.

                                      ", "simpleType" : "ElasticsearchSettings", "variableSetterType" : "ElasticsearchSettings" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRedshiftSettings", "beanStyleSetterMethodName" : "setRedshiftSettings", "c2jName" : "RedshiftSettings", "c2jShape" : "RedshiftSettings", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the RedshiftSettings property for this object.\n\nThis is a convenience that creates an instance of the {@link RedshiftSettings.Builder} avoiding the need to create one manually via {@link RedshiftSettings#builder()}.\n\nWhen the {@link Consumer} completes, {@link RedshiftSettings.Builder#build()} is called immediately and its result is passed to {@link #redshiftSettings(RedshiftSettings)}.\n@param redshiftSettings a consumer that will call methods on {@link RedshiftSettings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #redshiftSettings(RedshiftSettings)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "redshiftSettings", "fluentSetterDocumentation" : "Sets the value of the RedshiftSettings property for this object.\n\n@param redshiftSettings The new value for the RedshiftSettings property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "redshiftSettings", "getterDocumentation" : "Returns the value of the RedshiftSettings property for this object.\n@return The value of the RedshiftSettings property for this object.", "getterModel" : { "returnType" : "RedshiftSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RedshiftSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RedshiftSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RedshiftSettings", "sensitive" : false, "setterDocumentation" : "Sets the value of the RedshiftSettings property for this object.\n\n@param redshiftSettings The new value for the RedshiftSettings property for this object.", "setterMethodName" : "setRedshiftSettings", "setterModel" : { "variableDeclarationType" : "RedshiftSettings", "variableName" : "redshiftSettings", "variableType" : "RedshiftSettings", "documentation" : null, "simpleType" : "RedshiftSettings", "variableSetterType" : "RedshiftSettings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RedshiftSettings", "variableName" : "redshiftSettings", "variableType" : "RedshiftSettings", "documentation" : "", "simpleType" : "RedshiftSettings", "variableSetterType" : "RedshiftSettings" }, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DatabaseName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatabaseName", "sensitive" : false, "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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "databaseName", "variableType" : "String", "documentation" : "

                                      The name of the endpoint database.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DmsTransferSettings" : { "beanStyleGetterMethodName" : "getDmsTransferSettings", "beanStyleSetterMethodName" : "setDmsTransferSettings", "c2jName" : "DmsTransferSettings", "c2jShape" : "DmsTransferSettings", "defaultConsumerFluentSetterDocumentation" : "

                                      The settings in JSON format for the DMS transfer type of source endpoint.

                                      Attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • BucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.

                                      Shorthand syntax: ServiceAccessRoleArn=string ,BucketName=string,CompressionType=string

                                      JSON syntax:

                                      { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

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

                                      The settings in JSON format for the DMS transfer type of source endpoint.

                                      Attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • BucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.

                                      Shorthand syntax: ServiceAccessRoleArn=string ,BucketName=string,CompressionType=string

                                      JSON syntax:

                                      { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

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

                                      The settings in JSON format for the DMS transfer type of source endpoint.

                                      Attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • BucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.

                                      Shorthand syntax: ServiceAccessRoleArn=string ,BucketName=string,CompressionType=string

                                      JSON syntax:

                                      { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

                                      \n@param dmsTransferSettings The settings in JSON format for the DMS transfer type of source endpoint.

                                      Attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • BucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.

                                      Shorthand syntax: ServiceAccessRoleArn=string ,BucketName=string,CompressionType=string

                                      JSON syntax:

                                      { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dmsTransferSettings", "getterDocumentation" : "

                                      The settings in JSON format for the DMS transfer type of source endpoint.

                                      Attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • BucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.

                                      Shorthand syntax: ServiceAccessRoleArn=string ,BucketName=string,CompressionType=string

                                      JSON syntax:

                                      { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

                                      \n@return The settings in JSON format for the DMS transfer type of source endpoint.

                                      Attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • BucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.

                                      Shorthand syntax: ServiceAccessRoleArn=string ,BucketName=string,CompressionType=string

                                      JSON syntax:

                                      { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }", "getterModel" : { "returnType" : "DmsTransferSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DmsTransferSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DmsTransferSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DmsTransferSettings", "sensitive" : false, "setterDocumentation" : "

                                      The settings in JSON format for the DMS transfer type of source endpoint.

                                      Attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • BucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.

                                      Shorthand syntax: ServiceAccessRoleArn=string ,BucketName=string,CompressionType=string

                                      JSON syntax:

                                      { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

                                      \n@param dmsTransferSettings The settings in JSON format for the DMS transfer type of source endpoint.

                                      Attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • BucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.

                                      Shorthand syntax: ServiceAccessRoleArn=string ,BucketName=string,CompressionType=string

                                      JSON syntax:

                                      { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }", "setterMethodName" : "setDmsTransferSettings", "setterModel" : { "variableDeclarationType" : "DmsTransferSettings", "variableName" : "dmsTransferSettings", "variableType" : "DmsTransferSettings", "documentation" : null, "simpleType" : "DmsTransferSettings", "variableSetterType" : "DmsTransferSettings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DmsTransferSettings", "variableName" : "dmsTransferSettings", "variableType" : "DmsTransferSettings", "documentation" : "

                                      The settings in JSON format for the DMS transfer type of source endpoint.

                                      Attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • BucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.

                                      Shorthand syntax: ServiceAccessRoleArn=string ,BucketName=string,CompressionType=string

                                      JSON syntax:

                                      { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

                                      ", "simpleType" : "DmsTransferSettings", "variableSetterType" : "DmsTransferSettings" }, "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 Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.

                                      \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 Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.

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

                                      Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.

                                      \n@param dynamoDbSettings Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB 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" : "dynamoDbSettings", "getterDocumentation" : "

                                      Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.

                                      \n@return Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DynamoDbSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DynamoDbSettings", "sensitive" : false, "setterDocumentation" : "

                                      Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.

                                      \n@param dynamoDbSettings Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.", "setterMethodName" : "setDynamoDbSettings", "setterModel" : { "variableDeclarationType" : "DynamoDbSettings", "variableName" : "dynamoDbSettings", "variableType" : "DynamoDbSettings", "documentation" : null, "simpleType" : "DynamoDbSettings", "variableSetterType" : "DynamoDbSettings" }, "simple" : false, "timestampFormat" : null, "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 Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.

                                      ", "simpleType" : "DynamoDbSettings", "variableSetterType" : "DynamoDbSettings" }, "xmlNameSpaceUri" : null }, "ElasticsearchSettings" : { "beanStyleGetterMethodName" : "getElasticsearchSettings", "beanStyleSetterMethodName" : "setElasticsearchSettings", "c2jName" : "ElasticsearchSettings", "c2jShape" : "ElasticsearchSettings", "defaultConsumerFluentSetterDocumentation" : "

                                      Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.

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

                                      Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.

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

                                      Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.

                                      \n@param elasticsearchSettings Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "elasticsearchSettings", "getterDocumentation" : "

                                      Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.

                                      \n@return Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.", "getterModel" : { "returnType" : "ElasticsearchSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ElasticsearchSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ElasticsearchSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ElasticsearchSettings", "sensitive" : false, "setterDocumentation" : "

                                      Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.

                                      \n@param elasticsearchSettings Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.", "setterMethodName" : "setElasticsearchSettings", "setterModel" : { "variableDeclarationType" : "ElasticsearchSettings", "variableName" : "elasticsearchSettings", "variableType" : "ElasticsearchSettings", "documentation" : null, "simpleType" : "ElasticsearchSettings", "variableSetterType" : "ElasticsearchSettings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ElasticsearchSettings", "variableName" : "elasticsearchSettings", "variableType" : "ElasticsearchSettings", "documentation" : "

                                      Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.

                                      ", "simpleType" : "ElasticsearchSettings", "variableSetterType" : "ElasticsearchSettings" }, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointIdentifier", "sensitive" : false, "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, "timestampFormat" : null, "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" : "getEndpointTypeAsString", "beanStyleSetterMethodName" : "setEndpointType", "c2jName" : "EndpointType", "c2jShape" : "ReplicationEndpointTypeValue", "defaultConsumerFluentSetterDocumentation" : "

                                      The type of endpoint. Valid values are source and target.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointTypeAsString(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. Valid values are source and target.

                                      ", "endpointDiscoveryId" : false, "enumType" : "ReplicationEndpointTypeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "endpointType", "fluentEnumSetterMethodName" : "endpointType", "fluentGetterMethodName" : "endpointTypeAsString", "fluentSetterDocumentation" : "

                                      The type of endpoint. Valid values are source and target.

                                      \n@param endpointType The type of endpoint. Valid values are source and target.\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. Valid values are source and target.

                                      \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 #endpointTypeAsString}.\n

                                      \n@return The type of endpoint. Valid values are source and target.\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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointType", "sensitive" : false, "setterDocumentation" : "

                                      The type of endpoint. Valid values are source and target.

                                      \n@param endpointType The type of endpoint. Valid values are source and target.\n@see ReplicationEndpointTypeValue", "setterMethodName" : "setEndpointType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointType", "variableType" : "String", "documentation" : "

                                      The type of endpoint. Valid values are source and target.

                                      ", "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, aurora-postgresql, redshift, s3, db2, azuredb, 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, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.

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

                                      The type of engine for the endpoint. Valid values, depending on the EndpointType, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, 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, aurora-postgresql, redshift, s3, db2, azuredb, 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, aurora-postgresql, redshift, s3, db2, azuredb, 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, aurora-postgresql, redshift, s3, db2, azuredb, 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EngineName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EngineName", "sensitive" : false, "setterDocumentation" : "

                                      The type of engine for the endpoint. Valid values, depending on the EndpointType, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, 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, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.", "setterMethodName" : "setEngineName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engineName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "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, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ExternalTableDefinition" : { "beanStyleGetterMethodName" : "getExternalTableDefinition", "beanStyleSetterMethodName" : "setExternalTableDefinition", "c2jName" : "ExternalTableDefinition", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The external table definition.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                      The external table definition.

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

                                      The external table definition.

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

                                      The external table definition.

                                      \n@return The external table definition.", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ExternalTableDefinition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExternalTableDefinition", "sensitive" : false, "setterDocumentation" : "

                                      The external table definition.

                                      \n@param externalTableDefinition The external table definition.", "setterMethodName" : "setExternalTableDefinition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "externalTableDefinition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "externalTableDefinition", "variableType" : "String", "documentation" : "

                                      The external table definition.

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

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ExtraConnectionAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExtraConnectionAttributes", "sensitive" : false, "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, "timestampFormat" : null, "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 }, "KinesisSettings" : { "beanStyleGetterMethodName" : "getKinesisSettings", "beanStyleSetterMethodName" : "setKinesisSettings", "c2jName" : "KinesisSettings", "c2jShape" : "KinesisSettings", "defaultConsumerFluentSetterDocumentation" : "

                                      Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.

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

                                      Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.

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

                                      Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.

                                      \n@param kinesisSettings Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kinesisSettings", "getterDocumentation" : "

                                      Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.

                                      \n@return Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.", "getterModel" : { "returnType" : "KinesisSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "KinesisSettings", "sensitive" : false, "setterDocumentation" : "

                                      Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.

                                      \n@param kinesisSettings Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.", "setterMethodName" : "setKinesisSettings", "setterModel" : { "variableDeclarationType" : "KinesisSettings", "variableName" : "kinesisSettings", "variableType" : "KinesisSettings", "documentation" : null, "simpleType" : "KinesisSettings", "variableSetterType" : "KinesisSettings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "KinesisSettings", "variableName" : "kinesisSettings", "variableType" : "KinesisSettings", "documentation" : "

                                      Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.

                                      ", "simpleType" : "KinesisSettings", "variableSetterType" : "KinesisSettings" }, "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 section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.

                                      \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 section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.

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

                                      Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.

                                      \n@param mongoDbSettings Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service 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" : "mongoDbSettings", "getterDocumentation" : "

                                      Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.

                                      \n@return Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MongoDbSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "MongoDbSettings", "sensitive" : false, "setterDocumentation" : "

                                      Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.

                                      \n@param mongoDbSettings Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.", "setterMethodName" : "setMongoDbSettings", "setterModel" : { "variableDeclarationType" : "MongoDbSettings", "variableName" : "mongoDbSettings", "variableType" : "MongoDbSettings", "documentation" : null, "simpleType" : "MongoDbSettings", "variableSetterType" : "MongoDbSettings" }, "simple" : false, "timestampFormat" : null, "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 section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.

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

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Password", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Password", "sensitive" : true, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Port", "sensitive" : false, "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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                                      The port used by the endpoint database.

                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "RedshiftSettings" : { "beanStyleGetterMethodName" : "getRedshiftSettings", "beanStyleSetterMethodName" : "setRedshiftSettings", "c2jName" : "RedshiftSettings", "c2jShape" : "RedshiftSettings", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the RedshiftSettings property for this object.\n\nThis is a convenience that creates an instance of the {@link RedshiftSettings.Builder} avoiding the need to create one manually via {@link RedshiftSettings#builder()}.\n\nWhen the {@link Consumer} completes, {@link RedshiftSettings.Builder#build()} is called immediately and its result is passed to {@link #redshiftSettings(RedshiftSettings)}.\n@param redshiftSettings a consumer that will call methods on {@link RedshiftSettings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #redshiftSettings(RedshiftSettings)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "redshiftSettings", "fluentSetterDocumentation" : "Sets the value of the RedshiftSettings property for this object.\n\n@param redshiftSettings The new value for the RedshiftSettings property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "redshiftSettings", "getterDocumentation" : "Returns the value of the RedshiftSettings property for this object.\n@return The value of the RedshiftSettings property for this object.", "getterModel" : { "returnType" : "RedshiftSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RedshiftSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RedshiftSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RedshiftSettings", "sensitive" : false, "setterDocumentation" : "Sets the value of the RedshiftSettings property for this object.\n\n@param redshiftSettings The new value for the RedshiftSettings property for this object.", "setterMethodName" : "setRedshiftSettings", "setterModel" : { "variableDeclarationType" : "RedshiftSettings", "variableName" : "redshiftSettings", "variableType" : "RedshiftSettings", "documentation" : null, "simpleType" : "RedshiftSettings", "variableSetterType" : "RedshiftSettings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RedshiftSettings", "variableName" : "redshiftSettings", "variableType" : "RedshiftSettings", "documentation" : "", "simpleType" : "RedshiftSettings", "variableSetterType" : "RedshiftSettings" }, "xmlNameSpaceUri" : null }, "S3Settings" : { "beanStyleGetterMethodName" : "getS3Settings", "beanStyleSetterMethodName" : "setS3Settings", "c2jName" : "S3Settings", "c2jShape" : "S3Settings", "defaultConsumerFluentSetterDocumentation" : "

                                      Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.

                                      \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 Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.

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

                                      Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.

                                      \n@param s3Settings Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS 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" : "s3Settings", "getterDocumentation" : "

                                      Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.

                                      \n@return Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "S3Settings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "S3Settings", "sensitive" : false, "setterDocumentation" : "

                                      Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.

                                      \n@param s3Settings Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.", "setterMethodName" : "setS3Settings", "setterModel" : { "variableDeclarationType" : "S3Settings", "variableName" : "s3Settings", "variableType" : "S3Settings", "documentation" : null, "simpleType" : "S3Settings", "variableSetterType" : "S3Settings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "S3Settings", "variableName" : "s3Settings", "variableType" : "S3Settings", "documentation" : "

                                      Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.

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

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServerName", "sensitive" : false, "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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverName", "variableType" : "String", "documentation" : "

                                      The name of the server where the endpoint database resides.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ServiceAccessRoleArn" : { "beanStyleGetterMethodName" : "getServiceAccessRoleArn", "beanStyleSetterMethodName" : "setServiceAccessRoleArn", "c2jName" : "ServiceAccessRoleArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) for the service access role you want to use to modify 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 #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) for the service access role you want to use to modify the endpoint.

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

                                      The Amazon Resource Name (ARN) for the service access role you want to use to modify the endpoint.

                                      \n@param serviceAccessRoleArn The Amazon Resource Name (ARN) for the service access role you want to use to modify the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceAccessRoleArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) for the service access role you want to use to modify the endpoint.

                                      \n@return The Amazon Resource Name (ARN) for the service access role you want to use to modify 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" : "ServiceAccessRoleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceAccessRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceAccessRoleArn", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) for the service access role you want to use to modify the endpoint.

                                      \n@param serviceAccessRoleArn The Amazon Resource Name (ARN) for the service access role you want to use to modify the endpoint.", "setterMethodName" : "setServiceAccessRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceAccessRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceAccessRoleArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) for the service access role you want to use to modify the endpoint.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SslMode" : { "beanStyleGetterMethodName" : "getSslModeAsString", "beanStyleSetterMethodName" : "setSslMode", "c2jName" : "SslMode", "c2jShape" : "DmsSslModeValue", "defaultConsumerFluentSetterDocumentation" : "

                                      The SSL mode used to connect to the endpoint. 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 #sslModeAsString(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. The default value is none.

                                      ", "endpointDiscoveryId" : false, "enumType" : "DmsSslModeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "sslMode", "fluentEnumSetterMethodName" : "sslMode", "fluentGetterMethodName" : "sslModeAsString", "fluentSetterDocumentation" : "

                                      The SSL mode used to connect to the endpoint. The default value is none.

                                      \n@param sslMode The SSL mode used to connect to the endpoint. 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. 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 #sslModeAsString}.\n

                                      \n@return The SSL mode used to connect to the endpoint. 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SslMode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SslMode", "sensitive" : false, "setterDocumentation" : "

                                      The SSL mode used to connect to the endpoint. The default value is none.

                                      \n@param sslMode The SSL mode used to connect to the endpoint. 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sslMode", "variableType" : "String", "documentation" : "

                                      The SSL mode used to connect to the endpoint. 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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Username", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Username", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointIdentifier", "sensitive" : false, "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, "timestampFormat" : null, "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" : "getEndpointTypeAsString", "beanStyleSetterMethodName" : "setEndpointType", "c2jName" : "EndpointType", "c2jShape" : "ReplicationEndpointTypeValue", "defaultConsumerFluentSetterDocumentation" : "

                                      The type of endpoint. Valid values are source and target.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointTypeAsString(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. Valid values are source and target.

                                      ", "endpointDiscoveryId" : false, "enumType" : "ReplicationEndpointTypeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "endpointType", "fluentEnumSetterMethodName" : "endpointType", "fluentGetterMethodName" : "endpointTypeAsString", "fluentSetterDocumentation" : "

                                      The type of endpoint. Valid values are source and target.

                                      \n@param endpointType The type of endpoint. Valid values are source and target.\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. Valid values are source and target.

                                      \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 #endpointTypeAsString}.\n

                                      \n@return The type of endpoint. Valid values are source and target.\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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointType", "sensitive" : false, "setterDocumentation" : "

                                      The type of endpoint. Valid values are source and target.

                                      \n@param endpointType The type of endpoint. Valid values are source and target.\n@see ReplicationEndpointTypeValue", "setterMethodName" : "setEndpointType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointType", "variableType" : "String", "documentation" : "

                                      The type of endpoint. Valid values are source and target.

                                      ", "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, aurora-postgresql, redshift, s3, db2, azuredb, 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, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.

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

                                      The type of engine for the endpoint. Valid values, depending on the EndpointType, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, 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, aurora-postgresql, redshift, s3, db2, azuredb, 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, aurora-postgresql, redshift, s3, db2, azuredb, 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, aurora-postgresql, redshift, s3, db2, azuredb, 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EngineName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EngineName", "sensitive" : false, "setterDocumentation" : "

                                      The type of engine for the endpoint. Valid values, depending on the EndpointType, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, 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, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.", "setterMethodName" : "setEngineName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engineName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "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, aurora-postgresql, redshift, s3, db2, azuredb, 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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Username", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Username", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Password", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Password", "sensitive" : true, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServerName", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Port", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DatabaseName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatabaseName", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ExtraConnectionAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExtraConnectionAttributes", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "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, "timestampFormat" : null, "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" : "getSslModeAsString", "beanStyleSetterMethodName" : "setSslMode", "c2jName" : "SslMode", "c2jShape" : "DmsSslModeValue", "defaultConsumerFluentSetterDocumentation" : "

                                      The SSL mode used to connect to the endpoint. 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 #sslModeAsString(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. The default value is none.

                                      ", "endpointDiscoveryId" : false, "enumType" : "DmsSslModeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "sslMode", "fluentEnumSetterMethodName" : "sslMode", "fluentGetterMethodName" : "sslModeAsString", "fluentSetterDocumentation" : "

                                      The SSL mode used to connect to the endpoint. The default value is none.

                                      \n@param sslMode The SSL mode used to connect to the endpoint. 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. 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 #sslModeAsString}.\n

                                      \n@return The SSL mode used to connect to the endpoint. 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SslMode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SslMode", "sensitive" : false, "setterDocumentation" : "

                                      The SSL mode used to connect to the endpoint. The default value is none.

                                      \n@param sslMode The SSL mode used to connect to the endpoint. 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sslMode", "variableType" : "String", "documentation" : "

                                      The SSL mode used to connect to the endpoint. The default value is none.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceAccessRoleArn", "beanStyleSetterMethodName" : "setServiceAccessRoleArn", "c2jName" : "ServiceAccessRoleArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) for the service access role you want to use to modify 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 #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) for the service access role you want to use to modify the endpoint.

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

                                      The Amazon Resource Name (ARN) for the service access role you want to use to modify the endpoint.

                                      \n@param serviceAccessRoleArn The Amazon Resource Name (ARN) for the service access role you want to use to modify the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceAccessRoleArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) for the service access role you want to use to modify the endpoint.

                                      \n@return The Amazon Resource Name (ARN) for the service access role you want to use to modify 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" : "ServiceAccessRoleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceAccessRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceAccessRoleArn", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) for the service access role you want to use to modify the endpoint.

                                      \n@param serviceAccessRoleArn The Amazon Resource Name (ARN) for the service access role you want to use to modify the endpoint.", "setterMethodName" : "setServiceAccessRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceAccessRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceAccessRoleArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) for the service access role you want to use to modify the endpoint.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExternalTableDefinition", "beanStyleSetterMethodName" : "setExternalTableDefinition", "c2jName" : "ExternalTableDefinition", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The external table definition.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                      The external table definition.

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

                                      The external table definition.

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

                                      The external table definition.

                                      \n@return The external table definition.", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ExternalTableDefinition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExternalTableDefinition", "sensitive" : false, "setterDocumentation" : "

                                      The external table definition.

                                      \n@param externalTableDefinition The external table definition.", "setterMethodName" : "setExternalTableDefinition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "externalTableDefinition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "externalTableDefinition", "variableType" : "String", "documentation" : "

                                      The external table definition.

                                      ", "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 Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.

                                      \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 Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.

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

                                      Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.

                                      \n@param dynamoDbSettings Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB 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" : "dynamoDbSettings", "getterDocumentation" : "

                                      Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.

                                      \n@return Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DynamoDbSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DynamoDbSettings", "sensitive" : false, "setterDocumentation" : "

                                      Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.

                                      \n@param dynamoDbSettings Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.", "setterMethodName" : "setDynamoDbSettings", "setterModel" : { "variableDeclarationType" : "DynamoDbSettings", "variableName" : "dynamoDbSettings", "variableType" : "DynamoDbSettings", "documentation" : null, "simpleType" : "DynamoDbSettings", "variableSetterType" : "DynamoDbSettings" }, "simple" : false, "timestampFormat" : null, "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 Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.

                                      ", "simpleType" : "DynamoDbSettings", "variableSetterType" : "DynamoDbSettings" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getS3Settings", "beanStyleSetterMethodName" : "setS3Settings", "c2jName" : "S3Settings", "c2jShape" : "S3Settings", "defaultConsumerFluentSetterDocumentation" : "

                                      Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.

                                      \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 Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.

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

                                      Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.

                                      \n@param s3Settings Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS 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" : "s3Settings", "getterDocumentation" : "

                                      Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.

                                      \n@return Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "S3Settings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "S3Settings", "sensitive" : false, "setterDocumentation" : "

                                      Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.

                                      \n@param s3Settings Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.", "setterMethodName" : "setS3Settings", "setterModel" : { "variableDeclarationType" : "S3Settings", "variableName" : "s3Settings", "variableType" : "S3Settings", "documentation" : null, "simpleType" : "S3Settings", "variableSetterType" : "S3Settings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "S3Settings", "variableName" : "s3Settings", "variableType" : "S3Settings", "documentation" : "

                                      Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.

                                      ", "simpleType" : "S3Settings", "variableSetterType" : "S3Settings" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDmsTransferSettings", "beanStyleSetterMethodName" : "setDmsTransferSettings", "c2jName" : "DmsTransferSettings", "c2jShape" : "DmsTransferSettings", "defaultConsumerFluentSetterDocumentation" : "

                                      The settings in JSON format for the DMS transfer type of source endpoint.

                                      Attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • BucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.

                                      Shorthand syntax: ServiceAccessRoleArn=string ,BucketName=string,CompressionType=string

                                      JSON syntax:

                                      { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

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

                                      The settings in JSON format for the DMS transfer type of source endpoint.

                                      Attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • BucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.

                                      Shorthand syntax: ServiceAccessRoleArn=string ,BucketName=string,CompressionType=string

                                      JSON syntax:

                                      { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

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

                                      The settings in JSON format for the DMS transfer type of source endpoint.

                                      Attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • BucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.

                                      Shorthand syntax: ServiceAccessRoleArn=string ,BucketName=string,CompressionType=string

                                      JSON syntax:

                                      { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

                                      \n@param dmsTransferSettings The settings in JSON format for the DMS transfer type of source endpoint.

                                      Attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • BucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.

                                      Shorthand syntax: ServiceAccessRoleArn=string ,BucketName=string,CompressionType=string

                                      JSON syntax:

                                      { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dmsTransferSettings", "getterDocumentation" : "

                                      The settings in JSON format for the DMS transfer type of source endpoint.

                                      Attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • BucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.

                                      Shorthand syntax: ServiceAccessRoleArn=string ,BucketName=string,CompressionType=string

                                      JSON syntax:

                                      { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

                                      \n@return The settings in JSON format for the DMS transfer type of source endpoint.

                                      Attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • BucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.

                                      Shorthand syntax: ServiceAccessRoleArn=string ,BucketName=string,CompressionType=string

                                      JSON syntax:

                                      { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }", "getterModel" : { "returnType" : "DmsTransferSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DmsTransferSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DmsTransferSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DmsTransferSettings", "sensitive" : false, "setterDocumentation" : "

                                      The settings in JSON format for the DMS transfer type of source endpoint.

                                      Attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • BucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.

                                      Shorthand syntax: ServiceAccessRoleArn=string ,BucketName=string,CompressionType=string

                                      JSON syntax:

                                      { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

                                      \n@param dmsTransferSettings The settings in JSON format for the DMS transfer type of source endpoint.

                                      Attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • BucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.

                                      Shorthand syntax: ServiceAccessRoleArn=string ,BucketName=string,CompressionType=string

                                      JSON syntax:

                                      { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }", "setterMethodName" : "setDmsTransferSettings", "setterModel" : { "variableDeclarationType" : "DmsTransferSettings", "variableName" : "dmsTransferSettings", "variableType" : "DmsTransferSettings", "documentation" : null, "simpleType" : "DmsTransferSettings", "variableSetterType" : "DmsTransferSettings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DmsTransferSettings", "variableName" : "dmsTransferSettings", "variableType" : "DmsTransferSettings", "documentation" : "

                                      The settings in JSON format for the DMS transfer type of source endpoint.

                                      Attributes include the following:

                                      • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

                                      • BucketName - The name of the S3 bucket to use.

                                      • compressionType - An optional parameter to use GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.

                                      Shorthand syntax: ServiceAccessRoleArn=string ,BucketName=string,CompressionType=string

                                      JSON syntax:

                                      { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }

                                      ", "simpleType" : "DmsTransferSettings", "variableSetterType" : "DmsTransferSettings" }, "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 section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.

                                      \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 section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.

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

                                      Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.

                                      \n@param mongoDbSettings Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service 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" : "mongoDbSettings", "getterDocumentation" : "

                                      Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.

                                      \n@return Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MongoDbSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "MongoDbSettings", "sensitive" : false, "setterDocumentation" : "

                                      Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.

                                      \n@param mongoDbSettings Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.", "setterMethodName" : "setMongoDbSettings", "setterModel" : { "variableDeclarationType" : "MongoDbSettings", "variableName" : "mongoDbSettings", "variableType" : "MongoDbSettings", "documentation" : null, "simpleType" : "MongoDbSettings", "variableSetterType" : "MongoDbSettings" }, "simple" : false, "timestampFormat" : null, "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 section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.

                                      ", "simpleType" : "MongoDbSettings", "variableSetterType" : "MongoDbSettings" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKinesisSettings", "beanStyleSetterMethodName" : "setKinesisSettings", "c2jName" : "KinesisSettings", "c2jShape" : "KinesisSettings", "defaultConsumerFluentSetterDocumentation" : "

                                      Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.

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

                                      Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.

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

                                      Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.

                                      \n@param kinesisSettings Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kinesisSettings", "getterDocumentation" : "

                                      Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.

                                      \n@return Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.", "getterModel" : { "returnType" : "KinesisSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "KinesisSettings", "sensitive" : false, "setterDocumentation" : "

                                      Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.

                                      \n@param kinesisSettings Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.", "setterMethodName" : "setKinesisSettings", "setterModel" : { "variableDeclarationType" : "KinesisSettings", "variableName" : "kinesisSettings", "variableType" : "KinesisSettings", "documentation" : null, "simpleType" : "KinesisSettings", "variableSetterType" : "KinesisSettings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "KinesisSettings", "variableName" : "kinesisSettings", "variableType" : "KinesisSettings", "documentation" : "

                                      Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.

                                      ", "simpleType" : "KinesisSettings", "variableSetterType" : "KinesisSettings" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getElasticsearchSettings", "beanStyleSetterMethodName" : "setElasticsearchSettings", "c2jName" : "ElasticsearchSettings", "c2jShape" : "ElasticsearchSettings", "defaultConsumerFluentSetterDocumentation" : "

                                      Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.

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

                                      Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.

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

                                      Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.

                                      \n@param elasticsearchSettings Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "elasticsearchSettings", "getterDocumentation" : "

                                      Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.

                                      \n@return Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.", "getterModel" : { "returnType" : "ElasticsearchSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ElasticsearchSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ElasticsearchSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ElasticsearchSettings", "sensitive" : false, "setterDocumentation" : "

                                      Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.

                                      \n@param elasticsearchSettings Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.", "setterMethodName" : "setElasticsearchSettings", "setterModel" : { "variableDeclarationType" : "ElasticsearchSettings", "variableName" : "elasticsearchSettings", "variableType" : "ElasticsearchSettings", "documentation" : null, "simpleType" : "ElasticsearchSettings", "variableSetterType" : "ElasticsearchSettings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ElasticsearchSettings", "variableName" : "elasticsearchSettings", "variableType" : "ElasticsearchSettings", "documentation" : "

                                      Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.

                                      ", "simpleType" : "ElasticsearchSettings", "variableSetterType" : "ElasticsearchSettings" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRedshiftSettings", "beanStyleSetterMethodName" : "setRedshiftSettings", "c2jName" : "RedshiftSettings", "c2jShape" : "RedshiftSettings", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the RedshiftSettings property for this object.\n\nThis is a convenience that creates an instance of the {@link RedshiftSettings.Builder} avoiding the need to create one manually via {@link RedshiftSettings#builder()}.\n\nWhen the {@link Consumer} completes, {@link RedshiftSettings.Builder#build()} is called immediately and its result is passed to {@link #redshiftSettings(RedshiftSettings)}.\n@param redshiftSettings a consumer that will call methods on {@link RedshiftSettings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #redshiftSettings(RedshiftSettings)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "redshiftSettings", "fluentSetterDocumentation" : "Sets the value of the RedshiftSettings property for this object.\n\n@param redshiftSettings The new value for the RedshiftSettings property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "redshiftSettings", "getterDocumentation" : "Returns the value of the RedshiftSettings property for this object.\n@return The value of the RedshiftSettings property for this object.", "getterModel" : { "returnType" : "RedshiftSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RedshiftSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RedshiftSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RedshiftSettings", "sensitive" : false, "setterDocumentation" : "Sets the value of the RedshiftSettings property for this object.\n\n@param redshiftSettings The new value for the RedshiftSettings property for this object.", "setterMethodName" : "setRedshiftSettings", "setterModel" : { "variableDeclarationType" : "RedshiftSettings", "variableName" : "redshiftSettings", "variableType" : "RedshiftSettings", "documentation" : null, "simpleType" : "RedshiftSettings", "variableSetterType" : "RedshiftSettings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RedshiftSettings", "variableName" : "redshiftSettings", "variableType" : "RedshiftSettings", "documentation" : "", "simpleType" : "RedshiftSettings", "variableSetterType" : "RedshiftSettings" }, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Endpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Endpoint", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Endpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Endpoint", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Endpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Endpoint", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubscriptionName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubscriptionName", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnsTopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnsTopicArn", "sensitive" : false, "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, "timestampFormat" : null, "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 | 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 #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 | replication-task

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

                                      The type of AWS DMS resource that generates the events you want to subscribe to.

                                      Valid values: replication-instance | replication-task

                                      \n@param sourceType The type of AWS DMS resource that generates the events you want to subscribe to.

                                      Valid values: replication-instance | replication-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 | replication-task

                                      \n@return The type of AWS DMS resource that generates the events you want to subscribe to.

                                      Valid values: replication-instance | 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" : "SourceType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceType", "sensitive" : false, "setterDocumentation" : "

                                      The type of AWS DMS resource that generates the events you want to subscribe to.

                                      Valid values: replication-instance | replication-task

                                      \n@param sourceType The type of AWS DMS resource that generates the events you want to subscribe to.

                                      Valid values: replication-instance | replication-task", "setterMethodName" : "setSourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "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 | replication-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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventCategories", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "EventCategories", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventCategories", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "EventCategories", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnsTopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnsTopicArn", "sensitive" : false, "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, "timestampFormat" : null, "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 | 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 #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 | replication-task

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

                                      The type of AWS DMS resource that generates the events you want to subscribe to.

                                      Valid values: replication-instance | replication-task

                                      \n@param sourceType The type of AWS DMS resource that generates the events you want to subscribe to.

                                      Valid values: replication-instance | replication-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 | replication-task

                                      \n@return The type of AWS DMS resource that generates the events you want to subscribe to.

                                      Valid values: replication-instance | 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" : "SourceType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceType", "sensitive" : false, "setterDocumentation" : "

                                      The type of AWS DMS resource that generates the events you want to subscribe to.

                                      Valid values: replication-instance | replication-task

                                      \n@param sourceType The type of AWS DMS resource that generates the events you want to subscribe to.

                                      Valid values: replication-instance | replication-task", "setterMethodName" : "setSourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "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 | replication-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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubscriptionName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubscriptionName", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubscriptionName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubscriptionName", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnsTopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnsTopicArn", "sensitive" : false, "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, "timestampFormat" : null, "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 | 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 #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 | replication-task

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

                                      The type of AWS DMS resource that generates the events you want to subscribe to.

                                      Valid values: replication-instance | replication-task

                                      \n@param sourceType The type of AWS DMS resource that generates the events you want to subscribe to.

                                      Valid values: replication-instance | replication-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 | replication-task

                                      \n@return The type of AWS DMS resource that generates the events you want to subscribe to.

                                      Valid values: replication-instance | 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" : "SourceType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceType", "sensitive" : false, "setterDocumentation" : "

                                      The type of AWS DMS resource that generates the events you want to subscribe to.

                                      Valid values: replication-instance | replication-task

                                      \n@param sourceType The type of AWS DMS resource that generates the events you want to subscribe to.

                                      Valid values: replication-instance | replication-task", "setterMethodName" : "setSourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "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 | replication-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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventCategories", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "EventCategories", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventSubscription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "EventSubscription", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventSubscription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "EventSubscription", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventSubscription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "EventSubscription", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AllocatedStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "AllocatedStorage", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ApplyImmediately", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ApplyImmediately", "sensitive" : false, "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, "timestampFormat" : null, "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

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceClass", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceClass", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VpcSecurityGroupIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "VpcSecurityGroupIds", "sensitive" : false, "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, "timestampFormat" : null, "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

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredMaintenanceWindow", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PreferredMaintenanceWindow", "sensitive" : false, "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, "timestampFormat" : null, "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 whether 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 whether the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

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

                                      Specifies whether 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 whether 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 whether 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 whether 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MultiAZ", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "MultiAZ", "sensitive" : false, "setterDocumentation" : "

                                      Specifies whether 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 whether 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "multiAZ", "variableType" : "Boolean", "documentation" : "

                                      Specifies whether 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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EngineVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EngineVersion", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      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.

                                      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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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.

                                      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.

                                      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.

                                      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.

                                      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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AllowMajorVersionUpgrade", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "AllowMajorVersionUpgrade", "sensitive" : false, "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.

                                      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.

                                      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, "timestampFormat" : null, "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.

                                      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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AutoMinorVersionUpgrade", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "AutoMinorVersionUpgrade", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceIdentifier", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AllocatedStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "AllocatedStorage", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      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.

                                      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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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.

                                      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.

                                      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.

                                      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.

                                      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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AllowMajorVersionUpgrade", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "AllowMajorVersionUpgrade", "sensitive" : false, "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.

                                      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.

                                      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, "timestampFormat" : null, "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.

                                      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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ApplyImmediately", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ApplyImmediately", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AutoMinorVersionUpgrade", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "AutoMinorVersionUpgrade", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EngineVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EngineVersion", "sensitive" : false, "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, "timestampFormat" : null, "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 whether 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 whether the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

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

                                      Specifies whether 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 whether 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 whether 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 whether 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MultiAZ", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "MultiAZ", "sensitive" : false, "setterDocumentation" : "

                                      Specifies whether 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 whether 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "multiAZ", "variableType" : "Boolean", "documentation" : "

                                      Specifies whether 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

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredMaintenanceWindow", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PreferredMaintenanceWindow", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "sensitive" : false, "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, "timestampFormat" : null, "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

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceClass", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceClass", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceIdentifier", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VpcSecurityGroupIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "VpcSecurityGroupIds", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AllocatedStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "AllocatedStorage", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ApplyImmediately", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ApplyImmediately", "sensitive" : false, "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, "timestampFormat" : null, "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

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceClass", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceClass", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VpcSecurityGroupIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "VpcSecurityGroupIds", "sensitive" : false, "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, "timestampFormat" : null, "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

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredMaintenanceWindow", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PreferredMaintenanceWindow", "sensitive" : false, "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, "timestampFormat" : null, "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 whether 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 whether the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

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

                                      Specifies whether 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 whether 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 whether 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 whether 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MultiAZ", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "MultiAZ", "sensitive" : false, "setterDocumentation" : "

                                      Specifies whether 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 whether 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "multiAZ", "variableType" : "Boolean", "documentation" : "

                                      Specifies whether 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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EngineVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EngineVersion", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      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.

                                      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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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.

                                      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.

                                      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.

                                      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.

                                      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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AllowMajorVersionUpgrade", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "AllowMajorVersionUpgrade", "sensitive" : false, "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.

                                      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.

                                      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, "timestampFormat" : null, "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.

                                      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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AutoMinorVersionUpgrade", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "AutoMinorVersionUpgrade", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceIdentifier", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstance", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationInstance", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstance", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationInstance", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstance", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationInstance", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroupIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationSubnetGroupIdentifier", "sensitive" : false, "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, "timestampFormat" : null, "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" : "

                                      A description for 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" : "

                                      A description for the replication instance subnet group.

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

                                      A description for the replication instance subnet group.

                                      \n@param replicationSubnetGroupDescription A description for the replication instance subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationSubnetGroupDescription", "getterDocumentation" : "

                                      A description for the replication instance subnet group.

                                      \n@return A description for 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroupDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationSubnetGroupDescription", "sensitive" : false, "setterDocumentation" : "

                                      A description for the replication instance subnet group.

                                      \n@param replicationSubnetGroupDescription A description for the replication instance subnet group.", "setterMethodName" : "setReplicationSubnetGroupDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupDescription", "variableType" : "String", "documentation" : "

                                      A description for 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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SubnetIds", "sensitive" : false, "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, "timestampFormat" : null, "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" : "

                                      A description for 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" : "

                                      A description for the replication instance subnet group.

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

                                      A description for the replication instance subnet group.

                                      \n@param replicationSubnetGroupDescription A description for the replication instance subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationSubnetGroupDescription", "getterDocumentation" : "

                                      A description for the replication instance subnet group.

                                      \n@return A description for 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroupDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationSubnetGroupDescription", "sensitive" : false, "setterDocumentation" : "

                                      A description for the replication instance subnet group.

                                      \n@param replicationSubnetGroupDescription A description for the replication instance subnet group.", "setterMethodName" : "setReplicationSubnetGroupDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupDescription", "variableType" : "String", "documentation" : "

                                      A description for 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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroupIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationSubnetGroupIdentifier", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SubnetIds", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroupIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationSubnetGroupIdentifier", "sensitive" : false, "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, "timestampFormat" : null, "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" : "

                                      A description for 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" : "

                                      A description for the replication instance subnet group.

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

                                      A description for the replication instance subnet group.

                                      \n@param replicationSubnetGroupDescription A description for the replication instance subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationSubnetGroupDescription", "getterDocumentation" : "

                                      A description for the replication instance subnet group.

                                      \n@return A description for 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroupDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationSubnetGroupDescription", "sensitive" : false, "setterDocumentation" : "

                                      A description for the replication instance subnet group.

                                      \n@param replicationSubnetGroupDescription A description for the replication instance subnet group.", "setterMethodName" : "setReplicationSubnetGroupDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupDescription", "variableType" : "String", "documentation" : "

                                      A description for 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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SubnetIds", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationSubnetGroup", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationSubnetGroup", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationSubnetGroup", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskIdentifier", "sensitive" : false, "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, "timestampFormat" : null, "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" : "getMigrationTypeAsString", "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 #migrationTypeAsString(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

                                            ", "endpointDiscoveryId" : false, "enumType" : "MigrationTypeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "migrationType", "fluentEnumSetterMethodName" : "migrationType", "fluentGetterMethodName" : "migrationTypeAsString", "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 #migrationTypeAsString}.\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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MigrationType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MigrationType", "sensitive" : false, "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, "timestampFormat" : null, "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

                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TableMappings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TableMappings", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskSettings", "sensitive" : false, "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, "timestampFormat" : null, "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" : "

                                            Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                            Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

                                            \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" : "

                                            Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                            Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

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

                                            Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                            Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

                                            \n@param cdcStartTime Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                            Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cdcStartTime", "getterDocumentation" : "

                                            Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                            Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

                                            \n@return Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                            Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CdcStartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CdcStartTime", "sensitive" : false, "setterDocumentation" : "

                                            Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                            Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

                                            \n@param cdcStartTime Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                            Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”", "setterMethodName" : "setCdcStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cdcStartTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cdcStartTime", "variableType" : "java.time.Instant", "documentation" : "

                                            Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                            Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCdcStartPosition", "beanStyleSetterMethodName" : "setCdcStartPosition", "c2jName" : "CdcStartPosition", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                            Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                            The value can be in date, checkpoint, or LSN/SCN format.

                                            Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                            Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                            LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

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

                                            Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                            The value can be in date, checkpoint, or LSN/SCN format.

                                            Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                            Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                            LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

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

                                            Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                            The value can be in date, checkpoint, or LSN/SCN format.

                                            Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                            Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                            LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                            \n@param cdcStartPosition Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                            The value can be in date, checkpoint, or LSN/SCN format.

                                            Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                            Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                            LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cdcStartPosition", "getterDocumentation" : "

                                            Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                            The value can be in date, checkpoint, or LSN/SCN format.

                                            Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                            Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                            LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                            \n@return Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                            The value can be in date, checkpoint, or LSN/SCN format.

                                            Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                            Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                            LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CdcStartPosition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CdcStartPosition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CdcStartPosition", "sensitive" : false, "setterDocumentation" : "

                                            Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                            The value can be in date, checkpoint, or LSN/SCN format.

                                            Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                            Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                            LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                            \n@param cdcStartPosition Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                            The value can be in date, checkpoint, or LSN/SCN format.

                                            Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                            Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                            LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”", "setterMethodName" : "setCdcStartPosition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cdcStartPosition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cdcStartPosition", "variableType" : "String", "documentation" : "

                                            Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                            The value can be in date, checkpoint, or LSN/SCN format.

                                            Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                            Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                            LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCdcStopPosition", "beanStyleSetterMethodName" : "setCdcStopPosition", "c2jName" : "CdcStopPosition", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                            Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                            Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                            Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

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

                                            Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                            Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                            Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

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

                                            Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                            Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                            Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                            \n@param cdcStopPosition Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                            Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                            Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cdcStopPosition", "getterDocumentation" : "

                                            Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                            Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                            Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                            \n@return Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                            Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                            Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CdcStopPosition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CdcStopPosition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CdcStopPosition", "sensitive" : false, "setterDocumentation" : "

                                            Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                            Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                            Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                            \n@param cdcStopPosition Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                            Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                            Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “", "setterMethodName" : "setCdcStopPosition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cdcStopPosition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cdcStopPosition", "variableType" : "String", "documentation" : "

                                            Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                            Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                            Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CdcStartPosition" : { "beanStyleGetterMethodName" : "getCdcStartPosition", "beanStyleSetterMethodName" : "setCdcStartPosition", "c2jName" : "CdcStartPosition", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                            Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                            The value can be in date, checkpoint, or LSN/SCN format.

                                            Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                            Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                            LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

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

                                            Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                            The value can be in date, checkpoint, or LSN/SCN format.

                                            Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                            Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                            LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

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

                                            Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                            The value can be in date, checkpoint, or LSN/SCN format.

                                            Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                            Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                            LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                            \n@param cdcStartPosition Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                            The value can be in date, checkpoint, or LSN/SCN format.

                                            Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                            Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                            LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cdcStartPosition", "getterDocumentation" : "

                                            Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                            The value can be in date, checkpoint, or LSN/SCN format.

                                            Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                            Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                            LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                            \n@return Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                            The value can be in date, checkpoint, or LSN/SCN format.

                                            Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                            Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                            LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CdcStartPosition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CdcStartPosition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CdcStartPosition", "sensitive" : false, "setterDocumentation" : "

                                            Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                            The value can be in date, checkpoint, or LSN/SCN format.

                                            Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                            Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                            LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                            \n@param cdcStartPosition Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                            The value can be in date, checkpoint, or LSN/SCN format.

                                            Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                            Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                            LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”", "setterMethodName" : "setCdcStartPosition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cdcStartPosition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cdcStartPosition", "variableType" : "String", "documentation" : "

                                            Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                            The value can be in date, checkpoint, or LSN/SCN format.

                                            Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                            Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                            LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CdcStartTime" : { "beanStyleGetterMethodName" : "getCdcStartTime", "beanStyleSetterMethodName" : "setCdcStartTime", "c2jName" : "CdcStartTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                            Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                            Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

                                            \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" : "

                                            Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                            Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

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

                                            Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                            Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

                                            \n@param cdcStartTime Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                            Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cdcStartTime", "getterDocumentation" : "

                                            Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                            Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

                                            \n@return Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                            Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CdcStartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CdcStartTime", "sensitive" : false, "setterDocumentation" : "

                                            Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                            Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

                                            \n@param cdcStartTime Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                            Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”", "setterMethodName" : "setCdcStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cdcStartTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cdcStartTime", "variableType" : "java.time.Instant", "documentation" : "

                                            Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                            Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "CdcStopPosition" : { "beanStyleGetterMethodName" : "getCdcStopPosition", "beanStyleSetterMethodName" : "setCdcStopPosition", "c2jName" : "CdcStopPosition", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                            Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                            Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                            Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

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

                                            Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                            Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                            Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

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

                                            Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                            Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                            Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                            \n@param cdcStopPosition Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                            Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                            Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cdcStopPosition", "getterDocumentation" : "

                                            Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                            Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                            Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                            \n@return Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                            Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                            Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CdcStopPosition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CdcStopPosition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CdcStopPosition", "sensitive" : false, "setterDocumentation" : "

                                            Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                            Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                            Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                            \n@param cdcStopPosition Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                            Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                            Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “", "setterMethodName" : "setCdcStopPosition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cdcStopPosition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cdcStopPosition", "variableType" : "String", "documentation" : "

                                            Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                            Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                            Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MigrationType" : { "beanStyleGetterMethodName" : "getMigrationTypeAsString", "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 #migrationTypeAsString(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

                                            ", "endpointDiscoveryId" : false, "enumType" : "MigrationTypeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "migrationType", "fluentEnumSetterMethodName" : "migrationType", "fluentGetterMethodName" : "migrationTypeAsString", "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 #migrationTypeAsString}.\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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MigrationType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MigrationType", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskIdentifier", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskSettings", "sensitive" : false, "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, "timestampFormat" : null, "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

                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TableMappings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TableMappings", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskIdentifier", "sensitive" : false, "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, "timestampFormat" : null, "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" : "getMigrationTypeAsString", "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 #migrationTypeAsString(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

                                                        ", "endpointDiscoveryId" : false, "enumType" : "MigrationTypeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "migrationType", "fluentEnumSetterMethodName" : "migrationType", "fluentGetterMethodName" : "migrationTypeAsString", "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 #migrationTypeAsString}.\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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MigrationType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MigrationType", "sensitive" : false, "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, "timestampFormat" : null, "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

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TableMappings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TableMappings", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskSettings", "sensitive" : false, "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, "timestampFormat" : null, "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" : "

                                                        Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                        Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

                                                        \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" : "

                                                        Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                        Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

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

                                                        Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                        Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

                                                        \n@param cdcStartTime Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                        Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cdcStartTime", "getterDocumentation" : "

                                                        Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                        Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

                                                        \n@return Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                        Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CdcStartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CdcStartTime", "sensitive" : false, "setterDocumentation" : "

                                                        Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                        Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

                                                        \n@param cdcStartTime Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                        Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”", "setterMethodName" : "setCdcStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cdcStartTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cdcStartTime", "variableType" : "java.time.Instant", "documentation" : "

                                                        Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                        Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCdcStartPosition", "beanStyleSetterMethodName" : "setCdcStartPosition", "c2jName" : "CdcStartPosition", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                        The value can be in date, checkpoint, or LSN/SCN format.

                                                        Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                        Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                        LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

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

                                                        Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                        The value can be in date, checkpoint, or LSN/SCN format.

                                                        Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                        Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                        LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

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

                                                        Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                        The value can be in date, checkpoint, or LSN/SCN format.

                                                        Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                        Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                        LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                                        \n@param cdcStartPosition Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                        The value can be in date, checkpoint, or LSN/SCN format.

                                                        Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                        Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                        LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cdcStartPosition", "getterDocumentation" : "

                                                        Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                        The value can be in date, checkpoint, or LSN/SCN format.

                                                        Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                        Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                        LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                                        \n@return Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                        The value can be in date, checkpoint, or LSN/SCN format.

                                                        Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                        Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                        LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CdcStartPosition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CdcStartPosition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CdcStartPosition", "sensitive" : false, "setterDocumentation" : "

                                                        Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                        The value can be in date, checkpoint, or LSN/SCN format.

                                                        Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                        Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                        LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                                        \n@param cdcStartPosition Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                        The value can be in date, checkpoint, or LSN/SCN format.

                                                        Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                        Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                        LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”", "setterMethodName" : "setCdcStartPosition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cdcStartPosition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cdcStartPosition", "variableType" : "String", "documentation" : "

                                                        Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                        The value can be in date, checkpoint, or LSN/SCN format.

                                                        Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                        Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                        LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCdcStopPosition", "beanStyleSetterMethodName" : "setCdcStopPosition", "c2jName" : "CdcStopPosition", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                        Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                        Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

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

                                                        Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                        Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                        Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

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

                                                        Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                        Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                        Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                                        \n@param cdcStopPosition Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                        Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                        Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cdcStopPosition", "getterDocumentation" : "

                                                        Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                        Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                        Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                                        \n@return Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                        Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                        Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CdcStopPosition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CdcStopPosition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CdcStopPosition", "sensitive" : false, "setterDocumentation" : "

                                                        Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                        Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                        Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                                        \n@param cdcStopPosition Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                        Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                        Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “", "setterMethodName" : "setCdcStopPosition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cdcStopPosition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cdcStopPosition", "variableType" : "String", "documentation" : "

                                                        Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                        Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                        Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTask", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationTask", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTask", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationTask", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTask", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationTask", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Username", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Username", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Password", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Password", "sensitive" : true, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServerName", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Port", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DatabaseName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatabaseName", "sensitive" : false, "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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "databaseName", "variableType" : "String", "documentation" : "

                                                        The database name on the MongoDB source endpoint.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAuthTypeAsString", "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 #authTypeAsString(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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : "AuthTypeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "authType", "fluentEnumSetterMethodName" : "authType", "fluentGetterMethodName" : "authTypeAsString", "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 #authTypeAsString}.\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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AuthType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AuthType", "sensitive" : false, "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, "timestampFormat" : null, "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" : "getAuthMechanismAsString", "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 #authMechanismAsString(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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : "AuthMechanismValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "authMechanism", "fluentEnumSetterMethodName" : "authMechanism", "fluentGetterMethodName" : "authMechanismAsString", "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 #authMechanismAsString}.\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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AuthMechanism", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AuthMechanism", "sensitive" : false, "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, "timestampFormat" : null, "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" : "getNestingLevelAsString", "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 #nestingLevelAsString(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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : "NestingLevelValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "nestingLevel", "fluentEnumSetterMethodName" : "nestingLevel", "fluentGetterMethodName" : "nestingLevelAsString", "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 #nestingLevelAsString}.\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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NestingLevel", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NestingLevel", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ExtractDocId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExtractDocId", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DocsToInvestigate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DocsToInvestigate", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AuthSource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AuthSource", "sensitive" : false, "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, "timestampFormat" : null, "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 }, { "beanStyleGetterMethodName" : "getKmsKeyId", "beanStyleSetterMethodName" : "setKmsKeyId", "c2jName" : "KmsKeyId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The AWS KMS key identifier that is used to encrypt the content on the replication instance. If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 AWS KMS key identifier that is used to encrypt the content on the replication instance. If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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.

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

                                                        The AWS KMS key identifier that is used to encrypt the content on the replication instance. If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 AWS KMS key identifier that is used to encrypt the content on the replication instance. If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 AWS KMS key identifier that is used to encrypt the content on the replication instance. If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 AWS KMS key identifier that is used to encrypt the content on the replication instance. If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "KmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KmsKeyId", "sensitive" : false, "setterDocumentation" : "

                                                        The AWS KMS key identifier that is used to encrypt the content on the replication instance. If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 AWS KMS key identifier that is used to encrypt the content on the replication instance. If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

                                                        The AWS KMS key identifier that is used to encrypt the content on the replication instance. If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 } ], "membersAsMap" : { "AuthMechanism" : { "beanStyleGetterMethodName" : "getAuthMechanismAsString", "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 #authMechanismAsString(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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : "AuthMechanismValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "authMechanism", "fluentEnumSetterMethodName" : "authMechanism", "fluentGetterMethodName" : "authMechanismAsString", "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 #authMechanismAsString}.\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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AuthMechanism", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AuthMechanism", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AuthSource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AuthSource", "sensitive" : false, "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, "timestampFormat" : null, "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" : "getAuthTypeAsString", "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 #authTypeAsString(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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : "AuthTypeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "authType", "fluentEnumSetterMethodName" : "authType", "fluentGetterMethodName" : "authTypeAsString", "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 #authTypeAsString}.\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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AuthType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AuthType", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DatabaseName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatabaseName", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DocsToInvestigate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DocsToInvestigate", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ExtractDocId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExtractDocId", "sensitive" : false, "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, "timestampFormat" : null, "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 }, "KmsKeyId" : { "beanStyleGetterMethodName" : "getKmsKeyId", "beanStyleSetterMethodName" : "setKmsKeyId", "c2jName" : "KmsKeyId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The AWS KMS key identifier that is used to encrypt the content on the replication instance. If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 AWS KMS key identifier that is used to encrypt the content on the replication instance. If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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.

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

                                                        The AWS KMS key identifier that is used to encrypt the content on the replication instance. If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 AWS KMS key identifier that is used to encrypt the content on the replication instance. If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 AWS KMS key identifier that is used to encrypt the content on the replication instance. If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 AWS KMS key identifier that is used to encrypt the content on the replication instance. If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "KmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KmsKeyId", "sensitive" : false, "setterDocumentation" : "

                                                        The AWS KMS key identifier that is used to encrypt the content on the replication instance. If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 AWS KMS key identifier that is used to encrypt the content on the replication instance. If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

                                                        The AWS KMS key identifier that is used to encrypt the content on the replication instance. If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 }, "NestingLevel" : { "beanStyleGetterMethodName" : "getNestingLevelAsString", "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 #nestingLevelAsString(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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : "NestingLevelValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "nestingLevel", "fluentEnumSetterMethodName" : "nestingLevel", "fluentGetterMethodName" : "nestingLevelAsString", "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 #nestingLevelAsString}.\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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NestingLevel", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NestingLevel", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Password", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Password", "sensitive" : true, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Port", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServerName", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Username", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Username", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Username", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Username", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Password", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Password", "sensitive" : true, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServerName", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Port", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DatabaseName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatabaseName", "sensitive" : false, "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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "databaseName", "variableType" : "String", "documentation" : "

                                                        The database name on the MongoDB source endpoint.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAuthTypeAsString", "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 #authTypeAsString(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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : "AuthTypeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "authType", "fluentEnumSetterMethodName" : "authType", "fluentGetterMethodName" : "authTypeAsString", "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 #authTypeAsString}.\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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AuthType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AuthType", "sensitive" : false, "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, "timestampFormat" : null, "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" : "getAuthMechanismAsString", "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 #authMechanismAsString(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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : "AuthMechanismValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "authMechanism", "fluentEnumSetterMethodName" : "authMechanism", "fluentGetterMethodName" : "authMechanismAsString", "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 #authMechanismAsString}.\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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AuthMechanism", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AuthMechanism", "sensitive" : false, "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, "timestampFormat" : null, "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" : "getNestingLevelAsString", "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 #nestingLevelAsString(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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : "NestingLevelValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "nestingLevel", "fluentEnumSetterMethodName" : "nestingLevel", "fluentGetterMethodName" : "nestingLevelAsString", "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 #nestingLevelAsString}.\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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NestingLevel", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NestingLevel", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ExtractDocId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExtractDocId", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DocsToInvestigate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DocsToInvestigate", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AuthSource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AuthSource", "sensitive" : false, "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, "timestampFormat" : null, "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 }, { "beanStyleGetterMethodName" : "getKmsKeyId", "beanStyleSetterMethodName" : "setKmsKeyId", "c2jName" : "KmsKeyId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The AWS KMS key identifier that is used to encrypt the content on the replication instance. If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 AWS KMS key identifier that is used to encrypt the content on the replication instance. If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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.

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

                                                        The AWS KMS key identifier that is used to encrypt the content on the replication instance. If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 AWS KMS key identifier that is used to encrypt the content on the replication instance. If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 AWS KMS key identifier that is used to encrypt the content on the replication instance. If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 AWS KMS key identifier that is used to encrypt the content on the replication instance. If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "KmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KmsKeyId", "sensitive" : false, "setterDocumentation" : "

                                                        The AWS KMS key identifier that is used to encrypt the content on the replication instance. If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 AWS KMS key identifier that is used to encrypt the content on the replication instance. If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

                                                        The AWS KMS key identifier that is used to encrypt the content on the replication instance. If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 } ], "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "NONE", "value" : "none" }, { "name" : "ONE", "value" : "one" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EngineVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EngineVersion", "sensitive" : false, "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, "timestampFormat" : null, "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

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceClass", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceClass", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StorageType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StorageType", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MinAllocatedStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MinAllocatedStorage", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxAllocatedStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxAllocatedStorage", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultAllocatedStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "DefaultAllocatedStorage", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IncludedAllocatedStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "IncludedAllocatedStorage", "sensitive" : false, "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, "timestampFormat" : null, "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 }, { "beanStyleGetterMethodName" : "getAvailabilityZones", "beanStyleSetterMethodName" : "setAvailabilityZones", "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZonesList", "defaultConsumerFluentSetterDocumentation" : "

                                                        List of Availability Zones for this 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 #availabilityZones(List)}.\n@param availabilityZones 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 #availabilityZones(List)", "deprecated" : false, "documentation" : "

                                                        List of Availability Zones for this replication instance.

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

                                                        List of Availability Zones for this replication instance.

                                                        \n@param availabilityZones List of Availability Zones for this replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "availabilityZones", "getterDocumentation" : "

                                                        List of Availability Zones for this replication instance.

                                                        \n

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

                                                        \n@return List of Availability Zones for this 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" : "AvailabilityZones", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityZones", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AvailabilityZones", "sensitive" : false, "setterDocumentation" : "

                                                        List of Availability Zones for this replication instance.

                                                        \n@param availabilityZones List of Availability Zones for this replication instance.", "setterMethodName" : "setAvailabilityZones", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "

                                                        List of Availability Zones for this replication instance.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReleaseStatusAsString", "beanStyleSetterMethodName" : "setReleaseStatus", "c2jName" : "ReleaseStatus", "c2jShape" : "ReleaseStatusValues", "defaultConsumerFluentSetterDocumentation" : "

                                                        The value returned when the specified EngineVersion of the replication instance is in Beta or test mode. This indicates some features might not work as expected.

                                                        AWS DMS supports ReleaseStatus in versions 3.1.4 and later.

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

                                                        The value returned when the specified EngineVersion of the replication instance is in Beta or test mode. This indicates some features might not work as expected.

                                                        AWS DMS supports ReleaseStatus in versions 3.1.4 and later.

                                                        ", "endpointDiscoveryId" : false, "enumType" : "ReleaseStatusValues", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "releaseStatus", "fluentEnumSetterMethodName" : "releaseStatus", "fluentGetterMethodName" : "releaseStatusAsString", "fluentSetterDocumentation" : "

                                                        The value returned when the specified EngineVersion of the replication instance is in Beta or test mode. This indicates some features might not work as expected.

                                                        AWS DMS supports ReleaseStatus in versions 3.1.4 and later.

                                                        \n@param releaseStatus The value returned when the specified EngineVersion of the replication instance is in Beta or test mode. This indicates some features might not work as expected.

                                                        AWS DMS supports ReleaseStatus in versions 3.1.4 and later.

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

                                                        The value returned when the specified EngineVersion of the replication instance is in Beta or test mode. This indicates some features might not work as expected.

                                                        AWS DMS supports ReleaseStatus in versions 3.1.4 and later.

                                                        \n

                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #releaseStatus} will return {@link ReleaseStatusValues#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #releaseStatusAsString}.\n

                                                        \n@return The value returned when the specified EngineVersion of the replication instance is in Beta or test mode. This indicates some features might not work as expected.

                                                        AWS DMS supports ReleaseStatus in versions 3.1.4 and later.

                                                        \n@see ReleaseStatusValues", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReleaseStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReleaseStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReleaseStatus", "sensitive" : false, "setterDocumentation" : "

                                                        The value returned when the specified EngineVersion of the replication instance is in Beta or test mode. This indicates some features might not work as expected.

                                                        AWS DMS supports ReleaseStatus in versions 3.1.4 and later.

                                                        \n@param releaseStatus The value returned when the specified EngineVersion of the replication instance is in Beta or test mode. This indicates some features might not work as expected.

                                                        AWS DMS supports ReleaseStatus in versions 3.1.4 and later.

                                                        \n@see ReleaseStatusValues", "setterMethodName" : "setReleaseStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "releaseStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "releaseStatus", "variableType" : "String", "documentation" : "

                                                        The value returned when the specified EngineVersion of the replication instance is in Beta or test mode. This indicates some features might not work as expected.

                                                        AWS DMS supports ReleaseStatus in versions 3.1.4 and later.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AvailabilityZones" : { "beanStyleGetterMethodName" : "getAvailabilityZones", "beanStyleSetterMethodName" : "setAvailabilityZones", "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZonesList", "defaultConsumerFluentSetterDocumentation" : "

                                                        List of Availability Zones for this 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 #availabilityZones(List)}.\n@param availabilityZones 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 #availabilityZones(List)", "deprecated" : false, "documentation" : "

                                                        List of Availability Zones for this replication instance.

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

                                                        List of Availability Zones for this replication instance.

                                                        \n@param availabilityZones List of Availability Zones for this replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "availabilityZones", "getterDocumentation" : "

                                                        List of Availability Zones for this replication instance.

                                                        \n

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

                                                        \n@return List of Availability Zones for this 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" : "AvailabilityZones", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityZones", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AvailabilityZones", "sensitive" : false, "setterDocumentation" : "

                                                        List of Availability Zones for this replication instance.

                                                        \n@param availabilityZones List of Availability Zones for this replication instance.", "setterMethodName" : "setAvailabilityZones", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "

                                                        List of Availability Zones for this replication instance.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultAllocatedStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "DefaultAllocatedStorage", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EngineVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EngineVersion", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IncludedAllocatedStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "IncludedAllocatedStorage", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxAllocatedStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxAllocatedStorage", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MinAllocatedStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MinAllocatedStorage", "sensitive" : false, "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, "timestampFormat" : null, "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 }, "ReleaseStatus" : { "beanStyleGetterMethodName" : "getReleaseStatusAsString", "beanStyleSetterMethodName" : "setReleaseStatus", "c2jName" : "ReleaseStatus", "c2jShape" : "ReleaseStatusValues", "defaultConsumerFluentSetterDocumentation" : "

                                                        The value returned when the specified EngineVersion of the replication instance is in Beta or test mode. This indicates some features might not work as expected.

                                                        AWS DMS supports ReleaseStatus in versions 3.1.4 and later.

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

                                                        The value returned when the specified EngineVersion of the replication instance is in Beta or test mode. This indicates some features might not work as expected.

                                                        AWS DMS supports ReleaseStatus in versions 3.1.4 and later.

                                                        ", "endpointDiscoveryId" : false, "enumType" : "ReleaseStatusValues", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "releaseStatus", "fluentEnumSetterMethodName" : "releaseStatus", "fluentGetterMethodName" : "releaseStatusAsString", "fluentSetterDocumentation" : "

                                                        The value returned when the specified EngineVersion of the replication instance is in Beta or test mode. This indicates some features might not work as expected.

                                                        AWS DMS supports ReleaseStatus in versions 3.1.4 and later.

                                                        \n@param releaseStatus The value returned when the specified EngineVersion of the replication instance is in Beta or test mode. This indicates some features might not work as expected.

                                                        AWS DMS supports ReleaseStatus in versions 3.1.4 and later.

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

                                                        The value returned when the specified EngineVersion of the replication instance is in Beta or test mode. This indicates some features might not work as expected.

                                                        AWS DMS supports ReleaseStatus in versions 3.1.4 and later.

                                                        \n

                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #releaseStatus} will return {@link ReleaseStatusValues#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #releaseStatusAsString}.\n

                                                        \n@return The value returned when the specified EngineVersion of the replication instance is in Beta or test mode. This indicates some features might not work as expected.

                                                        AWS DMS supports ReleaseStatus in versions 3.1.4 and later.

                                                        \n@see ReleaseStatusValues", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReleaseStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReleaseStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReleaseStatus", "sensitive" : false, "setterDocumentation" : "

                                                        The value returned when the specified EngineVersion of the replication instance is in Beta or test mode. This indicates some features might not work as expected.

                                                        AWS DMS supports ReleaseStatus in versions 3.1.4 and later.

                                                        \n@param releaseStatus The value returned when the specified EngineVersion of the replication instance is in Beta or test mode. This indicates some features might not work as expected.

                                                        AWS DMS supports ReleaseStatus in versions 3.1.4 and later.

                                                        \n@see ReleaseStatusValues", "setterMethodName" : "setReleaseStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "releaseStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "releaseStatus", "variableType" : "String", "documentation" : "

                                                        The value returned when the specified EngineVersion of the replication instance is in Beta or test mode. This indicates some features might not work as expected.

                                                        AWS DMS supports ReleaseStatus in versions 3.1.4 and later.

                                                        ", "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

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceClass", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceClass", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StorageType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StorageType", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EngineVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EngineVersion", "sensitive" : false, "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, "timestampFormat" : null, "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

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceClass", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceClass", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StorageType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StorageType", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MinAllocatedStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MinAllocatedStorage", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxAllocatedStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxAllocatedStorage", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultAllocatedStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "DefaultAllocatedStorage", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IncludedAllocatedStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "IncludedAllocatedStorage", "sensitive" : false, "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, "timestampFormat" : null, "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 }, { "beanStyleGetterMethodName" : "getAvailabilityZones", "beanStyleSetterMethodName" : "setAvailabilityZones", "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZonesList", "defaultConsumerFluentSetterDocumentation" : "

                                                        List of Availability Zones for this 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 #availabilityZones(List)}.\n@param availabilityZones 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 #availabilityZones(List)", "deprecated" : false, "documentation" : "

                                                        List of Availability Zones for this replication instance.

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

                                                        List of Availability Zones for this replication instance.

                                                        \n@param availabilityZones List of Availability Zones for this replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "availabilityZones", "getterDocumentation" : "

                                                        List of Availability Zones for this replication instance.

                                                        \n

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

                                                        \n@return List of Availability Zones for this 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" : "AvailabilityZones", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityZones", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AvailabilityZones", "sensitive" : false, "setterDocumentation" : "

                                                        List of Availability Zones for this replication instance.

                                                        \n@param availabilityZones List of Availability Zones for this replication instance.", "setterMethodName" : "setAvailabilityZones", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "

                                                        List of Availability Zones for this replication instance.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReleaseStatusAsString", "beanStyleSetterMethodName" : "setReleaseStatus", "c2jName" : "ReleaseStatus", "c2jShape" : "ReleaseStatusValues", "defaultConsumerFluentSetterDocumentation" : "

                                                        The value returned when the specified EngineVersion of the replication instance is in Beta or test mode. This indicates some features might not work as expected.

                                                        AWS DMS supports ReleaseStatus in versions 3.1.4 and later.

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

                                                        The value returned when the specified EngineVersion of the replication instance is in Beta or test mode. This indicates some features might not work as expected.

                                                        AWS DMS supports ReleaseStatus in versions 3.1.4 and later.

                                                        ", "endpointDiscoveryId" : false, "enumType" : "ReleaseStatusValues", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "releaseStatus", "fluentEnumSetterMethodName" : "releaseStatus", "fluentGetterMethodName" : "releaseStatusAsString", "fluentSetterDocumentation" : "

                                                        The value returned when the specified EngineVersion of the replication instance is in Beta or test mode. This indicates some features might not work as expected.

                                                        AWS DMS supports ReleaseStatus in versions 3.1.4 and later.

                                                        \n@param releaseStatus The value returned when the specified EngineVersion of the replication instance is in Beta or test mode. This indicates some features might not work as expected.

                                                        AWS DMS supports ReleaseStatus in versions 3.1.4 and later.

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

                                                        The value returned when the specified EngineVersion of the replication instance is in Beta or test mode. This indicates some features might not work as expected.

                                                        AWS DMS supports ReleaseStatus in versions 3.1.4 and later.

                                                        \n

                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #releaseStatus} will return {@link ReleaseStatusValues#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #releaseStatusAsString}.\n

                                                        \n@return The value returned when the specified EngineVersion of the replication instance is in Beta or test mode. This indicates some features might not work as expected.

                                                        AWS DMS supports ReleaseStatus in versions 3.1.4 and later.

                                                        \n@see ReleaseStatusValues", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReleaseStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReleaseStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReleaseStatus", "sensitive" : false, "setterDocumentation" : "

                                                        The value returned when the specified EngineVersion of the replication instance is in Beta or test mode. This indicates some features might not work as expected.

                                                        AWS DMS supports ReleaseStatus in versions 3.1.4 and later.

                                                        \n@param releaseStatus The value returned when the specified EngineVersion of the replication instance is in Beta or test mode. This indicates some features might not work as expected.

                                                        AWS DMS supports ReleaseStatus in versions 3.1.4 and later.

                                                        \n@see ReleaseStatusValues", "setterMethodName" : "setReleaseStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "releaseStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "releaseStatus", "variableType" : "String", "documentation" : "

                                                        The value returned when the specified EngineVersion of the replication instance is in Beta or test mode. This indicates some features might not work as expected.

                                                        AWS DMS supports ReleaseStatus in versions 3.1.4 and later.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "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 }, "ParquetVersionValue" : { "c2jName" : "ParquetVersionValue", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "PARQUET_1_0", "value" : "parquet-1-0" }, { "name" : "PARQUET_2_0", "value" : "parquet-2-0" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ParquetVersionValue", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ParquetVersionValue", "variableName" : "parquetVersionValue", "variableType" : "ParquetVersionValue", "documentation" : null, "simpleType" : "ParquetVersionValue", "variableSetterType" : "ParquetVersionValue" }, "wrapper" : false }, "PendingMaintenanceAction" : { "c2jName" : "PendingMaintenanceAction", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getAction", "beanStyleSetterMethodName" : "setAction", "c2jName" : "Action", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

                                                        The type of pending maintenance action that is available for the resource.

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

                                                        The type of pending maintenance action that is available for the resource.

                                                        \n@param action The type of pending maintenance action that is available for the resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "action", "getterDocumentation" : "

                                                        The type of pending maintenance action that is available for the resource.

                                                        \n@return The type of pending maintenance action that is available for the 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" : "Action", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Action", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Action", "sensitive" : false, "setterDocumentation" : "

                                                        The type of pending maintenance action that is available for the resource.

                                                        \n@param action The type of pending maintenance action that is available for the resource.", "setterMethodName" : "setAction", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "action", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "action", "variableType" : "String", "documentation" : "

                                                        The type of pending maintenance action that is available for the resource.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAutoAppliedAfterDate", "beanStyleSetterMethodName" : "setAutoAppliedAfterDate", "c2jName" : "AutoAppliedAfterDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                        The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.

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

                                                        The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.

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

                                                        The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.

                                                        \n@param autoAppliedAfterDate The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "autoAppliedAfterDate", "getterDocumentation" : "

                                                        The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.

                                                        \n@return The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.", "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" : "AutoAppliedAfterDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AutoAppliedAfterDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "AutoAppliedAfterDate", "sensitive" : false, "setterDocumentation" : "

                                                        The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.

                                                        \n@param autoAppliedAfterDate The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.", "setterMethodName" : "setAutoAppliedAfterDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "autoAppliedAfterDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "autoAppliedAfterDate", "variableType" : "java.time.Instant", "documentation" : "

                                                        The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.

                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getForcedApplyDate", "beanStyleSetterMethodName" : "setForcedApplyDate", "c2jName" : "ForcedApplyDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                        The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.

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

                                                        The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.

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

                                                        The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.

                                                        \n@param forcedApplyDate The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "forcedApplyDate", "getterDocumentation" : "

                                                        The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.

                                                        \n@return The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.", "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" : "ForcedApplyDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ForcedApplyDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ForcedApplyDate", "sensitive" : false, "setterDocumentation" : "

                                                        The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.

                                                        \n@param forcedApplyDate The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.", "setterMethodName" : "setForcedApplyDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "forcedApplyDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "forcedApplyDate", "variableType" : "java.time.Instant", "documentation" : "

                                                        The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.

                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOptInStatus", "beanStyleSetterMethodName" : "setOptInStatus", "c2jName" : "OptInStatus", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        Indicates the type of opt-in request that has been received for the 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 #optInStatus(String)}.\n@param optInStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #optInStatus(String)", "deprecated" : false, "documentation" : "

                                                        Indicates the type of opt-in request that has been received for the resource.

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

                                                        Indicates the type of opt-in request that has been received for the resource.

                                                        \n@param optInStatus Indicates the type of opt-in request that has been received for the resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "optInStatus", "getterDocumentation" : "

                                                        Indicates the type of opt-in request that has been received for the resource.

                                                        \n@return Indicates the type of opt-in request that has been received for the 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" : "OptInStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OptInStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OptInStatus", "sensitive" : false, "setterDocumentation" : "

                                                        Indicates the type of opt-in request that has been received for the resource.

                                                        \n@param optInStatus Indicates the type of opt-in request that has been received for the resource.", "setterMethodName" : "setOptInStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "optInStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "optInStatus", "variableType" : "String", "documentation" : "

                                                        Indicates the type of opt-in request that has been received for the resource.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCurrentApplyDate", "beanStyleSetterMethodName" : "setCurrentApplyDate", "c2jName" : "CurrentApplyDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                        The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.

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

                                                        The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.

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

                                                        The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.

                                                        \n@param currentApplyDate The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "currentApplyDate", "getterDocumentation" : "

                                                        The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.

                                                        \n@return The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.", "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" : "CurrentApplyDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentApplyDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CurrentApplyDate", "sensitive" : false, "setterDocumentation" : "

                                                        The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.

                                                        \n@param currentApplyDate The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.", "setterMethodName" : "setCurrentApplyDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "currentApplyDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "currentApplyDate", "variableType" : "java.time.Instant", "documentation" : "

                                                        The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.

                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        A description providing more detail about the maintenance action.

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

                                                        A description providing more detail about the maintenance action.

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

                                                        A description providing more detail about the maintenance action.

                                                        \n@param description A description providing more detail about the maintenance action.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                                        A description providing more detail about the maintenance action.

                                                        \n@return A description providing more detail about the maintenance action.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

                                                        A description providing more detail about the maintenance action.

                                                        \n@param description A description providing more detail about the maintenance action.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                                                        A description providing more detail about the maintenance action.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Action" : { "beanStyleGetterMethodName" : "getAction", "beanStyleSetterMethodName" : "setAction", "c2jName" : "Action", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

                                                        The type of pending maintenance action that is available for the resource.

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

                                                        The type of pending maintenance action that is available for the resource.

                                                        \n@param action The type of pending maintenance action that is available for the resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "action", "getterDocumentation" : "

                                                        The type of pending maintenance action that is available for the resource.

                                                        \n@return The type of pending maintenance action that is available for the 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" : "Action", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Action", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Action", "sensitive" : false, "setterDocumentation" : "

                                                        The type of pending maintenance action that is available for the resource.

                                                        \n@param action The type of pending maintenance action that is available for the resource.", "setterMethodName" : "setAction", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "action", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "action", "variableType" : "String", "documentation" : "

                                                        The type of pending maintenance action that is available for the resource.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "AutoAppliedAfterDate" : { "beanStyleGetterMethodName" : "getAutoAppliedAfterDate", "beanStyleSetterMethodName" : "setAutoAppliedAfterDate", "c2jName" : "AutoAppliedAfterDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                        The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.

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

                                                        The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.

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

                                                        The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.

                                                        \n@param autoAppliedAfterDate The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "autoAppliedAfterDate", "getterDocumentation" : "

                                                        The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.

                                                        \n@return The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.", "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" : "AutoAppliedAfterDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AutoAppliedAfterDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "AutoAppliedAfterDate", "sensitive" : false, "setterDocumentation" : "

                                                        The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.

                                                        \n@param autoAppliedAfterDate The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.", "setterMethodName" : "setAutoAppliedAfterDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "autoAppliedAfterDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "autoAppliedAfterDate", "variableType" : "java.time.Instant", "documentation" : "

                                                        The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.

                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "CurrentApplyDate" : { "beanStyleGetterMethodName" : "getCurrentApplyDate", "beanStyleSetterMethodName" : "setCurrentApplyDate", "c2jName" : "CurrentApplyDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                        The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.

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

                                                        The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.

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

                                                        The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.

                                                        \n@param currentApplyDate The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "currentApplyDate", "getterDocumentation" : "

                                                        The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.

                                                        \n@return The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.", "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" : "CurrentApplyDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentApplyDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CurrentApplyDate", "sensitive" : false, "setterDocumentation" : "

                                                        The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.

                                                        \n@param currentApplyDate The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.", "setterMethodName" : "setCurrentApplyDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "currentApplyDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "currentApplyDate", "variableType" : "java.time.Instant", "documentation" : "

                                                        The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.

                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "Description" : { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        A description providing more detail about the maintenance action.

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

                                                        A description providing more detail about the maintenance action.

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

                                                        A description providing more detail about the maintenance action.

                                                        \n@param description A description providing more detail about the maintenance action.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                                        A description providing more detail about the maintenance action.

                                                        \n@return A description providing more detail about the maintenance action.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

                                                        A description providing more detail about the maintenance action.

                                                        \n@param description A description providing more detail about the maintenance action.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                                                        A description providing more detail about the maintenance action.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ForcedApplyDate" : { "beanStyleGetterMethodName" : "getForcedApplyDate", "beanStyleSetterMethodName" : "setForcedApplyDate", "c2jName" : "ForcedApplyDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                        The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.

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

                                                        The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.

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

                                                        The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.

                                                        \n@param forcedApplyDate The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "forcedApplyDate", "getterDocumentation" : "

                                                        The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.

                                                        \n@return The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.", "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" : "ForcedApplyDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ForcedApplyDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ForcedApplyDate", "sensitive" : false, "setterDocumentation" : "

                                                        The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.

                                                        \n@param forcedApplyDate The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.", "setterMethodName" : "setForcedApplyDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "forcedApplyDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "forcedApplyDate", "variableType" : "java.time.Instant", "documentation" : "

                                                        The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.

                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "OptInStatus" : { "beanStyleGetterMethodName" : "getOptInStatus", "beanStyleSetterMethodName" : "setOptInStatus", "c2jName" : "OptInStatus", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        Indicates the type of opt-in request that has been received for the 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 #optInStatus(String)}.\n@param optInStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #optInStatus(String)", "deprecated" : false, "documentation" : "

                                                        Indicates the type of opt-in request that has been received for the resource.

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

                                                        Indicates the type of opt-in request that has been received for the resource.

                                                        \n@param optInStatus Indicates the type of opt-in request that has been received for the resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "optInStatus", "getterDocumentation" : "

                                                        Indicates the type of opt-in request that has been received for the resource.

                                                        \n@return Indicates the type of opt-in request that has been received for the 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" : "OptInStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OptInStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OptInStatus", "sensitive" : false, "setterDocumentation" : "

                                                        Indicates the type of opt-in request that has been received for the resource.

                                                        \n@param optInStatus Indicates the type of opt-in request that has been received for the resource.", "setterMethodName" : "setOptInStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "optInStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "optInStatus", "variableType" : "String", "documentation" : "

                                                        Indicates the type of opt-in request that has been received for the resource.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getAction", "beanStyleSetterMethodName" : "setAction", "c2jName" : "Action", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

                                                        The type of pending maintenance action that is available for the resource.

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

                                                        The type of pending maintenance action that is available for the resource.

                                                        \n@param action The type of pending maintenance action that is available for the resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "action", "getterDocumentation" : "

                                                        The type of pending maintenance action that is available for the resource.

                                                        \n@return The type of pending maintenance action that is available for the 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" : "Action", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Action", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Action", "sensitive" : false, "setterDocumentation" : "

                                                        The type of pending maintenance action that is available for the resource.

                                                        \n@param action The type of pending maintenance action that is available for the resource.", "setterMethodName" : "setAction", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "action", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "action", "variableType" : "String", "documentation" : "

                                                        The type of pending maintenance action that is available for the resource.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAutoAppliedAfterDate", "beanStyleSetterMethodName" : "setAutoAppliedAfterDate", "c2jName" : "AutoAppliedAfterDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                        The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.

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

                                                        The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.

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

                                                        The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.

                                                        \n@param autoAppliedAfterDate The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "autoAppliedAfterDate", "getterDocumentation" : "

                                                        The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.

                                                        \n@return The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.", "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" : "AutoAppliedAfterDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AutoAppliedAfterDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "AutoAppliedAfterDate", "sensitive" : false, "setterDocumentation" : "

                                                        The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.

                                                        \n@param autoAppliedAfterDate The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.", "setterMethodName" : "setAutoAppliedAfterDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "autoAppliedAfterDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "autoAppliedAfterDate", "variableType" : "java.time.Instant", "documentation" : "

                                                        The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.

                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getForcedApplyDate", "beanStyleSetterMethodName" : "setForcedApplyDate", "c2jName" : "ForcedApplyDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                        The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.

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

                                                        The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.

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

                                                        The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.

                                                        \n@param forcedApplyDate The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "forcedApplyDate", "getterDocumentation" : "

                                                        The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.

                                                        \n@return The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.", "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" : "ForcedApplyDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ForcedApplyDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ForcedApplyDate", "sensitive" : false, "setterDocumentation" : "

                                                        The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.

                                                        \n@param forcedApplyDate The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.", "setterMethodName" : "setForcedApplyDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "forcedApplyDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "forcedApplyDate", "variableType" : "java.time.Instant", "documentation" : "

                                                        The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.

                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOptInStatus", "beanStyleSetterMethodName" : "setOptInStatus", "c2jName" : "OptInStatus", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        Indicates the type of opt-in request that has been received for the 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 #optInStatus(String)}.\n@param optInStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #optInStatus(String)", "deprecated" : false, "documentation" : "

                                                        Indicates the type of opt-in request that has been received for the resource.

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

                                                        Indicates the type of opt-in request that has been received for the resource.

                                                        \n@param optInStatus Indicates the type of opt-in request that has been received for the resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "optInStatus", "getterDocumentation" : "

                                                        Indicates the type of opt-in request that has been received for the resource.

                                                        \n@return Indicates the type of opt-in request that has been received for the 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" : "OptInStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OptInStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OptInStatus", "sensitive" : false, "setterDocumentation" : "

                                                        Indicates the type of opt-in request that has been received for the resource.

                                                        \n@param optInStatus Indicates the type of opt-in request that has been received for the resource.", "setterMethodName" : "setOptInStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "optInStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "optInStatus", "variableType" : "String", "documentation" : "

                                                        Indicates the type of opt-in request that has been received for the resource.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCurrentApplyDate", "beanStyleSetterMethodName" : "setCurrentApplyDate", "c2jName" : "CurrentApplyDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                        The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.

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

                                                        The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.

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

                                                        The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.

                                                        \n@param currentApplyDate The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "currentApplyDate", "getterDocumentation" : "

                                                        The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.

                                                        \n@return The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.", "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" : "CurrentApplyDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentApplyDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CurrentApplyDate", "sensitive" : false, "setterDocumentation" : "

                                                        The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.

                                                        \n@param currentApplyDate The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.", "setterMethodName" : "setCurrentApplyDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "currentApplyDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "currentApplyDate", "variableType" : "java.time.Instant", "documentation" : "

                                                        The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.

                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        A description providing more detail about the maintenance action.

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

                                                        A description providing more detail about the maintenance action.

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

                                                        A description providing more detail about the maintenance action.

                                                        \n@param description A description providing more detail about the maintenance action.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                                        A description providing more detail about the maintenance action.

                                                        \n@return A description providing more detail about the maintenance action.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

                                                        A description providing more detail about the maintenance action.

                                                        \n@param description A description providing more detail about the maintenance action.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                                                        A description providing more detail about the maintenance action.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PendingMaintenanceAction", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PendingMaintenanceAction", "variableName" : "pendingMaintenanceAction", "variableType" : "PendingMaintenanceAction", "documentation" : null, "simpleType" : "PendingMaintenanceAction", "variableSetterType" : "PendingMaintenanceAction" }, "wrapper" : false }, "RebootReplicationInstanceRequest" : { "c2jName" : "RebootReplicationInstanceMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "RebootReplicationInstance", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.RebootReplicationInstance", "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "sensitive" : false, "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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : "

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

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getForceFailover", "beanStyleSetterMethodName" : "setForceFailover", "c2jName" : "ForceFailover", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                        If this parameter is true, the reboot is conducted through a Multi-AZ failover. (If the instance isn't configured for Multi-AZ, then you can't specify 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 #forceFailover(Boolean)}.\n@param forceFailover 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 #forceFailover(Boolean)", "deprecated" : false, "documentation" : "

                                                        If this parameter is true, the reboot is conducted through a Multi-AZ failover. (If the instance isn't configured for Multi-AZ, then you can't specify true.)

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

                                                        If this parameter is true, the reboot is conducted through a Multi-AZ failover. (If the instance isn't configured for Multi-AZ, then you can't specify true.)

                                                        \n@param forceFailover If this parameter is true, the reboot is conducted through a Multi-AZ failover. (If the instance isn't configured for Multi-AZ, then you can't specify true.)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "forceFailover", "getterDocumentation" : "

                                                        If this parameter is true, the reboot is conducted through a Multi-AZ failover. (If the instance isn't configured for Multi-AZ, then you can't specify true.)

                                                        \n@return If this parameter is true, the reboot is conducted through a Multi-AZ failover. (If the instance isn't configured for Multi-AZ, then you can't specify 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" : "ForceFailover", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ForceFailover", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ForceFailover", "sensitive" : false, "setterDocumentation" : "

                                                        If this parameter is true, the reboot is conducted through a Multi-AZ failover. (If the instance isn't configured for Multi-AZ, then you can't specify true.)

                                                        \n@param forceFailover If this parameter is true, the reboot is conducted through a Multi-AZ failover. (If the instance isn't configured for Multi-AZ, then you can't specify true.)", "setterMethodName" : "setForceFailover", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "forceFailover", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "forceFailover", "variableType" : "Boolean", "documentation" : "

                                                        If this parameter is true, the reboot is conducted through a Multi-AZ failover. (If the instance isn't configured for Multi-AZ, then you can't specify true.)

                                                        ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ForceFailover" : { "beanStyleGetterMethodName" : "getForceFailover", "beanStyleSetterMethodName" : "setForceFailover", "c2jName" : "ForceFailover", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                        If this parameter is true, the reboot is conducted through a Multi-AZ failover. (If the instance isn't configured for Multi-AZ, then you can't specify 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 #forceFailover(Boolean)}.\n@param forceFailover 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 #forceFailover(Boolean)", "deprecated" : false, "documentation" : "

                                                        If this parameter is true, the reboot is conducted through a Multi-AZ failover. (If the instance isn't configured for Multi-AZ, then you can't specify true.)

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

                                                        If this parameter is true, the reboot is conducted through a Multi-AZ failover. (If the instance isn't configured for Multi-AZ, then you can't specify true.)

                                                        \n@param forceFailover If this parameter is true, the reboot is conducted through a Multi-AZ failover. (If the instance isn't configured for Multi-AZ, then you can't specify true.)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "forceFailover", "getterDocumentation" : "

                                                        If this parameter is true, the reboot is conducted through a Multi-AZ failover. (If the instance isn't configured for Multi-AZ, then you can't specify true.)

                                                        \n@return If this parameter is true, the reboot is conducted through a Multi-AZ failover. (If the instance isn't configured for Multi-AZ, then you can't specify 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" : "ForceFailover", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ForceFailover", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ForceFailover", "sensitive" : false, "setterDocumentation" : "

                                                        If this parameter is true, the reboot is conducted through a Multi-AZ failover. (If the instance isn't configured for Multi-AZ, then you can't specify true.)

                                                        \n@param forceFailover If this parameter is true, the reboot is conducted through a Multi-AZ failover. (If the instance isn't configured for Multi-AZ, then you can't specify true.)", "setterMethodName" : "setForceFailover", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "forceFailover", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "forceFailover", "variableType" : "Boolean", "documentation" : "

                                                        If this parameter is true, the reboot is conducted through a Multi-AZ failover. (If the instance isn't configured for Multi-AZ, then you can't specify 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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "sensitive" : false, "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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : "

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

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getForceFailover", "beanStyleSetterMethodName" : "setForceFailover", "c2jName" : "ForceFailover", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                        If this parameter is true, the reboot is conducted through a Multi-AZ failover. (If the instance isn't configured for Multi-AZ, then you can't specify 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 #forceFailover(Boolean)}.\n@param forceFailover 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 #forceFailover(Boolean)", "deprecated" : false, "documentation" : "

                                                        If this parameter is true, the reboot is conducted through a Multi-AZ failover. (If the instance isn't configured for Multi-AZ, then you can't specify true.)

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

                                                        If this parameter is true, the reboot is conducted through a Multi-AZ failover. (If the instance isn't configured for Multi-AZ, then you can't specify true.)

                                                        \n@param forceFailover If this parameter is true, the reboot is conducted through a Multi-AZ failover. (If the instance isn't configured for Multi-AZ, then you can't specify true.)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "forceFailover", "getterDocumentation" : "

                                                        If this parameter is true, the reboot is conducted through a Multi-AZ failover. (If the instance isn't configured for Multi-AZ, then you can't specify true.)

                                                        \n@return If this parameter is true, the reboot is conducted through a Multi-AZ failover. (If the instance isn't configured for Multi-AZ, then you can't specify 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" : "ForceFailover", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ForceFailover", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ForceFailover", "sensitive" : false, "setterDocumentation" : "

                                                        If this parameter is true, the reboot is conducted through a Multi-AZ failover. (If the instance isn't configured for Multi-AZ, then you can't specify true.)

                                                        \n@param forceFailover If this parameter is true, the reboot is conducted through a Multi-AZ failover. (If the instance isn't configured for Multi-AZ, then you can't specify true.)", "setterMethodName" : "setForceFailover", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "forceFailover", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "forceFailover", "variableType" : "Boolean", "documentation" : "

                                                        If this parameter is true, the reboot is conducted through a Multi-AZ failover. (If the instance isn't configured for Multi-AZ, then you can't specify true.)

                                                        ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ReplicationInstanceArn" ], "shapeName" : "RebootReplicationInstanceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RebootReplicationInstanceRequest", "variableName" : "rebootReplicationInstanceRequest", "variableType" : "RebootReplicationInstanceRequest", "documentation" : null, "simpleType" : "RebootReplicationInstanceRequest", "variableSetterType" : "RebootReplicationInstanceRequest" }, "wrapper" : false }, "RebootReplicationInstanceResponse" : { "c2jName" : "RebootReplicationInstanceResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getReplicationInstance", "beanStyleSetterMethodName" : "setReplicationInstance", "c2jName" : "ReplicationInstance", "c2jShape" : "ReplicationInstance", "defaultConsumerFluentSetterDocumentation" : "

                                                        The replication instance that is being rebooted.

                                                        \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 is being rebooted.

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

                                                        The replication instance that is being rebooted.

                                                        \n@param replicationInstance The replication instance that is being rebooted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstance", "getterDocumentation" : "

                                                        The replication instance that is being rebooted.

                                                        \n@return The replication instance that is being rebooted.", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstance", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationInstance", "sensitive" : false, "setterDocumentation" : "

                                                        The replication instance that is being rebooted.

                                                        \n@param replicationInstance The replication instance that is being rebooted.", "setterMethodName" : "setReplicationInstance", "setterModel" : { "variableDeclarationType" : "ReplicationInstance", "variableName" : "replicationInstance", "variableType" : "ReplicationInstance", "documentation" : null, "simpleType" : "ReplicationInstance", "variableSetterType" : "ReplicationInstance" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReplicationInstance", "variableName" : "replicationInstance", "variableType" : "ReplicationInstance", "documentation" : "

                                                        The replication instance that is being rebooted.

                                                        ", "simpleType" : "ReplicationInstance", "variableSetterType" : "ReplicationInstance" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ReplicationInstance" : { "beanStyleGetterMethodName" : "getReplicationInstance", "beanStyleSetterMethodName" : "setReplicationInstance", "c2jName" : "ReplicationInstance", "c2jShape" : "ReplicationInstance", "defaultConsumerFluentSetterDocumentation" : "

                                                        The replication instance that is being rebooted.

                                                        \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 is being rebooted.

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

                                                        The replication instance that is being rebooted.

                                                        \n@param replicationInstance The replication instance that is being rebooted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstance", "getterDocumentation" : "

                                                        The replication instance that is being rebooted.

                                                        \n@return The replication instance that is being rebooted.", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstance", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationInstance", "sensitive" : false, "setterDocumentation" : "

                                                        The replication instance that is being rebooted.

                                                        \n@param replicationInstance The replication instance that is being rebooted.", "setterMethodName" : "setReplicationInstance", "setterModel" : { "variableDeclarationType" : "ReplicationInstance", "variableName" : "replicationInstance", "variableType" : "ReplicationInstance", "documentation" : null, "simpleType" : "ReplicationInstance", "variableSetterType" : "ReplicationInstance" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReplicationInstance", "variableName" : "replicationInstance", "variableType" : "ReplicationInstance", "documentation" : "

                                                        The replication instance that is being rebooted.

                                                        ", "simpleType" : "ReplicationInstance", "variableSetterType" : "ReplicationInstance" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationInstance", "beanStyleSetterMethodName" : "setReplicationInstance", "c2jName" : "ReplicationInstance", "c2jShape" : "ReplicationInstance", "defaultConsumerFluentSetterDocumentation" : "

                                                        The replication instance that is being rebooted.

                                                        \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 is being rebooted.

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

                                                        The replication instance that is being rebooted.

                                                        \n@param replicationInstance The replication instance that is being rebooted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstance", "getterDocumentation" : "

                                                        The replication instance that is being rebooted.

                                                        \n@return The replication instance that is being rebooted.", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstance", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationInstance", "sensitive" : false, "setterDocumentation" : "

                                                        The replication instance that is being rebooted.

                                                        \n@param replicationInstance The replication instance that is being rebooted.", "setterMethodName" : "setReplicationInstance", "setterModel" : { "variableDeclarationType" : "ReplicationInstance", "variableName" : "replicationInstance", "variableType" : "ReplicationInstance", "documentation" : null, "simpleType" : "ReplicationInstance", "variableSetterType" : "ReplicationInstance" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReplicationInstance", "variableName" : "replicationInstance", "variableType" : "ReplicationInstance", "documentation" : "

                                                        The replication instance that is being rebooted.

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

                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getAcceptAnyDate", "beanStyleSetterMethodName" : "setAcceptAnyDate", "c2jName" : "AcceptAnyDate", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                        A value that indicates to allow any date format, including invalid formats such as 00/00/00 00:00:00, to be loaded without generating an error. You can choose true or false (the default).

                                                        This parameter applies only to TIMESTAMP and DATE columns. Always use ACCEPTANYDATE with the DATEFORMAT parameter. If the date format for the data doesn't match the DATEFORMAT specification, Amazon Redshift inserts a NULL value into that field.

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

                                                        A value that indicates to allow any date format, including invalid formats such as 00/00/00 00:00:00, to be loaded without generating an error. You can choose true or false (the default).

                                                        This parameter applies only to TIMESTAMP and DATE columns. Always use ACCEPTANYDATE with the DATEFORMAT parameter. If the date format for the data doesn't match the DATEFORMAT specification, Amazon Redshift inserts a NULL value into that field.

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

                                                        A value that indicates to allow any date format, including invalid formats such as 00/00/00 00:00:00, to be loaded without generating an error. You can choose true or false (the default).

                                                        This parameter applies only to TIMESTAMP and DATE columns. Always use ACCEPTANYDATE with the DATEFORMAT parameter. If the date format for the data doesn't match the DATEFORMAT specification, Amazon Redshift inserts a NULL value into that field.

                                                        \n@param acceptAnyDate A value that indicates to allow any date format, including invalid formats such as 00/00/00 00:00:00, to be loaded without generating an error. You can choose true or false (the default).

                                                        This parameter applies only to TIMESTAMP and DATE columns. Always use ACCEPTANYDATE with the DATEFORMAT parameter. If the date format for the data doesn't match the DATEFORMAT specification, Amazon Redshift inserts a NULL value into that field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "acceptAnyDate", "getterDocumentation" : "

                                                        A value that indicates to allow any date format, including invalid formats such as 00/00/00 00:00:00, to be loaded without generating an error. You can choose true or false (the default).

                                                        This parameter applies only to TIMESTAMP and DATE columns. Always use ACCEPTANYDATE with the DATEFORMAT parameter. If the date format for the data doesn't match the DATEFORMAT specification, Amazon Redshift inserts a NULL value into that field.

                                                        \n@return A value that indicates to allow any date format, including invalid formats such as 00/00/00 00:00:00, to be loaded without generating an error. You can choose true or false (the default).

                                                        This parameter applies only to TIMESTAMP and DATE columns. Always use ACCEPTANYDATE with the DATEFORMAT parameter. If the date format for the data doesn't match the DATEFORMAT specification, Amazon Redshift inserts a NULL value into that field.", "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" : "AcceptAnyDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AcceptAnyDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "AcceptAnyDate", "sensitive" : false, "setterDocumentation" : "

                                                        A value that indicates to allow any date format, including invalid formats such as 00/00/00 00:00:00, to be loaded without generating an error. You can choose true or false (the default).

                                                        This parameter applies only to TIMESTAMP and DATE columns. Always use ACCEPTANYDATE with the DATEFORMAT parameter. If the date format for the data doesn't match the DATEFORMAT specification, Amazon Redshift inserts a NULL value into that field.

                                                        \n@param acceptAnyDate A value that indicates to allow any date format, including invalid formats such as 00/00/00 00:00:00, to be loaded without generating an error. You can choose true or false (the default).

                                                        This parameter applies only to TIMESTAMP and DATE columns. Always use ACCEPTANYDATE with the DATEFORMAT parameter. If the date format for the data doesn't match the DATEFORMAT specification, Amazon Redshift inserts a NULL value into that field.", "setterMethodName" : "setAcceptAnyDate", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "acceptAnyDate", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "acceptAnyDate", "variableType" : "Boolean", "documentation" : "

                                                        A value that indicates to allow any date format, including invalid formats such as 00/00/00 00:00:00, to be loaded without generating an error. You can choose true or false (the default).

                                                        This parameter applies only to TIMESTAMP and DATE columns. Always use ACCEPTANYDATE with the DATEFORMAT parameter. If the date format for the data doesn't match the DATEFORMAT specification, Amazon Redshift inserts a NULL value into that field.

                                                        ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAfterConnectScript", "beanStyleSetterMethodName" : "setAfterConnectScript", "c2jName" : "AfterConnectScript", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        Code to run after connecting. This parameter should contain the code itself, not the name of a file containing the code.

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

                                                        Code to run after connecting. This parameter should contain the code itself, not the name of a file containing the code.

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

                                                        Code to run after connecting. This parameter should contain the code itself, not the name of a file containing the code.

                                                        \n@param afterConnectScript Code to run after connecting. This parameter should contain the code itself, not the name of a file containing the code.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "afterConnectScript", "getterDocumentation" : "

                                                        Code to run after connecting. This parameter should contain the code itself, not the name of a file containing the code.

                                                        \n@return Code to run after connecting. This parameter should contain the code itself, not the name of a file containing the code.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AfterConnectScript", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AfterConnectScript", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AfterConnectScript", "sensitive" : false, "setterDocumentation" : "

                                                        Code to run after connecting. This parameter should contain the code itself, not the name of a file containing the code.

                                                        \n@param afterConnectScript Code to run after connecting. This parameter should contain the code itself, not the name of a file containing the code.", "setterMethodName" : "setAfterConnectScript", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "afterConnectScript", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "afterConnectScript", "variableType" : "String", "documentation" : "

                                                        Code to run after connecting. This parameter should contain the code itself, not the name of a file containing the code.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBucketFolder", "beanStyleSetterMethodName" : "setBucketFolder", "c2jName" : "BucketFolder", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The location where the comma-separated value (.csv) files are stored before being uploaded to 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 #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" : "

                                                        The location where the comma-separated value (.csv) files are stored before being uploaded to the S3 bucket.

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

                                                        The location where the comma-separated value (.csv) files are stored before being uploaded to the S3 bucket.

                                                        \n@param bucketFolder The location where the comma-separated value (.csv) files are stored before being uploaded to the S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucketFolder", "getterDocumentation" : "

                                                        The location where the comma-separated value (.csv) files are stored before being uploaded to the S3 bucket.

                                                        \n@return The location where the comma-separated value (.csv) files are stored before being uploaded to 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" : "BucketFolder", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BucketFolder", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BucketFolder", "sensitive" : false, "setterDocumentation" : "

                                                        The location where the comma-separated value (.csv) files are stored before being uploaded to the S3 bucket.

                                                        \n@param bucketFolder The location where the comma-separated value (.csv) files are stored before being uploaded to the S3 bucket.", "setterMethodName" : "setBucketFolder", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucketFolder", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucketFolder", "variableType" : "String", "documentation" : "

                                                        The location where the comma-separated value (.csv) files are stored before being uploaded to the S3 bucket.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBucketName", "beanStyleSetterMethodName" : "setBucketName", "c2jName" : "BucketName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The name of the S3 bucket you want to use

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

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

                                                        The name of the S3 bucket you want to use

                                                        \n@param bucketName The name of the S3 bucket you want to use\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 you want to use

                                                        \n@return The name of the S3 bucket you want to use", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BucketName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BucketName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BucketName", "sensitive" : false, "setterDocumentation" : "

                                                        The name of the S3 bucket you want to use

                                                        \n@param bucketName The name of the S3 bucket you want to use", "setterMethodName" : "setBucketName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : "

                                                        The name of the S3 bucket you want to use

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConnectionTimeout", "beanStyleSetterMethodName" : "setConnectionTimeout", "c2jName" : "ConnectionTimeout", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                        A value that sets the amount of time to wait (in milliseconds) before timing out, beginning from when you initially establish a connection.

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

                                                        A value that sets the amount of time to wait (in milliseconds) before timing out, beginning from when you initially establish a connection.

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

                                                        A value that sets the amount of time to wait (in milliseconds) before timing out, beginning from when you initially establish a connection.

                                                        \n@param connectionTimeout A value that sets the amount of time to wait (in milliseconds) before timing out, beginning from when you initially establish a connection.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "connectionTimeout", "getterDocumentation" : "

                                                        A value that sets the amount of time to wait (in milliseconds) before timing out, beginning from when you initially establish a connection.

                                                        \n@return A value that sets the amount of time to wait (in milliseconds) before timing out, beginning from when you initially establish a connection.", "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" : "ConnectionTimeout", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConnectionTimeout", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "ConnectionTimeout", "sensitive" : false, "setterDocumentation" : "

                                                        A value that sets the amount of time to wait (in milliseconds) before timing out, beginning from when you initially establish a connection.

                                                        \n@param connectionTimeout A value that sets the amount of time to wait (in milliseconds) before timing out, beginning from when you initially establish a connection.", "setterMethodName" : "setConnectionTimeout", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "connectionTimeout", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "connectionTimeout", "variableType" : "Integer", "documentation" : "

                                                        A value that sets the amount of time to wait (in milliseconds) before timing out, beginning from when you initially establish a connection.

                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDatabaseName", "beanStyleSetterMethodName" : "setDatabaseName", "c2jName" : "DatabaseName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The name of the Amazon Redshift data warehouse (service) that you are working with.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 Amazon Redshift data warehouse (service) that you are working with.

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

                                                        The name of the Amazon Redshift data warehouse (service) that you are working with.

                                                        \n@param databaseName The name of the Amazon Redshift data warehouse (service) that you are working with.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "databaseName", "getterDocumentation" : "

                                                        The name of the Amazon Redshift data warehouse (service) that you are working with.

                                                        \n@return The name of the Amazon Redshift data warehouse (service) that you are working with.", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DatabaseName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatabaseName", "sensitive" : false, "setterDocumentation" : "

                                                        The name of the Amazon Redshift data warehouse (service) that you are working with.

                                                        \n@param databaseName The name of the Amazon Redshift data warehouse (service) that you are working with.", "setterMethodName" : "setDatabaseName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "databaseName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "databaseName", "variableType" : "String", "documentation" : "

                                                        The name of the Amazon Redshift data warehouse (service) that you are working with.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDateFormat", "beanStyleSetterMethodName" : "setDateFormat", "c2jName" : "DateFormat", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The date format that you are using. Valid values are auto (case-sensitive), your date format string enclosed in quotes, or NULL. If this parameter is left unset (NULL), it defaults to a format of 'YYYY-MM-DD'. Using auto recognizes most strings, even some that aren't supported when you use a date format string.

                                                        If your date and time values use formats different from each other, set this to auto.

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

                                                        The date format that you are using. Valid values are auto (case-sensitive), your date format string enclosed in quotes, or NULL. If this parameter is left unset (NULL), it defaults to a format of 'YYYY-MM-DD'. Using auto recognizes most strings, even some that aren't supported when you use a date format string.

                                                        If your date and time values use formats different from each other, set this to auto.

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

                                                        The date format that you are using. Valid values are auto (case-sensitive), your date format string enclosed in quotes, or NULL. If this parameter is left unset (NULL), it defaults to a format of 'YYYY-MM-DD'. Using auto recognizes most strings, even some that aren't supported when you use a date format string.

                                                        If your date and time values use formats different from each other, set this to auto.

                                                        \n@param dateFormat The date format that you are using. Valid values are auto (case-sensitive), your date format string enclosed in quotes, or NULL. If this parameter is left unset (NULL), it defaults to a format of 'YYYY-MM-DD'. Using auto recognizes most strings, even some that aren't supported when you use a date format string.

                                                        If your date and time values use formats different from each other, set this to auto.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dateFormat", "getterDocumentation" : "

                                                        The date format that you are using. Valid values are auto (case-sensitive), your date format string enclosed in quotes, or NULL. If this parameter is left unset (NULL), it defaults to a format of 'YYYY-MM-DD'. Using auto recognizes most strings, even some that aren't supported when you use a date format string.

                                                        If your date and time values use formats different from each other, set this to auto.

                                                        \n@return The date format that you are using. Valid values are auto (case-sensitive), your date format string enclosed in quotes, or NULL. If this parameter is left unset (NULL), it defaults to a format of 'YYYY-MM-DD'. Using auto recognizes most strings, even some that aren't supported when you use a date format string.

                                                        If your date and time values use formats different from each other, set this to auto.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DateFormat", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DateFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DateFormat", "sensitive" : false, "setterDocumentation" : "

                                                        The date format that you are using. Valid values are auto (case-sensitive), your date format string enclosed in quotes, or NULL. If this parameter is left unset (NULL), it defaults to a format of 'YYYY-MM-DD'. Using auto recognizes most strings, even some that aren't supported when you use a date format string.

                                                        If your date and time values use formats different from each other, set this to auto.

                                                        \n@param dateFormat The date format that you are using. Valid values are auto (case-sensitive), your date format string enclosed in quotes, or NULL. If this parameter is left unset (NULL), it defaults to a format of 'YYYY-MM-DD'. Using auto recognizes most strings, even some that aren't supported when you use a date format string.

                                                        If your date and time values use formats different from each other, set this to auto.", "setterMethodName" : "setDateFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dateFormat", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "dateFormat", "variableType" : "String", "documentation" : "

                                                        The date format that you are using. Valid values are auto (case-sensitive), your date format string enclosed in quotes, or NULL. If this parameter is left unset (NULL), it defaults to a format of 'YYYY-MM-DD'. Using auto recognizes most strings, even some that aren't supported when you use a date format string.

                                                        If your date and time values use formats different from each other, set this to auto.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEmptyAsNull", "beanStyleSetterMethodName" : "setEmptyAsNull", "c2jName" : "EmptyAsNull", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                        A value that specifies whether AWS DMS should migrate empty CHAR and VARCHAR fields as NULL. A value of true sets empty CHAR and VARCHAR fields to null. The default is false.

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

                                                        A value that specifies whether AWS DMS should migrate empty CHAR and VARCHAR fields as NULL. A value of true sets empty CHAR and VARCHAR fields to null. The default is false.

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

                                                        A value that specifies whether AWS DMS should migrate empty CHAR and VARCHAR fields as NULL. A value of true sets empty CHAR and VARCHAR fields to null. The default is false.

                                                        \n@param emptyAsNull A value that specifies whether AWS DMS should migrate empty CHAR and VARCHAR fields as NULL. A value of true sets empty CHAR and VARCHAR fields to null. The default is false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "emptyAsNull", "getterDocumentation" : "

                                                        A value that specifies whether AWS DMS should migrate empty CHAR and VARCHAR fields as NULL. A value of true sets empty CHAR and VARCHAR fields to null. The default is false.

                                                        \n@return A value that specifies whether AWS DMS should migrate empty CHAR and VARCHAR fields as NULL. A value of true sets empty CHAR and VARCHAR fields to null. The default is false.", "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" : "EmptyAsNull", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EmptyAsNull", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EmptyAsNull", "sensitive" : false, "setterDocumentation" : "

                                                        A value that specifies whether AWS DMS should migrate empty CHAR and VARCHAR fields as NULL. A value of true sets empty CHAR and VARCHAR fields to null. The default is false.

                                                        \n@param emptyAsNull A value that specifies whether AWS DMS should migrate empty CHAR and VARCHAR fields as NULL. A value of true sets empty CHAR and VARCHAR fields to null. The default is false.", "setterMethodName" : "setEmptyAsNull", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "emptyAsNull", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "emptyAsNull", "variableType" : "Boolean", "documentation" : "

                                                        A value that specifies whether AWS DMS should migrate empty CHAR and VARCHAR fields as NULL. A value of true sets empty CHAR and VARCHAR fields to null. The default is false.

                                                        ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEncryptionModeAsString", "beanStyleSetterMethodName" : "setEncryptionMode", "c2jName" : "EncryptionMode", "c2jShape" : "EncryptionModeValue", "defaultConsumerFluentSetterDocumentation" : "

                                                        The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, create an AWS Identity and Access Management (IAM) role with a policy that allows \"arn:aws:s3:::*\" to use the following actions: \"s3:PutObject\", \"s3:ListBucket\"

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

                                                        The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, create an AWS Identity and Access Management (IAM) role with a policy that allows \"arn:aws:s3:::*\" to use the following actions: \"s3:PutObject\", \"s3:ListBucket\"

                                                        ", "endpointDiscoveryId" : false, "enumType" : "EncryptionModeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "encryptionMode", "fluentEnumSetterMethodName" : "encryptionMode", "fluentGetterMethodName" : "encryptionModeAsString", "fluentSetterDocumentation" : "

                                                        The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, create an AWS Identity and Access Management (IAM) role with a policy that allows \"arn:aws:s3:::*\" to use the following actions: \"s3:PutObject\", \"s3:ListBucket\"

                                                        \n@param encryptionMode The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, create an AWS Identity and Access Management (IAM) role with a policy that allows \"arn:aws:s3:::*\" to use the following actions: \"s3:PutObject\", \"s3:ListBucket\"\n@see EncryptionModeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionModeValue", "fluentSetterMethodName" : "encryptionMode", "getterDocumentation" : "

                                                        The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, create an AWS Identity and Access Management (IAM) role with a policy that allows \"arn:aws:s3:::*\" to use the following actions: \"s3:PutObject\", \"s3:ListBucket\"

                                                        \n

                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #encryptionMode} will return {@link EncryptionModeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #encryptionModeAsString}.\n

                                                        \n@return The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, create an AWS Identity and Access Management (IAM) role with a policy that allows \"arn:aws:s3:::*\" to use the following actions: \"s3:PutObject\", \"s3:ListBucket\"\n@see EncryptionModeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncryptionMode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EncryptionMode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EncryptionMode", "sensitive" : false, "setterDocumentation" : "

                                                        The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, create an AWS Identity and Access Management (IAM) role with a policy that allows \"arn:aws:s3:::*\" to use the following actions: \"s3:PutObject\", \"s3:ListBucket\"

                                                        \n@param encryptionMode The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, create an AWS Identity and Access Management (IAM) role with a policy that allows \"arn:aws:s3:::*\" to use the following actions: \"s3:PutObject\", \"s3:ListBucket\"\n@see EncryptionModeValue", "setterMethodName" : "setEncryptionMode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "encryptionMode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "encryptionMode", "variableType" : "String", "documentation" : "

                                                        The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, create an AWS Identity and Access Management (IAM) role with a policy that allows \"arn:aws:s3:::*\" to use the following actions: \"s3:PutObject\", \"s3:ListBucket\"

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFileTransferUploadStreams", "beanStyleSetterMethodName" : "setFileTransferUploadStreams", "c2jName" : "FileTransferUploadStreams", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                        The number of threads used to upload a single file. This parameter accepts a value from 1 through 64. It defaults to 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 #fileTransferUploadStreams(Integer)}.\n@param fileTransferUploadStreams 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 #fileTransferUploadStreams(Integer)", "deprecated" : false, "documentation" : "

                                                        The number of threads used to upload a single file. This parameter accepts a value from 1 through 64. It defaults to 10.

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

                                                        The number of threads used to upload a single file. This parameter accepts a value from 1 through 64. It defaults to 10.

                                                        \n@param fileTransferUploadStreams The number of threads used to upload a single file. This parameter accepts a value from 1 through 64. It defaults to 10.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fileTransferUploadStreams", "getterDocumentation" : "

                                                        The number of threads used to upload a single file. This parameter accepts a value from 1 through 64. It defaults to 10.

                                                        \n@return The number of threads used to upload a single file. This parameter accepts a value from 1 through 64. It defaults to 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" : "FileTransferUploadStreams", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FileTransferUploadStreams", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "FileTransferUploadStreams", "sensitive" : false, "setterDocumentation" : "

                                                        The number of threads used to upload a single file. This parameter accepts a value from 1 through 64. It defaults to 10.

                                                        \n@param fileTransferUploadStreams The number of threads used to upload a single file. This parameter accepts a value from 1 through 64. It defaults to 10.", "setterMethodName" : "setFileTransferUploadStreams", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "fileTransferUploadStreams", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "fileTransferUploadStreams", "variableType" : "Integer", "documentation" : "

                                                        The number of threads used to upload a single file. This parameter accepts a value from 1 through 64. It defaults to 10.

                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLoadTimeout", "beanStyleSetterMethodName" : "setLoadTimeout", "c2jName" : "LoadTimeout", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                        The amount of time to wait (in milliseconds) before timing out, beginning from when you begin loading.

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

                                                        The amount of time to wait (in milliseconds) before timing out, beginning from when you begin loading.

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

                                                        The amount of time to wait (in milliseconds) before timing out, beginning from when you begin loading.

                                                        \n@param loadTimeout The amount of time to wait (in milliseconds) before timing out, beginning from when you begin loading.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loadTimeout", "getterDocumentation" : "

                                                        The amount of time to wait (in milliseconds) before timing out, beginning from when you begin loading.

                                                        \n@return The amount of time to wait (in milliseconds) before timing out, beginning from when you begin loading.", "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" : "LoadTimeout", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadTimeout", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "LoadTimeout", "sensitive" : false, "setterDocumentation" : "

                                                        The amount of time to wait (in milliseconds) before timing out, beginning from when you begin loading.

                                                        \n@param loadTimeout The amount of time to wait (in milliseconds) before timing out, beginning from when you begin loading.", "setterMethodName" : "setLoadTimeout", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "loadTimeout", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "loadTimeout", "variableType" : "Integer", "documentation" : "

                                                        The amount of time to wait (in milliseconds) before timing out, beginning from when you begin loading.

                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxFileSize", "beanStyleSetterMethodName" : "setMaxFileSize", "c2jName" : "MaxFileSize", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                        The maximum size (in KB) of any .csv file used to transfer data to Amazon Redshift. This accepts a value from 1 through 1,048,576. It defaults to 32,768 KB (32 MB).

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

                                                        The maximum size (in KB) of any .csv file used to transfer data to Amazon Redshift. This accepts a value from 1 through 1,048,576. It defaults to 32,768 KB (32 MB).

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

                                                        The maximum size (in KB) of any .csv file used to transfer data to Amazon Redshift. This accepts a value from 1 through 1,048,576. It defaults to 32,768 KB (32 MB).

                                                        \n@param maxFileSize The maximum size (in KB) of any .csv file used to transfer data to Amazon Redshift. This accepts a value from 1 through 1,048,576. It defaults to 32,768 KB (32 MB).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxFileSize", "getterDocumentation" : "

                                                        The maximum size (in KB) of any .csv file used to transfer data to Amazon Redshift. This accepts a value from 1 through 1,048,576. It defaults to 32,768 KB (32 MB).

                                                        \n@return The maximum size (in KB) of any .csv file used to transfer data to Amazon Redshift. This accepts a value from 1 through 1,048,576. It defaults to 32,768 KB (32 MB).", "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" : "MaxFileSize", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxFileSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxFileSize", "sensitive" : false, "setterDocumentation" : "

                                                        The maximum size (in KB) of any .csv file used to transfer data to Amazon Redshift. This accepts a value from 1 through 1,048,576. It defaults to 32,768 KB (32 MB).

                                                        \n@param maxFileSize The maximum size (in KB) of any .csv file used to transfer data to Amazon Redshift. This accepts a value from 1 through 1,048,576. It defaults to 32,768 KB (32 MB).", "setterMethodName" : "setMaxFileSize", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxFileSize", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxFileSize", "variableType" : "Integer", "documentation" : "

                                                        The maximum size (in KB) of any .csv file used to transfer data to Amazon Redshift. This accepts a value from 1 through 1,048,576. It defaults to 32,768 KB (32 MB).

                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPassword", "beanStyleSetterMethodName" : "setPassword", "c2jName" : "Password", "c2jShape" : "SecretString", "defaultConsumerFluentSetterDocumentation" : "

                                                        The password for the user named in the username property.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 named in the username property.

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

                                                        The password for the user named in the username property.

                                                        \n@param password The password for the user named in the username property.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "password", "getterDocumentation" : "

                                                        The password for the user named in the username property.

                                                        \n@return The password for the user named in the username property.", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Password", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Password", "sensitive" : true, "setterDocumentation" : "

                                                        The password for the user named in the username property.

                                                        \n@param password The password for the user named in the username property.", "setterMethodName" : "setPassword", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "password", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "password", "variableType" : "String", "documentation" : "

                                                        The password for the user named in the username property.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                        The port number for Amazon Redshift. The default value is 5439.

                                                        \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 number for Amazon Redshift. The default value is 5439.

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

                                                        The port number for Amazon Redshift. The default value is 5439.

                                                        \n@param port The port number for Amazon Redshift. The default value is 5439.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "port", "getterDocumentation" : "

                                                        The port number for Amazon Redshift. The default value is 5439.

                                                        \n@return The port number for Amazon Redshift. The default value is 5439.", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Port", "sensitive" : false, "setterDocumentation" : "

                                                        The port number for Amazon Redshift. The default value is 5439.

                                                        \n@param port The port number for Amazon Redshift. The default value is 5439.", "setterMethodName" : "setPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                                                        The port number for Amazon Redshift. The default value is 5439.

                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRemoveQuotes", "beanStyleSetterMethodName" : "setRemoveQuotes", "c2jName" : "RemoveQuotes", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                        A value that specifies to remove surrounding quotation marks from strings in the incoming data. All characters within the quotation marks, including delimiters, are retained. Choose true to remove quotation marks. The default is false.

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

                                                        A value that specifies to remove surrounding quotation marks from strings in the incoming data. All characters within the quotation marks, including delimiters, are retained. Choose true to remove quotation marks. The default is false.

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

                                                        A value that specifies to remove surrounding quotation marks from strings in the incoming data. All characters within the quotation marks, including delimiters, are retained. Choose true to remove quotation marks. The default is false.

                                                        \n@param removeQuotes A value that specifies to remove surrounding quotation marks from strings in the incoming data. All characters within the quotation marks, including delimiters, are retained. Choose true to remove quotation marks. The default is false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "removeQuotes", "getterDocumentation" : "

                                                        A value that specifies to remove surrounding quotation marks from strings in the incoming data. All characters within the quotation marks, including delimiters, are retained. Choose true to remove quotation marks. The default is false.

                                                        \n@return A value that specifies to remove surrounding quotation marks from strings in the incoming data. All characters within the quotation marks, including delimiters, are retained. Choose true to remove quotation marks. The default is false.", "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" : "RemoveQuotes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RemoveQuotes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "RemoveQuotes", "sensitive" : false, "setterDocumentation" : "

                                                        A value that specifies to remove surrounding quotation marks from strings in the incoming data. All characters within the quotation marks, including delimiters, are retained. Choose true to remove quotation marks. The default is false.

                                                        \n@param removeQuotes A value that specifies to remove surrounding quotation marks from strings in the incoming data. All characters within the quotation marks, including delimiters, are retained. Choose true to remove quotation marks. The default is false.", "setterMethodName" : "setRemoveQuotes", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "removeQuotes", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "removeQuotes", "variableType" : "Boolean", "documentation" : "

                                                        A value that specifies to remove surrounding quotation marks from strings in the incoming data. All characters within the quotation marks, including delimiters, are retained. Choose true to remove quotation marks. The default is false.

                                                        ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplaceInvalidChars", "beanStyleSetterMethodName" : "setReplaceInvalidChars", "c2jName" : "ReplaceInvalidChars", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        A list of characters that you want to replace. Use with ReplaceChars.

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

                                                        A list of characters that you want to replace. Use with ReplaceChars.

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

                                                        A list of characters that you want to replace. Use with ReplaceChars.

                                                        \n@param replaceInvalidChars A list of characters that you want to replace. Use with ReplaceChars.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replaceInvalidChars", "getterDocumentation" : "

                                                        A list of characters that you want to replace. Use with ReplaceChars.

                                                        \n@return A list of characters that you want to replace. Use with ReplaceChars.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplaceInvalidChars", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplaceInvalidChars", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplaceInvalidChars", "sensitive" : false, "setterDocumentation" : "

                                                        A list of characters that you want to replace. Use with ReplaceChars.

                                                        \n@param replaceInvalidChars A list of characters that you want to replace. Use with ReplaceChars.", "setterMethodName" : "setReplaceInvalidChars", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replaceInvalidChars", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replaceInvalidChars", "variableType" : "String", "documentation" : "

                                                        A list of characters that you want to replace. Use with ReplaceChars.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplaceChars", "beanStyleSetterMethodName" : "setReplaceChars", "c2jName" : "ReplaceChars", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        A value that specifies to replaces the invalid characters specified in ReplaceInvalidChars, substituting the specified characters instead. The default is \"?\".

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

                                                        A value that specifies to replaces the invalid characters specified in ReplaceInvalidChars, substituting the specified characters instead. The default is \"?\".

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

                                                        A value that specifies to replaces the invalid characters specified in ReplaceInvalidChars, substituting the specified characters instead. The default is \"?\".

                                                        \n@param replaceChars A value that specifies to replaces the invalid characters specified in ReplaceInvalidChars, substituting the specified characters instead. The default is \"?\".\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replaceChars", "getterDocumentation" : "

                                                        A value that specifies to replaces the invalid characters specified in ReplaceInvalidChars, substituting the specified characters instead. The default is \"?\".

                                                        \n@return A value that specifies to replaces the invalid characters specified in ReplaceInvalidChars, substituting the specified characters instead. The default is \"?\".", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplaceChars", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplaceChars", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplaceChars", "sensitive" : false, "setterDocumentation" : "

                                                        A value that specifies to replaces the invalid characters specified in ReplaceInvalidChars, substituting the specified characters instead. The default is \"?\".

                                                        \n@param replaceChars A value that specifies to replaces the invalid characters specified in ReplaceInvalidChars, substituting the specified characters instead. The default is \"?\".", "setterMethodName" : "setReplaceChars", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replaceChars", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replaceChars", "variableType" : "String", "documentation" : "

                                                        A value that specifies to replaces the invalid characters specified in ReplaceInvalidChars, substituting the specified characters instead. The default is \"?\".

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServerName", "beanStyleSetterMethodName" : "setServerName", "c2jName" : "ServerName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The name of the Amazon Redshift cluster you are using.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 Amazon Redshift cluster you are using.

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

                                                        The name of the Amazon Redshift cluster you are using.

                                                        \n@param serverName The name of the Amazon Redshift cluster you are using.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverName", "getterDocumentation" : "

                                                        The name of the Amazon Redshift cluster you are using.

                                                        \n@return The name of the Amazon Redshift cluster you are using.", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServerName", "sensitive" : false, "setterDocumentation" : "

                                                        The name of the Amazon Redshift cluster you are using.

                                                        \n@param serverName The name of the Amazon Redshift cluster you are using.", "setterMethodName" : "setServerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serverName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverName", "variableType" : "String", "documentation" : "

                                                        The name of the Amazon Redshift cluster you are using.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceAccessRoleArn", "beanStyleSetterMethodName" : "setServiceAccessRoleArn", "c2jName" : "ServiceAccessRoleArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the IAM role that has access to the Amazon Redshift service.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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) of the IAM role that has access to the Amazon Redshift service.

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

                                                        The Amazon Resource Name (ARN) of the IAM role that has access to the Amazon Redshift service.

                                                        \n@param serviceAccessRoleArn The Amazon Resource Name (ARN) of the IAM role that has access to the Amazon Redshift service.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceAccessRoleArn", "getterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the IAM role that has access to the Amazon Redshift service.

                                                        \n@return The Amazon Resource Name (ARN) of the IAM role that has access to the Amazon Redshift service.", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceAccessRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceAccessRoleArn", "sensitive" : false, "setterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the IAM role that has access to the Amazon Redshift service.

                                                        \n@param serviceAccessRoleArn The Amazon Resource Name (ARN) of the IAM role that has access to the Amazon Redshift service.", "setterMethodName" : "setServiceAccessRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceAccessRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceAccessRoleArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name (ARN) of the IAM role that has access to the Amazon Redshift service.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServerSideEncryptionKmsKeyId", "beanStyleSetterMethodName" : "setServerSideEncryptionKmsKeyId", "c2jName" : "ServerSideEncryptionKmsKeyId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The AWS KMS key ID. If you are using SSE_KMS for the EncryptionMode, provide this key ID. The key that you use needs an attached policy that enables IAM user permissions and allows use of the key.

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

                                                        The AWS KMS key ID. If you are using SSE_KMS for the EncryptionMode, provide this key ID. The key that you use needs an attached policy that enables IAM user permissions and allows use of the key.

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

                                                        The AWS KMS key ID. If you are using SSE_KMS for the EncryptionMode, provide this key ID. The key that you use needs an attached policy that enables IAM user permissions and allows use of the key.

                                                        \n@param serverSideEncryptionKmsKeyId The AWS KMS key ID. If you are using SSE_KMS for the EncryptionMode, provide this key ID. The key that you use needs an attached policy that enables IAM user permissions and allows use of the key.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverSideEncryptionKmsKeyId", "getterDocumentation" : "

                                                        The AWS KMS key ID. If you are using SSE_KMS for the EncryptionMode, provide this key ID. The key that you use needs an attached policy that enables IAM user permissions and allows use of the key.

                                                        \n@return The AWS KMS key ID. If you are using SSE_KMS for the EncryptionMode, provide this key ID. The key that you use needs an attached policy that enables IAM user permissions and allows use of the key.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServerSideEncryptionKmsKeyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServerSideEncryptionKmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServerSideEncryptionKmsKeyId", "sensitive" : false, "setterDocumentation" : "

                                                        The AWS KMS key ID. If you are using SSE_KMS for the EncryptionMode, provide this key ID. The key that you use needs an attached policy that enables IAM user permissions and allows use of the key.

                                                        \n@param serverSideEncryptionKmsKeyId The AWS KMS key ID. If you are using SSE_KMS for the EncryptionMode, provide this key ID. The key that you use needs an attached policy that enables IAM user permissions and allows use of the key.", "setterMethodName" : "setServerSideEncryptionKmsKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serverSideEncryptionKmsKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverSideEncryptionKmsKeyId", "variableType" : "String", "documentation" : "

                                                        The AWS KMS key ID. If you are using SSE_KMS for the EncryptionMode, provide this key ID. The key that you use needs an attached policy that enables IAM user permissions and allows use of the key.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTimeFormat", "beanStyleSetterMethodName" : "setTimeFormat", "c2jName" : "TimeFormat", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The time format that you want to use. Valid values are auto (case-sensitive), 'timeformat_string', 'epochsecs', or 'epochmillisecs'. It defaults to 10. Using auto recognizes most strings, even some that aren't supported when you use a time format string.

                                                        If your date and time values use formats different from each other, set this parameter to auto.

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

                                                        The time format that you want to use. Valid values are auto (case-sensitive), 'timeformat_string', 'epochsecs', or 'epochmillisecs'. It defaults to 10. Using auto recognizes most strings, even some that aren't supported when you use a time format string.

                                                        If your date and time values use formats different from each other, set this parameter to auto.

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

                                                        The time format that you want to use. Valid values are auto (case-sensitive), 'timeformat_string', 'epochsecs', or 'epochmillisecs'. It defaults to 10. Using auto recognizes most strings, even some that aren't supported when you use a time format string.

                                                        If your date and time values use formats different from each other, set this parameter to auto.

                                                        \n@param timeFormat The time format that you want to use. Valid values are auto (case-sensitive), 'timeformat_string', 'epochsecs', or 'epochmillisecs'. It defaults to 10. Using auto recognizes most strings, even some that aren't supported when you use a time format string.

                                                        If your date and time values use formats different from each other, set this parameter to auto.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timeFormat", "getterDocumentation" : "

                                                        The time format that you want to use. Valid values are auto (case-sensitive), 'timeformat_string', 'epochsecs', or 'epochmillisecs'. It defaults to 10. Using auto recognizes most strings, even some that aren't supported when you use a time format string.

                                                        If your date and time values use formats different from each other, set this parameter to auto.

                                                        \n@return The time format that you want to use. Valid values are auto (case-sensitive), 'timeformat_string', 'epochsecs', or 'epochmillisecs'. It defaults to 10. Using auto recognizes most strings, even some that aren't supported when you use a time format string.

                                                        If your date and time values use formats different from each other, set this parameter to auto.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TimeFormat", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TimeFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TimeFormat", "sensitive" : false, "setterDocumentation" : "

                                                        The time format that you want to use. Valid values are auto (case-sensitive), 'timeformat_string', 'epochsecs', or 'epochmillisecs'. It defaults to 10. Using auto recognizes most strings, even some that aren't supported when you use a time format string.

                                                        If your date and time values use formats different from each other, set this parameter to auto.

                                                        \n@param timeFormat The time format that you want to use. Valid values are auto (case-sensitive), 'timeformat_string', 'epochsecs', or 'epochmillisecs'. It defaults to 10. Using auto recognizes most strings, even some that aren't supported when you use a time format string.

                                                        If your date and time values use formats different from each other, set this parameter to auto.", "setterMethodName" : "setTimeFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "timeFormat", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "timeFormat", "variableType" : "String", "documentation" : "

                                                        The time format that you want to use. Valid values are auto (case-sensitive), 'timeformat_string', 'epochsecs', or 'epochmillisecs'. It defaults to 10. Using auto recognizes most strings, even some that aren't supported when you use a time format string.

                                                        If your date and time values use formats different from each other, set this parameter to auto.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTrimBlanks", "beanStyleSetterMethodName" : "setTrimBlanks", "c2jName" : "TrimBlanks", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                        A value that specifies to remove the trailing white space characters from a VARCHAR string. This parameter applies only to columns with a VARCHAR data type. Choose true to remove unneeded white space. The default is false.

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

                                                        A value that specifies to remove the trailing white space characters from a VARCHAR string. This parameter applies only to columns with a VARCHAR data type. Choose true to remove unneeded white space. The default is false.

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

                                                        A value that specifies to remove the trailing white space characters from a VARCHAR string. This parameter applies only to columns with a VARCHAR data type. Choose true to remove unneeded white space. The default is false.

                                                        \n@param trimBlanks A value that specifies to remove the trailing white space characters from a VARCHAR string. This parameter applies only to columns with a VARCHAR data type. Choose true to remove unneeded white space. The default is false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "trimBlanks", "getterDocumentation" : "

                                                        A value that specifies to remove the trailing white space characters from a VARCHAR string. This parameter applies only to columns with a VARCHAR data type. Choose true to remove unneeded white space. The default is false.

                                                        \n@return A value that specifies to remove the trailing white space characters from a VARCHAR string. This parameter applies only to columns with a VARCHAR data type. Choose true to remove unneeded white space. The default is false.", "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" : "TrimBlanks", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TrimBlanks", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "TrimBlanks", "sensitive" : false, "setterDocumentation" : "

                                                        A value that specifies to remove the trailing white space characters from a VARCHAR string. This parameter applies only to columns with a VARCHAR data type. Choose true to remove unneeded white space. The default is false.

                                                        \n@param trimBlanks A value that specifies to remove the trailing white space characters from a VARCHAR string. This parameter applies only to columns with a VARCHAR data type. Choose true to remove unneeded white space. The default is false.", "setterMethodName" : "setTrimBlanks", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "trimBlanks", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "trimBlanks", "variableType" : "Boolean", "documentation" : "

                                                        A value that specifies to remove the trailing white space characters from a VARCHAR string. This parameter applies only to columns with a VARCHAR data type. Choose true to remove unneeded white space. The default is false.

                                                        ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTruncateColumns", "beanStyleSetterMethodName" : "setTruncateColumns", "c2jName" : "TruncateColumns", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                        A value that specifies to truncate data in columns to the appropriate number of characters, so that the data fits in the column. This parameter applies only to columns with a VARCHAR or CHAR data type, and rows with a size of 4 MB or less. Choose true to truncate data. The default is false.

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

                                                        A value that specifies to truncate data in columns to the appropriate number of characters, so that the data fits in the column. This parameter applies only to columns with a VARCHAR or CHAR data type, and rows with a size of 4 MB or less. Choose true to truncate data. The default is false.

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

                                                        A value that specifies to truncate data in columns to the appropriate number of characters, so that the data fits in the column. This parameter applies only to columns with a VARCHAR or CHAR data type, and rows with a size of 4 MB or less. Choose true to truncate data. The default is false.

                                                        \n@param truncateColumns A value that specifies to truncate data in columns to the appropriate number of characters, so that the data fits in the column. This parameter applies only to columns with a VARCHAR or CHAR data type, and rows with a size of 4 MB or less. Choose true to truncate data. The default is false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "truncateColumns", "getterDocumentation" : "

                                                        A value that specifies to truncate data in columns to the appropriate number of characters, so that the data fits in the column. This parameter applies only to columns with a VARCHAR or CHAR data type, and rows with a size of 4 MB or less. Choose true to truncate data. The default is false.

                                                        \n@return A value that specifies to truncate data in columns to the appropriate number of characters, so that the data fits in the column. This parameter applies only to columns with a VARCHAR or CHAR data type, and rows with a size of 4 MB or less. Choose true to truncate data. The default is false.", "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" : "TruncateColumns", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TruncateColumns", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "TruncateColumns", "sensitive" : false, "setterDocumentation" : "

                                                        A value that specifies to truncate data in columns to the appropriate number of characters, so that the data fits in the column. This parameter applies only to columns with a VARCHAR or CHAR data type, and rows with a size of 4 MB or less. Choose true to truncate data. The default is false.

                                                        \n@param truncateColumns A value that specifies to truncate data in columns to the appropriate number of characters, so that the data fits in the column. This parameter applies only to columns with a VARCHAR or CHAR data type, and rows with a size of 4 MB or less. Choose true to truncate data. The default is false.", "setterMethodName" : "setTruncateColumns", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "truncateColumns", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "truncateColumns", "variableType" : "Boolean", "documentation" : "

                                                        A value that specifies to truncate data in columns to the appropriate number of characters, so that the data fits in the column. This parameter applies only to columns with a VARCHAR or CHAR data type, and rows with a size of 4 MB or less. Choose true to truncate data. The default is false.

                                                        ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUsername", "beanStyleSetterMethodName" : "setUsername", "c2jName" : "Username", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        An Amazon Redshift user name for a registered user.

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

                                                        An Amazon Redshift user name for a registered user.

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

                                                        An Amazon Redshift user name for a registered user.

                                                        \n@param username An Amazon Redshift user name for a registered user.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "username", "getterDocumentation" : "

                                                        An Amazon Redshift user name for a registered user.

                                                        \n@return An Amazon Redshift user name for a registered user.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Username", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Username", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Username", "sensitive" : false, "setterDocumentation" : "

                                                        An Amazon Redshift user name for a registered user.

                                                        \n@param username An Amazon Redshift user name for a registered user.", "setterMethodName" : "setUsername", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "username", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "username", "variableType" : "String", "documentation" : "

                                                        An Amazon Redshift user name for a registered user.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getWriteBufferSize", "beanStyleSetterMethodName" : "setWriteBufferSize", "c2jName" : "WriteBufferSize", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                        The size of the write buffer to use in rows. Valid values range from 1 through 2,048. The default is 1,024. Use this setting to tune performance.

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

                                                        The size of the write buffer to use in rows. Valid values range from 1 through 2,048. The default is 1,024. Use this setting to tune performance.

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

                                                        The size of the write buffer to use in rows. Valid values range from 1 through 2,048. The default is 1,024. Use this setting to tune performance.

                                                        \n@param writeBufferSize The size of the write buffer to use in rows. Valid values range from 1 through 2,048. The default is 1,024. Use this setting to tune performance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "writeBufferSize", "getterDocumentation" : "

                                                        The size of the write buffer to use in rows. Valid values range from 1 through 2,048. The default is 1,024. Use this setting to tune performance.

                                                        \n@return The size of the write buffer to use in rows. Valid values range from 1 through 2,048. The default is 1,024. Use this setting to tune performance.", "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" : "WriteBufferSize", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "WriteBufferSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "WriteBufferSize", "sensitive" : false, "setterDocumentation" : "

                                                        The size of the write buffer to use in rows. Valid values range from 1 through 2,048. The default is 1,024. Use this setting to tune performance.

                                                        \n@param writeBufferSize The size of the write buffer to use in rows. Valid values range from 1 through 2,048. The default is 1,024. Use this setting to tune performance.", "setterMethodName" : "setWriteBufferSize", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "writeBufferSize", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "writeBufferSize", "variableType" : "Integer", "documentation" : "

                                                        The size of the write buffer to use in rows. Valid values range from 1 through 2,048. The default is 1,024. Use this setting to tune performance.

                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AcceptAnyDate" : { "beanStyleGetterMethodName" : "getAcceptAnyDate", "beanStyleSetterMethodName" : "setAcceptAnyDate", "c2jName" : "AcceptAnyDate", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                        A value that indicates to allow any date format, including invalid formats such as 00/00/00 00:00:00, to be loaded without generating an error. You can choose true or false (the default).

                                                        This parameter applies only to TIMESTAMP and DATE columns. Always use ACCEPTANYDATE with the DATEFORMAT parameter. If the date format for the data doesn't match the DATEFORMAT specification, Amazon Redshift inserts a NULL value into that field.

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

                                                        A value that indicates to allow any date format, including invalid formats such as 00/00/00 00:00:00, to be loaded without generating an error. You can choose true or false (the default).

                                                        This parameter applies only to TIMESTAMP and DATE columns. Always use ACCEPTANYDATE with the DATEFORMAT parameter. If the date format for the data doesn't match the DATEFORMAT specification, Amazon Redshift inserts a NULL value into that field.

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

                                                        A value that indicates to allow any date format, including invalid formats such as 00/00/00 00:00:00, to be loaded without generating an error. You can choose true or false (the default).

                                                        This parameter applies only to TIMESTAMP and DATE columns. Always use ACCEPTANYDATE with the DATEFORMAT parameter. If the date format for the data doesn't match the DATEFORMAT specification, Amazon Redshift inserts a NULL value into that field.

                                                        \n@param acceptAnyDate A value that indicates to allow any date format, including invalid formats such as 00/00/00 00:00:00, to be loaded without generating an error. You can choose true or false (the default).

                                                        This parameter applies only to TIMESTAMP and DATE columns. Always use ACCEPTANYDATE with the DATEFORMAT parameter. If the date format for the data doesn't match the DATEFORMAT specification, Amazon Redshift inserts a NULL value into that field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "acceptAnyDate", "getterDocumentation" : "

                                                        A value that indicates to allow any date format, including invalid formats such as 00/00/00 00:00:00, to be loaded without generating an error. You can choose true or false (the default).

                                                        This parameter applies only to TIMESTAMP and DATE columns. Always use ACCEPTANYDATE with the DATEFORMAT parameter. If the date format for the data doesn't match the DATEFORMAT specification, Amazon Redshift inserts a NULL value into that field.

                                                        \n@return A value that indicates to allow any date format, including invalid formats such as 00/00/00 00:00:00, to be loaded without generating an error. You can choose true or false (the default).

                                                        This parameter applies only to TIMESTAMP and DATE columns. Always use ACCEPTANYDATE with the DATEFORMAT parameter. If the date format for the data doesn't match the DATEFORMAT specification, Amazon Redshift inserts a NULL value into that field.", "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" : "AcceptAnyDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AcceptAnyDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "AcceptAnyDate", "sensitive" : false, "setterDocumentation" : "

                                                        A value that indicates to allow any date format, including invalid formats such as 00/00/00 00:00:00, to be loaded without generating an error. You can choose true or false (the default).

                                                        This parameter applies only to TIMESTAMP and DATE columns. Always use ACCEPTANYDATE with the DATEFORMAT parameter. If the date format for the data doesn't match the DATEFORMAT specification, Amazon Redshift inserts a NULL value into that field.

                                                        \n@param acceptAnyDate A value that indicates to allow any date format, including invalid formats such as 00/00/00 00:00:00, to be loaded without generating an error. You can choose true or false (the default).

                                                        This parameter applies only to TIMESTAMP and DATE columns. Always use ACCEPTANYDATE with the DATEFORMAT parameter. If the date format for the data doesn't match the DATEFORMAT specification, Amazon Redshift inserts a NULL value into that field.", "setterMethodName" : "setAcceptAnyDate", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "acceptAnyDate", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "acceptAnyDate", "variableType" : "Boolean", "documentation" : "

                                                        A value that indicates to allow any date format, including invalid formats such as 00/00/00 00:00:00, to be loaded without generating an error. You can choose true or false (the default).

                                                        This parameter applies only to TIMESTAMP and DATE columns. Always use ACCEPTANYDATE with the DATEFORMAT parameter. If the date format for the data doesn't match the DATEFORMAT specification, Amazon Redshift inserts a NULL value into that field.

                                                        ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "AfterConnectScript" : { "beanStyleGetterMethodName" : "getAfterConnectScript", "beanStyleSetterMethodName" : "setAfterConnectScript", "c2jName" : "AfterConnectScript", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        Code to run after connecting. This parameter should contain the code itself, not the name of a file containing the code.

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

                                                        Code to run after connecting. This parameter should contain the code itself, not the name of a file containing the code.

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

                                                        Code to run after connecting. This parameter should contain the code itself, not the name of a file containing the code.

                                                        \n@param afterConnectScript Code to run after connecting. This parameter should contain the code itself, not the name of a file containing the code.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "afterConnectScript", "getterDocumentation" : "

                                                        Code to run after connecting. This parameter should contain the code itself, not the name of a file containing the code.

                                                        \n@return Code to run after connecting. This parameter should contain the code itself, not the name of a file containing the code.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AfterConnectScript", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AfterConnectScript", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AfterConnectScript", "sensitive" : false, "setterDocumentation" : "

                                                        Code to run after connecting. This parameter should contain the code itself, not the name of a file containing the code.

                                                        \n@param afterConnectScript Code to run after connecting. This parameter should contain the code itself, not the name of a file containing the code.", "setterMethodName" : "setAfterConnectScript", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "afterConnectScript", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "afterConnectScript", "variableType" : "String", "documentation" : "

                                                        Code to run after connecting. This parameter should contain the code itself, not the name of a file containing the code.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "BucketFolder" : { "beanStyleGetterMethodName" : "getBucketFolder", "beanStyleSetterMethodName" : "setBucketFolder", "c2jName" : "BucketFolder", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The location where the comma-separated value (.csv) files are stored before being uploaded to 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 #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" : "

                                                        The location where the comma-separated value (.csv) files are stored before being uploaded to the S3 bucket.

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

                                                        The location where the comma-separated value (.csv) files are stored before being uploaded to the S3 bucket.

                                                        \n@param bucketFolder The location where the comma-separated value (.csv) files are stored before being uploaded to the S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucketFolder", "getterDocumentation" : "

                                                        The location where the comma-separated value (.csv) files are stored before being uploaded to the S3 bucket.

                                                        \n@return The location where the comma-separated value (.csv) files are stored before being uploaded to 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" : "BucketFolder", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BucketFolder", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BucketFolder", "sensitive" : false, "setterDocumentation" : "

                                                        The location where the comma-separated value (.csv) files are stored before being uploaded to the S3 bucket.

                                                        \n@param bucketFolder The location where the comma-separated value (.csv) files are stored before being uploaded to the S3 bucket.", "setterMethodName" : "setBucketFolder", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucketFolder", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucketFolder", "variableType" : "String", "documentation" : "

                                                        The location where the comma-separated value (.csv) files are stored before being uploaded to the S3 bucket.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "BucketName" : { "beanStyleGetterMethodName" : "getBucketName", "beanStyleSetterMethodName" : "setBucketName", "c2jName" : "BucketName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The name of the S3 bucket you want to use

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

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

                                                        The name of the S3 bucket you want to use

                                                        \n@param bucketName The name of the S3 bucket you want to use\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 you want to use

                                                        \n@return The name of the S3 bucket you want to use", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BucketName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BucketName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BucketName", "sensitive" : false, "setterDocumentation" : "

                                                        The name of the S3 bucket you want to use

                                                        \n@param bucketName The name of the S3 bucket you want to use", "setterMethodName" : "setBucketName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : "

                                                        The name of the S3 bucket you want to use

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ConnectionTimeout" : { "beanStyleGetterMethodName" : "getConnectionTimeout", "beanStyleSetterMethodName" : "setConnectionTimeout", "c2jName" : "ConnectionTimeout", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                        A value that sets the amount of time to wait (in milliseconds) before timing out, beginning from when you initially establish a connection.

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

                                                        A value that sets the amount of time to wait (in milliseconds) before timing out, beginning from when you initially establish a connection.

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

                                                        A value that sets the amount of time to wait (in milliseconds) before timing out, beginning from when you initially establish a connection.

                                                        \n@param connectionTimeout A value that sets the amount of time to wait (in milliseconds) before timing out, beginning from when you initially establish a connection.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "connectionTimeout", "getterDocumentation" : "

                                                        A value that sets the amount of time to wait (in milliseconds) before timing out, beginning from when you initially establish a connection.

                                                        \n@return A value that sets the amount of time to wait (in milliseconds) before timing out, beginning from when you initially establish a connection.", "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" : "ConnectionTimeout", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConnectionTimeout", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "ConnectionTimeout", "sensitive" : false, "setterDocumentation" : "

                                                        A value that sets the amount of time to wait (in milliseconds) before timing out, beginning from when you initially establish a connection.

                                                        \n@param connectionTimeout A value that sets the amount of time to wait (in milliseconds) before timing out, beginning from when you initially establish a connection.", "setterMethodName" : "setConnectionTimeout", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "connectionTimeout", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "connectionTimeout", "variableType" : "Integer", "documentation" : "

                                                        A value that sets the amount of time to wait (in milliseconds) before timing out, beginning from when you initially establish a connection.

                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "DatabaseName" : { "beanStyleGetterMethodName" : "getDatabaseName", "beanStyleSetterMethodName" : "setDatabaseName", "c2jName" : "DatabaseName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The name of the Amazon Redshift data warehouse (service) that you are working with.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 Amazon Redshift data warehouse (service) that you are working with.

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

                                                        The name of the Amazon Redshift data warehouse (service) that you are working with.

                                                        \n@param databaseName The name of the Amazon Redshift data warehouse (service) that you are working with.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "databaseName", "getterDocumentation" : "

                                                        The name of the Amazon Redshift data warehouse (service) that you are working with.

                                                        \n@return The name of the Amazon Redshift data warehouse (service) that you are working with.", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DatabaseName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatabaseName", "sensitive" : false, "setterDocumentation" : "

                                                        The name of the Amazon Redshift data warehouse (service) that you are working with.

                                                        \n@param databaseName The name of the Amazon Redshift data warehouse (service) that you are working with.", "setterMethodName" : "setDatabaseName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "databaseName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "databaseName", "variableType" : "String", "documentation" : "

                                                        The name of the Amazon Redshift data warehouse (service) that you are working with.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DateFormat" : { "beanStyleGetterMethodName" : "getDateFormat", "beanStyleSetterMethodName" : "setDateFormat", "c2jName" : "DateFormat", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The date format that you are using. Valid values are auto (case-sensitive), your date format string enclosed in quotes, or NULL. If this parameter is left unset (NULL), it defaults to a format of 'YYYY-MM-DD'. Using auto recognizes most strings, even some that aren't supported when you use a date format string.

                                                        If your date and time values use formats different from each other, set this to auto.

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

                                                        The date format that you are using. Valid values are auto (case-sensitive), your date format string enclosed in quotes, or NULL. If this parameter is left unset (NULL), it defaults to a format of 'YYYY-MM-DD'. Using auto recognizes most strings, even some that aren't supported when you use a date format string.

                                                        If your date and time values use formats different from each other, set this to auto.

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

                                                        The date format that you are using. Valid values are auto (case-sensitive), your date format string enclosed in quotes, or NULL. If this parameter is left unset (NULL), it defaults to a format of 'YYYY-MM-DD'. Using auto recognizes most strings, even some that aren't supported when you use a date format string.

                                                        If your date and time values use formats different from each other, set this to auto.

                                                        \n@param dateFormat The date format that you are using. Valid values are auto (case-sensitive), your date format string enclosed in quotes, or NULL. If this parameter is left unset (NULL), it defaults to a format of 'YYYY-MM-DD'. Using auto recognizes most strings, even some that aren't supported when you use a date format string.

                                                        If your date and time values use formats different from each other, set this to auto.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dateFormat", "getterDocumentation" : "

                                                        The date format that you are using. Valid values are auto (case-sensitive), your date format string enclosed in quotes, or NULL. If this parameter is left unset (NULL), it defaults to a format of 'YYYY-MM-DD'. Using auto recognizes most strings, even some that aren't supported when you use a date format string.

                                                        If your date and time values use formats different from each other, set this to auto.

                                                        \n@return The date format that you are using. Valid values are auto (case-sensitive), your date format string enclosed in quotes, or NULL. If this parameter is left unset (NULL), it defaults to a format of 'YYYY-MM-DD'. Using auto recognizes most strings, even some that aren't supported when you use a date format string.

                                                        If your date and time values use formats different from each other, set this to auto.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DateFormat", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DateFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DateFormat", "sensitive" : false, "setterDocumentation" : "

                                                        The date format that you are using. Valid values are auto (case-sensitive), your date format string enclosed in quotes, or NULL. If this parameter is left unset (NULL), it defaults to a format of 'YYYY-MM-DD'. Using auto recognizes most strings, even some that aren't supported when you use a date format string.

                                                        If your date and time values use formats different from each other, set this to auto.

                                                        \n@param dateFormat The date format that you are using. Valid values are auto (case-sensitive), your date format string enclosed in quotes, or NULL. If this parameter is left unset (NULL), it defaults to a format of 'YYYY-MM-DD'. Using auto recognizes most strings, even some that aren't supported when you use a date format string.

                                                        If your date and time values use formats different from each other, set this to auto.", "setterMethodName" : "setDateFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dateFormat", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "dateFormat", "variableType" : "String", "documentation" : "

                                                        The date format that you are using. Valid values are auto (case-sensitive), your date format string enclosed in quotes, or NULL. If this parameter is left unset (NULL), it defaults to a format of 'YYYY-MM-DD'. Using auto recognizes most strings, even some that aren't supported when you use a date format string.

                                                        If your date and time values use formats different from each other, set this to auto.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "EmptyAsNull" : { "beanStyleGetterMethodName" : "getEmptyAsNull", "beanStyleSetterMethodName" : "setEmptyAsNull", "c2jName" : "EmptyAsNull", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                        A value that specifies whether AWS DMS should migrate empty CHAR and VARCHAR fields as NULL. A value of true sets empty CHAR and VARCHAR fields to null. The default is false.

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

                                                        A value that specifies whether AWS DMS should migrate empty CHAR and VARCHAR fields as NULL. A value of true sets empty CHAR and VARCHAR fields to null. The default is false.

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

                                                        A value that specifies whether AWS DMS should migrate empty CHAR and VARCHAR fields as NULL. A value of true sets empty CHAR and VARCHAR fields to null. The default is false.

                                                        \n@param emptyAsNull A value that specifies whether AWS DMS should migrate empty CHAR and VARCHAR fields as NULL. A value of true sets empty CHAR and VARCHAR fields to null. The default is false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "emptyAsNull", "getterDocumentation" : "

                                                        A value that specifies whether AWS DMS should migrate empty CHAR and VARCHAR fields as NULL. A value of true sets empty CHAR and VARCHAR fields to null. The default is false.

                                                        \n@return A value that specifies whether AWS DMS should migrate empty CHAR and VARCHAR fields as NULL. A value of true sets empty CHAR and VARCHAR fields to null. The default is false.", "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" : "EmptyAsNull", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EmptyAsNull", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EmptyAsNull", "sensitive" : false, "setterDocumentation" : "

                                                        A value that specifies whether AWS DMS should migrate empty CHAR and VARCHAR fields as NULL. A value of true sets empty CHAR and VARCHAR fields to null. The default is false.

                                                        \n@param emptyAsNull A value that specifies whether AWS DMS should migrate empty CHAR and VARCHAR fields as NULL. A value of true sets empty CHAR and VARCHAR fields to null. The default is false.", "setterMethodName" : "setEmptyAsNull", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "emptyAsNull", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "emptyAsNull", "variableType" : "Boolean", "documentation" : "

                                                        A value that specifies whether AWS DMS should migrate empty CHAR and VARCHAR fields as NULL. A value of true sets empty CHAR and VARCHAR fields to null. The default is false.

                                                        ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "EncryptionMode" : { "beanStyleGetterMethodName" : "getEncryptionModeAsString", "beanStyleSetterMethodName" : "setEncryptionMode", "c2jName" : "EncryptionMode", "c2jShape" : "EncryptionModeValue", "defaultConsumerFluentSetterDocumentation" : "

                                                        The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, create an AWS Identity and Access Management (IAM) role with a policy that allows \"arn:aws:s3:::*\" to use the following actions: \"s3:PutObject\", \"s3:ListBucket\"

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

                                                        The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, create an AWS Identity and Access Management (IAM) role with a policy that allows \"arn:aws:s3:::*\" to use the following actions: \"s3:PutObject\", \"s3:ListBucket\"

                                                        ", "endpointDiscoveryId" : false, "enumType" : "EncryptionModeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "encryptionMode", "fluentEnumSetterMethodName" : "encryptionMode", "fluentGetterMethodName" : "encryptionModeAsString", "fluentSetterDocumentation" : "

                                                        The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, create an AWS Identity and Access Management (IAM) role with a policy that allows \"arn:aws:s3:::*\" to use the following actions: \"s3:PutObject\", \"s3:ListBucket\"

                                                        \n@param encryptionMode The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, create an AWS Identity and Access Management (IAM) role with a policy that allows \"arn:aws:s3:::*\" to use the following actions: \"s3:PutObject\", \"s3:ListBucket\"\n@see EncryptionModeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionModeValue", "fluentSetterMethodName" : "encryptionMode", "getterDocumentation" : "

                                                        The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, create an AWS Identity and Access Management (IAM) role with a policy that allows \"arn:aws:s3:::*\" to use the following actions: \"s3:PutObject\", \"s3:ListBucket\"

                                                        \n

                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #encryptionMode} will return {@link EncryptionModeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #encryptionModeAsString}.\n

                                                        \n@return The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, create an AWS Identity and Access Management (IAM) role with a policy that allows \"arn:aws:s3:::*\" to use the following actions: \"s3:PutObject\", \"s3:ListBucket\"\n@see EncryptionModeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncryptionMode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EncryptionMode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EncryptionMode", "sensitive" : false, "setterDocumentation" : "

                                                        The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, create an AWS Identity and Access Management (IAM) role with a policy that allows \"arn:aws:s3:::*\" to use the following actions: \"s3:PutObject\", \"s3:ListBucket\"

                                                        \n@param encryptionMode The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, create an AWS Identity and Access Management (IAM) role with a policy that allows \"arn:aws:s3:::*\" to use the following actions: \"s3:PutObject\", \"s3:ListBucket\"\n@see EncryptionModeValue", "setterMethodName" : "setEncryptionMode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "encryptionMode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "encryptionMode", "variableType" : "String", "documentation" : "

                                                        The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, create an AWS Identity and Access Management (IAM) role with a policy that allows \"arn:aws:s3:::*\" to use the following actions: \"s3:PutObject\", \"s3:ListBucket\"

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FileTransferUploadStreams" : { "beanStyleGetterMethodName" : "getFileTransferUploadStreams", "beanStyleSetterMethodName" : "setFileTransferUploadStreams", "c2jName" : "FileTransferUploadStreams", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                        The number of threads used to upload a single file. This parameter accepts a value from 1 through 64. It defaults to 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 #fileTransferUploadStreams(Integer)}.\n@param fileTransferUploadStreams 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 #fileTransferUploadStreams(Integer)", "deprecated" : false, "documentation" : "

                                                        The number of threads used to upload a single file. This parameter accepts a value from 1 through 64. It defaults to 10.

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

                                                        The number of threads used to upload a single file. This parameter accepts a value from 1 through 64. It defaults to 10.

                                                        \n@param fileTransferUploadStreams The number of threads used to upload a single file. This parameter accepts a value from 1 through 64. It defaults to 10.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fileTransferUploadStreams", "getterDocumentation" : "

                                                        The number of threads used to upload a single file. This parameter accepts a value from 1 through 64. It defaults to 10.

                                                        \n@return The number of threads used to upload a single file. This parameter accepts a value from 1 through 64. It defaults to 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" : "FileTransferUploadStreams", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FileTransferUploadStreams", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "FileTransferUploadStreams", "sensitive" : false, "setterDocumentation" : "

                                                        The number of threads used to upload a single file. This parameter accepts a value from 1 through 64. It defaults to 10.

                                                        \n@param fileTransferUploadStreams The number of threads used to upload a single file. This parameter accepts a value from 1 through 64. It defaults to 10.", "setterMethodName" : "setFileTransferUploadStreams", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "fileTransferUploadStreams", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "fileTransferUploadStreams", "variableType" : "Integer", "documentation" : "

                                                        The number of threads used to upload a single file. This parameter accepts a value from 1 through 64. It defaults to 10.

                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "LoadTimeout" : { "beanStyleGetterMethodName" : "getLoadTimeout", "beanStyleSetterMethodName" : "setLoadTimeout", "c2jName" : "LoadTimeout", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                        The amount of time to wait (in milliseconds) before timing out, beginning from when you begin loading.

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

                                                        The amount of time to wait (in milliseconds) before timing out, beginning from when you begin loading.

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

                                                        The amount of time to wait (in milliseconds) before timing out, beginning from when you begin loading.

                                                        \n@param loadTimeout The amount of time to wait (in milliseconds) before timing out, beginning from when you begin loading.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loadTimeout", "getterDocumentation" : "

                                                        The amount of time to wait (in milliseconds) before timing out, beginning from when you begin loading.

                                                        \n@return The amount of time to wait (in milliseconds) before timing out, beginning from when you begin loading.", "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" : "LoadTimeout", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadTimeout", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "LoadTimeout", "sensitive" : false, "setterDocumentation" : "

                                                        The amount of time to wait (in milliseconds) before timing out, beginning from when you begin loading.

                                                        \n@param loadTimeout The amount of time to wait (in milliseconds) before timing out, beginning from when you begin loading.", "setterMethodName" : "setLoadTimeout", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "loadTimeout", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "loadTimeout", "variableType" : "Integer", "documentation" : "

                                                        The amount of time to wait (in milliseconds) before timing out, beginning from when you begin loading.

                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "MaxFileSize" : { "beanStyleGetterMethodName" : "getMaxFileSize", "beanStyleSetterMethodName" : "setMaxFileSize", "c2jName" : "MaxFileSize", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                        The maximum size (in KB) of any .csv file used to transfer data to Amazon Redshift. This accepts a value from 1 through 1,048,576. It defaults to 32,768 KB (32 MB).

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

                                                        The maximum size (in KB) of any .csv file used to transfer data to Amazon Redshift. This accepts a value from 1 through 1,048,576. It defaults to 32,768 KB (32 MB).

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

                                                        The maximum size (in KB) of any .csv file used to transfer data to Amazon Redshift. This accepts a value from 1 through 1,048,576. It defaults to 32,768 KB (32 MB).

                                                        \n@param maxFileSize The maximum size (in KB) of any .csv file used to transfer data to Amazon Redshift. This accepts a value from 1 through 1,048,576. It defaults to 32,768 KB (32 MB).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxFileSize", "getterDocumentation" : "

                                                        The maximum size (in KB) of any .csv file used to transfer data to Amazon Redshift. This accepts a value from 1 through 1,048,576. It defaults to 32,768 KB (32 MB).

                                                        \n@return The maximum size (in KB) of any .csv file used to transfer data to Amazon Redshift. This accepts a value from 1 through 1,048,576. It defaults to 32,768 KB (32 MB).", "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" : "MaxFileSize", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxFileSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxFileSize", "sensitive" : false, "setterDocumentation" : "

                                                        The maximum size (in KB) of any .csv file used to transfer data to Amazon Redshift. This accepts a value from 1 through 1,048,576. It defaults to 32,768 KB (32 MB).

                                                        \n@param maxFileSize The maximum size (in KB) of any .csv file used to transfer data to Amazon Redshift. This accepts a value from 1 through 1,048,576. It defaults to 32,768 KB (32 MB).", "setterMethodName" : "setMaxFileSize", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxFileSize", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxFileSize", "variableType" : "Integer", "documentation" : "

                                                        The maximum size (in KB) of any .csv file used to transfer data to Amazon Redshift. This accepts a value from 1 through 1,048,576. It defaults to 32,768 KB (32 MB).

                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Password" : { "beanStyleGetterMethodName" : "getPassword", "beanStyleSetterMethodName" : "setPassword", "c2jName" : "Password", "c2jShape" : "SecretString", "defaultConsumerFluentSetterDocumentation" : "

                                                        The password for the user named in the username property.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 named in the username property.

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

                                                        The password for the user named in the username property.

                                                        \n@param password The password for the user named in the username property.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "password", "getterDocumentation" : "

                                                        The password for the user named in the username property.

                                                        \n@return The password for the user named in the username property.", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Password", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Password", "sensitive" : true, "setterDocumentation" : "

                                                        The password for the user named in the username property.

                                                        \n@param password The password for the user named in the username property.", "setterMethodName" : "setPassword", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "password", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "password", "variableType" : "String", "documentation" : "

                                                        The password for the user named in the username property.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Port" : { "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                        The port number for Amazon Redshift. The default value is 5439.

                                                        \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 number for Amazon Redshift. The default value is 5439.

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

                                                        The port number for Amazon Redshift. The default value is 5439.

                                                        \n@param port The port number for Amazon Redshift. The default value is 5439.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "port", "getterDocumentation" : "

                                                        The port number for Amazon Redshift. The default value is 5439.

                                                        \n@return The port number for Amazon Redshift. The default value is 5439.", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Port", "sensitive" : false, "setterDocumentation" : "

                                                        The port number for Amazon Redshift. The default value is 5439.

                                                        \n@param port The port number for Amazon Redshift. The default value is 5439.", "setterMethodName" : "setPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                                                        The port number for Amazon Redshift. The default value is 5439.

                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "RemoveQuotes" : { "beanStyleGetterMethodName" : "getRemoveQuotes", "beanStyleSetterMethodName" : "setRemoveQuotes", "c2jName" : "RemoveQuotes", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                        A value that specifies to remove surrounding quotation marks from strings in the incoming data. All characters within the quotation marks, including delimiters, are retained. Choose true to remove quotation marks. The default is false.

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

                                                        A value that specifies to remove surrounding quotation marks from strings in the incoming data. All characters within the quotation marks, including delimiters, are retained. Choose true to remove quotation marks. The default is false.

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

                                                        A value that specifies to remove surrounding quotation marks from strings in the incoming data. All characters within the quotation marks, including delimiters, are retained. Choose true to remove quotation marks. The default is false.

                                                        \n@param removeQuotes A value that specifies to remove surrounding quotation marks from strings in the incoming data. All characters within the quotation marks, including delimiters, are retained. Choose true to remove quotation marks. The default is false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "removeQuotes", "getterDocumentation" : "

                                                        A value that specifies to remove surrounding quotation marks from strings in the incoming data. All characters within the quotation marks, including delimiters, are retained. Choose true to remove quotation marks. The default is false.

                                                        \n@return A value that specifies to remove surrounding quotation marks from strings in the incoming data. All characters within the quotation marks, including delimiters, are retained. Choose true to remove quotation marks. The default is false.", "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" : "RemoveQuotes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RemoveQuotes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "RemoveQuotes", "sensitive" : false, "setterDocumentation" : "

                                                        A value that specifies to remove surrounding quotation marks from strings in the incoming data. All characters within the quotation marks, including delimiters, are retained. Choose true to remove quotation marks. The default is false.

                                                        \n@param removeQuotes A value that specifies to remove surrounding quotation marks from strings in the incoming data. All characters within the quotation marks, including delimiters, are retained. Choose true to remove quotation marks. The default is false.", "setterMethodName" : "setRemoveQuotes", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "removeQuotes", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "removeQuotes", "variableType" : "Boolean", "documentation" : "

                                                        A value that specifies to remove surrounding quotation marks from strings in the incoming data. All characters within the quotation marks, including delimiters, are retained. Choose true to remove quotation marks. The default is false.

                                                        ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "ReplaceChars" : { "beanStyleGetterMethodName" : "getReplaceChars", "beanStyleSetterMethodName" : "setReplaceChars", "c2jName" : "ReplaceChars", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        A value that specifies to replaces the invalid characters specified in ReplaceInvalidChars, substituting the specified characters instead. The default is \"?\".

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

                                                        A value that specifies to replaces the invalid characters specified in ReplaceInvalidChars, substituting the specified characters instead. The default is \"?\".

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

                                                        A value that specifies to replaces the invalid characters specified in ReplaceInvalidChars, substituting the specified characters instead. The default is \"?\".

                                                        \n@param replaceChars A value that specifies to replaces the invalid characters specified in ReplaceInvalidChars, substituting the specified characters instead. The default is \"?\".\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replaceChars", "getterDocumentation" : "

                                                        A value that specifies to replaces the invalid characters specified in ReplaceInvalidChars, substituting the specified characters instead. The default is \"?\".

                                                        \n@return A value that specifies to replaces the invalid characters specified in ReplaceInvalidChars, substituting the specified characters instead. The default is \"?\".", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplaceChars", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplaceChars", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplaceChars", "sensitive" : false, "setterDocumentation" : "

                                                        A value that specifies to replaces the invalid characters specified in ReplaceInvalidChars, substituting the specified characters instead. The default is \"?\".

                                                        \n@param replaceChars A value that specifies to replaces the invalid characters specified in ReplaceInvalidChars, substituting the specified characters instead. The default is \"?\".", "setterMethodName" : "setReplaceChars", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replaceChars", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replaceChars", "variableType" : "String", "documentation" : "

                                                        A value that specifies to replaces the invalid characters specified in ReplaceInvalidChars, substituting the specified characters instead. The default is \"?\".

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplaceInvalidChars" : { "beanStyleGetterMethodName" : "getReplaceInvalidChars", "beanStyleSetterMethodName" : "setReplaceInvalidChars", "c2jName" : "ReplaceInvalidChars", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        A list of characters that you want to replace. Use with ReplaceChars.

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

                                                        A list of characters that you want to replace. Use with ReplaceChars.

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

                                                        A list of characters that you want to replace. Use with ReplaceChars.

                                                        \n@param replaceInvalidChars A list of characters that you want to replace. Use with ReplaceChars.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replaceInvalidChars", "getterDocumentation" : "

                                                        A list of characters that you want to replace. Use with ReplaceChars.

                                                        \n@return A list of characters that you want to replace. Use with ReplaceChars.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplaceInvalidChars", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplaceInvalidChars", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplaceInvalidChars", "sensitive" : false, "setterDocumentation" : "

                                                        A list of characters that you want to replace. Use with ReplaceChars.

                                                        \n@param replaceInvalidChars A list of characters that you want to replace. Use with ReplaceChars.", "setterMethodName" : "setReplaceInvalidChars", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replaceInvalidChars", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replaceInvalidChars", "variableType" : "String", "documentation" : "

                                                        A list of characters that you want to replace. Use with ReplaceChars.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ServerName" : { "beanStyleGetterMethodName" : "getServerName", "beanStyleSetterMethodName" : "setServerName", "c2jName" : "ServerName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The name of the Amazon Redshift cluster you are using.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 Amazon Redshift cluster you are using.

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

                                                        The name of the Amazon Redshift cluster you are using.

                                                        \n@param serverName The name of the Amazon Redshift cluster you are using.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverName", "getterDocumentation" : "

                                                        The name of the Amazon Redshift cluster you are using.

                                                        \n@return The name of the Amazon Redshift cluster you are using.", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServerName", "sensitive" : false, "setterDocumentation" : "

                                                        The name of the Amazon Redshift cluster you are using.

                                                        \n@param serverName The name of the Amazon Redshift cluster you are using.", "setterMethodName" : "setServerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serverName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverName", "variableType" : "String", "documentation" : "

                                                        The name of the Amazon Redshift cluster you are using.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ServerSideEncryptionKmsKeyId" : { "beanStyleGetterMethodName" : "getServerSideEncryptionKmsKeyId", "beanStyleSetterMethodName" : "setServerSideEncryptionKmsKeyId", "c2jName" : "ServerSideEncryptionKmsKeyId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The AWS KMS key ID. If you are using SSE_KMS for the EncryptionMode, provide this key ID. The key that you use needs an attached policy that enables IAM user permissions and allows use of the key.

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

                                                        The AWS KMS key ID. If you are using SSE_KMS for the EncryptionMode, provide this key ID. The key that you use needs an attached policy that enables IAM user permissions and allows use of the key.

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

                                                        The AWS KMS key ID. If you are using SSE_KMS for the EncryptionMode, provide this key ID. The key that you use needs an attached policy that enables IAM user permissions and allows use of the key.

                                                        \n@param serverSideEncryptionKmsKeyId The AWS KMS key ID. If you are using SSE_KMS for the EncryptionMode, provide this key ID. The key that you use needs an attached policy that enables IAM user permissions and allows use of the key.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverSideEncryptionKmsKeyId", "getterDocumentation" : "

                                                        The AWS KMS key ID. If you are using SSE_KMS for the EncryptionMode, provide this key ID. The key that you use needs an attached policy that enables IAM user permissions and allows use of the key.

                                                        \n@return The AWS KMS key ID. If you are using SSE_KMS for the EncryptionMode, provide this key ID. The key that you use needs an attached policy that enables IAM user permissions and allows use of the key.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServerSideEncryptionKmsKeyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServerSideEncryptionKmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServerSideEncryptionKmsKeyId", "sensitive" : false, "setterDocumentation" : "

                                                        The AWS KMS key ID. If you are using SSE_KMS for the EncryptionMode, provide this key ID. The key that you use needs an attached policy that enables IAM user permissions and allows use of the key.

                                                        \n@param serverSideEncryptionKmsKeyId The AWS KMS key ID. If you are using SSE_KMS for the EncryptionMode, provide this key ID. The key that you use needs an attached policy that enables IAM user permissions and allows use of the key.", "setterMethodName" : "setServerSideEncryptionKmsKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serverSideEncryptionKmsKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverSideEncryptionKmsKeyId", "variableType" : "String", "documentation" : "

                                                        The AWS KMS key ID. If you are using SSE_KMS for the EncryptionMode, provide this key ID. The key that you use needs an attached policy that enables IAM user permissions and allows use of the key.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ServiceAccessRoleArn" : { "beanStyleGetterMethodName" : "getServiceAccessRoleArn", "beanStyleSetterMethodName" : "setServiceAccessRoleArn", "c2jName" : "ServiceAccessRoleArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the IAM role that has access to the Amazon Redshift service.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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) of the IAM role that has access to the Amazon Redshift service.

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

                                                        The Amazon Resource Name (ARN) of the IAM role that has access to the Amazon Redshift service.

                                                        \n@param serviceAccessRoleArn The Amazon Resource Name (ARN) of the IAM role that has access to the Amazon Redshift service.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceAccessRoleArn", "getterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the IAM role that has access to the Amazon Redshift service.

                                                        \n@return The Amazon Resource Name (ARN) of the IAM role that has access to the Amazon Redshift service.", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceAccessRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceAccessRoleArn", "sensitive" : false, "setterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the IAM role that has access to the Amazon Redshift service.

                                                        \n@param serviceAccessRoleArn The Amazon Resource Name (ARN) of the IAM role that has access to the Amazon Redshift service.", "setterMethodName" : "setServiceAccessRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceAccessRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceAccessRoleArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name (ARN) of the IAM role that has access to the Amazon Redshift service.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TimeFormat" : { "beanStyleGetterMethodName" : "getTimeFormat", "beanStyleSetterMethodName" : "setTimeFormat", "c2jName" : "TimeFormat", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The time format that you want to use. Valid values are auto (case-sensitive), 'timeformat_string', 'epochsecs', or 'epochmillisecs'. It defaults to 10. Using auto recognizes most strings, even some that aren't supported when you use a time format string.

                                                        If your date and time values use formats different from each other, set this parameter to auto.

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

                                                        The time format that you want to use. Valid values are auto (case-sensitive), 'timeformat_string', 'epochsecs', or 'epochmillisecs'. It defaults to 10. Using auto recognizes most strings, even some that aren't supported when you use a time format string.

                                                        If your date and time values use formats different from each other, set this parameter to auto.

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

                                                        The time format that you want to use. Valid values are auto (case-sensitive), 'timeformat_string', 'epochsecs', or 'epochmillisecs'. It defaults to 10. Using auto recognizes most strings, even some that aren't supported when you use a time format string.

                                                        If your date and time values use formats different from each other, set this parameter to auto.

                                                        \n@param timeFormat The time format that you want to use. Valid values are auto (case-sensitive), 'timeformat_string', 'epochsecs', or 'epochmillisecs'. It defaults to 10. Using auto recognizes most strings, even some that aren't supported when you use a time format string.

                                                        If your date and time values use formats different from each other, set this parameter to auto.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timeFormat", "getterDocumentation" : "

                                                        The time format that you want to use. Valid values are auto (case-sensitive), 'timeformat_string', 'epochsecs', or 'epochmillisecs'. It defaults to 10. Using auto recognizes most strings, even some that aren't supported when you use a time format string.

                                                        If your date and time values use formats different from each other, set this parameter to auto.

                                                        \n@return The time format that you want to use. Valid values are auto (case-sensitive), 'timeformat_string', 'epochsecs', or 'epochmillisecs'. It defaults to 10. Using auto recognizes most strings, even some that aren't supported when you use a time format string.

                                                        If your date and time values use formats different from each other, set this parameter to auto.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TimeFormat", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TimeFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TimeFormat", "sensitive" : false, "setterDocumentation" : "

                                                        The time format that you want to use. Valid values are auto (case-sensitive), 'timeformat_string', 'epochsecs', or 'epochmillisecs'. It defaults to 10. Using auto recognizes most strings, even some that aren't supported when you use a time format string.

                                                        If your date and time values use formats different from each other, set this parameter to auto.

                                                        \n@param timeFormat The time format that you want to use. Valid values are auto (case-sensitive), 'timeformat_string', 'epochsecs', or 'epochmillisecs'. It defaults to 10. Using auto recognizes most strings, even some that aren't supported when you use a time format string.

                                                        If your date and time values use formats different from each other, set this parameter to auto.", "setterMethodName" : "setTimeFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "timeFormat", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "timeFormat", "variableType" : "String", "documentation" : "

                                                        The time format that you want to use. Valid values are auto (case-sensitive), 'timeformat_string', 'epochsecs', or 'epochmillisecs'. It defaults to 10. Using auto recognizes most strings, even some that aren't supported when you use a time format string.

                                                        If your date and time values use formats different from each other, set this parameter to auto.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TrimBlanks" : { "beanStyleGetterMethodName" : "getTrimBlanks", "beanStyleSetterMethodName" : "setTrimBlanks", "c2jName" : "TrimBlanks", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                        A value that specifies to remove the trailing white space characters from a VARCHAR string. This parameter applies only to columns with a VARCHAR data type. Choose true to remove unneeded white space. The default is false.

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

                                                        A value that specifies to remove the trailing white space characters from a VARCHAR string. This parameter applies only to columns with a VARCHAR data type. Choose true to remove unneeded white space. The default is false.

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

                                                        A value that specifies to remove the trailing white space characters from a VARCHAR string. This parameter applies only to columns with a VARCHAR data type. Choose true to remove unneeded white space. The default is false.

                                                        \n@param trimBlanks A value that specifies to remove the trailing white space characters from a VARCHAR string. This parameter applies only to columns with a VARCHAR data type. Choose true to remove unneeded white space. The default is false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "trimBlanks", "getterDocumentation" : "

                                                        A value that specifies to remove the trailing white space characters from a VARCHAR string. This parameter applies only to columns with a VARCHAR data type. Choose true to remove unneeded white space. The default is false.

                                                        \n@return A value that specifies to remove the trailing white space characters from a VARCHAR string. This parameter applies only to columns with a VARCHAR data type. Choose true to remove unneeded white space. The default is false.", "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" : "TrimBlanks", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TrimBlanks", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "TrimBlanks", "sensitive" : false, "setterDocumentation" : "

                                                        A value that specifies to remove the trailing white space characters from a VARCHAR string. This parameter applies only to columns with a VARCHAR data type. Choose true to remove unneeded white space. The default is false.

                                                        \n@param trimBlanks A value that specifies to remove the trailing white space characters from a VARCHAR string. This parameter applies only to columns with a VARCHAR data type. Choose true to remove unneeded white space. The default is false.", "setterMethodName" : "setTrimBlanks", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "trimBlanks", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "trimBlanks", "variableType" : "Boolean", "documentation" : "

                                                        A value that specifies to remove the trailing white space characters from a VARCHAR string. This parameter applies only to columns with a VARCHAR data type. Choose true to remove unneeded white space. The default is false.

                                                        ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "TruncateColumns" : { "beanStyleGetterMethodName" : "getTruncateColumns", "beanStyleSetterMethodName" : "setTruncateColumns", "c2jName" : "TruncateColumns", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                        A value that specifies to truncate data in columns to the appropriate number of characters, so that the data fits in the column. This parameter applies only to columns with a VARCHAR or CHAR data type, and rows with a size of 4 MB or less. Choose true to truncate data. The default is false.

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

                                                        A value that specifies to truncate data in columns to the appropriate number of characters, so that the data fits in the column. This parameter applies only to columns with a VARCHAR or CHAR data type, and rows with a size of 4 MB or less. Choose true to truncate data. The default is false.

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

                                                        A value that specifies to truncate data in columns to the appropriate number of characters, so that the data fits in the column. This parameter applies only to columns with a VARCHAR or CHAR data type, and rows with a size of 4 MB or less. Choose true to truncate data. The default is false.

                                                        \n@param truncateColumns A value that specifies to truncate data in columns to the appropriate number of characters, so that the data fits in the column. This parameter applies only to columns with a VARCHAR or CHAR data type, and rows with a size of 4 MB or less. Choose true to truncate data. The default is false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "truncateColumns", "getterDocumentation" : "

                                                        A value that specifies to truncate data in columns to the appropriate number of characters, so that the data fits in the column. This parameter applies only to columns with a VARCHAR or CHAR data type, and rows with a size of 4 MB or less. Choose true to truncate data. The default is false.

                                                        \n@return A value that specifies to truncate data in columns to the appropriate number of characters, so that the data fits in the column. This parameter applies only to columns with a VARCHAR or CHAR data type, and rows with a size of 4 MB or less. Choose true to truncate data. The default is false.", "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" : "TruncateColumns", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TruncateColumns", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "TruncateColumns", "sensitive" : false, "setterDocumentation" : "

                                                        A value that specifies to truncate data in columns to the appropriate number of characters, so that the data fits in the column. This parameter applies only to columns with a VARCHAR or CHAR data type, and rows with a size of 4 MB or less. Choose true to truncate data. The default is false.

                                                        \n@param truncateColumns A value that specifies to truncate data in columns to the appropriate number of characters, so that the data fits in the column. This parameter applies only to columns with a VARCHAR or CHAR data type, and rows with a size of 4 MB or less. Choose true to truncate data. The default is false.", "setterMethodName" : "setTruncateColumns", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "truncateColumns", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "truncateColumns", "variableType" : "Boolean", "documentation" : "

                                                        A value that specifies to truncate data in columns to the appropriate number of characters, so that the data fits in the column. This parameter applies only to columns with a VARCHAR or CHAR data type, and rows with a size of 4 MB or less. Choose true to truncate data. The default is false.

                                                        ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "Username" : { "beanStyleGetterMethodName" : "getUsername", "beanStyleSetterMethodName" : "setUsername", "c2jName" : "Username", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        An Amazon Redshift user name for a registered user.

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

                                                        An Amazon Redshift user name for a registered user.

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

                                                        An Amazon Redshift user name for a registered user.

                                                        \n@param username An Amazon Redshift user name for a registered user.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "username", "getterDocumentation" : "

                                                        An Amazon Redshift user name for a registered user.

                                                        \n@return An Amazon Redshift user name for a registered user.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Username", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Username", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Username", "sensitive" : false, "setterDocumentation" : "

                                                        An Amazon Redshift user name for a registered user.

                                                        \n@param username An Amazon Redshift user name for a registered user.", "setterMethodName" : "setUsername", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "username", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "username", "variableType" : "String", "documentation" : "

                                                        An Amazon Redshift user name for a registered user.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "WriteBufferSize" : { "beanStyleGetterMethodName" : "getWriteBufferSize", "beanStyleSetterMethodName" : "setWriteBufferSize", "c2jName" : "WriteBufferSize", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                        The size of the write buffer to use in rows. Valid values range from 1 through 2,048. The default is 1,024. Use this setting to tune performance.

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

                                                        The size of the write buffer to use in rows. Valid values range from 1 through 2,048. The default is 1,024. Use this setting to tune performance.

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

                                                        The size of the write buffer to use in rows. Valid values range from 1 through 2,048. The default is 1,024. Use this setting to tune performance.

                                                        \n@param writeBufferSize The size of the write buffer to use in rows. Valid values range from 1 through 2,048. The default is 1,024. Use this setting to tune performance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "writeBufferSize", "getterDocumentation" : "

                                                        The size of the write buffer to use in rows. Valid values range from 1 through 2,048. The default is 1,024. Use this setting to tune performance.

                                                        \n@return The size of the write buffer to use in rows. Valid values range from 1 through 2,048. The default is 1,024. Use this setting to tune performance.", "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" : "WriteBufferSize", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "WriteBufferSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "WriteBufferSize", "sensitive" : false, "setterDocumentation" : "

                                                        The size of the write buffer to use in rows. Valid values range from 1 through 2,048. The default is 1,024. Use this setting to tune performance.

                                                        \n@param writeBufferSize The size of the write buffer to use in rows. Valid values range from 1 through 2,048. The default is 1,024. Use this setting to tune performance.", "setterMethodName" : "setWriteBufferSize", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "writeBufferSize", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "writeBufferSize", "variableType" : "Integer", "documentation" : "

                                                        The size of the write buffer to use in rows. Valid values range from 1 through 2,048. The default is 1,024. Use this setting to tune performance.

                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getAcceptAnyDate", "beanStyleSetterMethodName" : "setAcceptAnyDate", "c2jName" : "AcceptAnyDate", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                        A value that indicates to allow any date format, including invalid formats such as 00/00/00 00:00:00, to be loaded without generating an error. You can choose true or false (the default).

                                                        This parameter applies only to TIMESTAMP and DATE columns. Always use ACCEPTANYDATE with the DATEFORMAT parameter. If the date format for the data doesn't match the DATEFORMAT specification, Amazon Redshift inserts a NULL value into that field.

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

                                                        A value that indicates to allow any date format, including invalid formats such as 00/00/00 00:00:00, to be loaded without generating an error. You can choose true or false (the default).

                                                        This parameter applies only to TIMESTAMP and DATE columns. Always use ACCEPTANYDATE with the DATEFORMAT parameter. If the date format for the data doesn't match the DATEFORMAT specification, Amazon Redshift inserts a NULL value into that field.

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

                                                        A value that indicates to allow any date format, including invalid formats such as 00/00/00 00:00:00, to be loaded without generating an error. You can choose true or false (the default).

                                                        This parameter applies only to TIMESTAMP and DATE columns. Always use ACCEPTANYDATE with the DATEFORMAT parameter. If the date format for the data doesn't match the DATEFORMAT specification, Amazon Redshift inserts a NULL value into that field.

                                                        \n@param acceptAnyDate A value that indicates to allow any date format, including invalid formats such as 00/00/00 00:00:00, to be loaded without generating an error. You can choose true or false (the default).

                                                        This parameter applies only to TIMESTAMP and DATE columns. Always use ACCEPTANYDATE with the DATEFORMAT parameter. If the date format for the data doesn't match the DATEFORMAT specification, Amazon Redshift inserts a NULL value into that field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "acceptAnyDate", "getterDocumentation" : "

                                                        A value that indicates to allow any date format, including invalid formats such as 00/00/00 00:00:00, to be loaded without generating an error. You can choose true or false (the default).

                                                        This parameter applies only to TIMESTAMP and DATE columns. Always use ACCEPTANYDATE with the DATEFORMAT parameter. If the date format for the data doesn't match the DATEFORMAT specification, Amazon Redshift inserts a NULL value into that field.

                                                        \n@return A value that indicates to allow any date format, including invalid formats such as 00/00/00 00:00:00, to be loaded without generating an error. You can choose true or false (the default).

                                                        This parameter applies only to TIMESTAMP and DATE columns. Always use ACCEPTANYDATE with the DATEFORMAT parameter. If the date format for the data doesn't match the DATEFORMAT specification, Amazon Redshift inserts a NULL value into that field.", "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" : "AcceptAnyDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AcceptAnyDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "AcceptAnyDate", "sensitive" : false, "setterDocumentation" : "

                                                        A value that indicates to allow any date format, including invalid formats such as 00/00/00 00:00:00, to be loaded without generating an error. You can choose true or false (the default).

                                                        This parameter applies only to TIMESTAMP and DATE columns. Always use ACCEPTANYDATE with the DATEFORMAT parameter. If the date format for the data doesn't match the DATEFORMAT specification, Amazon Redshift inserts a NULL value into that field.

                                                        \n@param acceptAnyDate A value that indicates to allow any date format, including invalid formats such as 00/00/00 00:00:00, to be loaded without generating an error. You can choose true or false (the default).

                                                        This parameter applies only to TIMESTAMP and DATE columns. Always use ACCEPTANYDATE with the DATEFORMAT parameter. If the date format for the data doesn't match the DATEFORMAT specification, Amazon Redshift inserts a NULL value into that field.", "setterMethodName" : "setAcceptAnyDate", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "acceptAnyDate", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "acceptAnyDate", "variableType" : "Boolean", "documentation" : "

                                                        A value that indicates to allow any date format, including invalid formats such as 00/00/00 00:00:00, to be loaded without generating an error. You can choose true or false (the default).

                                                        This parameter applies only to TIMESTAMP and DATE columns. Always use ACCEPTANYDATE with the DATEFORMAT parameter. If the date format for the data doesn't match the DATEFORMAT specification, Amazon Redshift inserts a NULL value into that field.

                                                        ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAfterConnectScript", "beanStyleSetterMethodName" : "setAfterConnectScript", "c2jName" : "AfterConnectScript", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        Code to run after connecting. This parameter should contain the code itself, not the name of a file containing the code.

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

                                                        Code to run after connecting. This parameter should contain the code itself, not the name of a file containing the code.

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

                                                        Code to run after connecting. This parameter should contain the code itself, not the name of a file containing the code.

                                                        \n@param afterConnectScript Code to run after connecting. This parameter should contain the code itself, not the name of a file containing the code.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "afterConnectScript", "getterDocumentation" : "

                                                        Code to run after connecting. This parameter should contain the code itself, not the name of a file containing the code.

                                                        \n@return Code to run after connecting. This parameter should contain the code itself, not the name of a file containing the code.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AfterConnectScript", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AfterConnectScript", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AfterConnectScript", "sensitive" : false, "setterDocumentation" : "

                                                        Code to run after connecting. This parameter should contain the code itself, not the name of a file containing the code.

                                                        \n@param afterConnectScript Code to run after connecting. This parameter should contain the code itself, not the name of a file containing the code.", "setterMethodName" : "setAfterConnectScript", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "afterConnectScript", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "afterConnectScript", "variableType" : "String", "documentation" : "

                                                        Code to run after connecting. This parameter should contain the code itself, not the name of a file containing the code.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBucketFolder", "beanStyleSetterMethodName" : "setBucketFolder", "c2jName" : "BucketFolder", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The location where the comma-separated value (.csv) files are stored before being uploaded to 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 #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" : "

                                                        The location where the comma-separated value (.csv) files are stored before being uploaded to the S3 bucket.

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

                                                        The location where the comma-separated value (.csv) files are stored before being uploaded to the S3 bucket.

                                                        \n@param bucketFolder The location where the comma-separated value (.csv) files are stored before being uploaded to the S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucketFolder", "getterDocumentation" : "

                                                        The location where the comma-separated value (.csv) files are stored before being uploaded to the S3 bucket.

                                                        \n@return The location where the comma-separated value (.csv) files are stored before being uploaded to 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" : "BucketFolder", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BucketFolder", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BucketFolder", "sensitive" : false, "setterDocumentation" : "

                                                        The location where the comma-separated value (.csv) files are stored before being uploaded to the S3 bucket.

                                                        \n@param bucketFolder The location where the comma-separated value (.csv) files are stored before being uploaded to the S3 bucket.", "setterMethodName" : "setBucketFolder", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucketFolder", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucketFolder", "variableType" : "String", "documentation" : "

                                                        The location where the comma-separated value (.csv) files are stored before being uploaded to the S3 bucket.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBucketName", "beanStyleSetterMethodName" : "setBucketName", "c2jName" : "BucketName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The name of the S3 bucket you want to use

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

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

                                                        The name of the S3 bucket you want to use

                                                        \n@param bucketName The name of the S3 bucket you want to use\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 you want to use

                                                        \n@return The name of the S3 bucket you want to use", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BucketName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BucketName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BucketName", "sensitive" : false, "setterDocumentation" : "

                                                        The name of the S3 bucket you want to use

                                                        \n@param bucketName The name of the S3 bucket you want to use", "setterMethodName" : "setBucketName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : "

                                                        The name of the S3 bucket you want to use

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConnectionTimeout", "beanStyleSetterMethodName" : "setConnectionTimeout", "c2jName" : "ConnectionTimeout", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                        A value that sets the amount of time to wait (in milliseconds) before timing out, beginning from when you initially establish a connection.

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

                                                        A value that sets the amount of time to wait (in milliseconds) before timing out, beginning from when you initially establish a connection.

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

                                                        A value that sets the amount of time to wait (in milliseconds) before timing out, beginning from when you initially establish a connection.

                                                        \n@param connectionTimeout A value that sets the amount of time to wait (in milliseconds) before timing out, beginning from when you initially establish a connection.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "connectionTimeout", "getterDocumentation" : "

                                                        A value that sets the amount of time to wait (in milliseconds) before timing out, beginning from when you initially establish a connection.

                                                        \n@return A value that sets the amount of time to wait (in milliseconds) before timing out, beginning from when you initially establish a connection.", "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" : "ConnectionTimeout", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConnectionTimeout", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "ConnectionTimeout", "sensitive" : false, "setterDocumentation" : "

                                                        A value that sets the amount of time to wait (in milliseconds) before timing out, beginning from when you initially establish a connection.

                                                        \n@param connectionTimeout A value that sets the amount of time to wait (in milliseconds) before timing out, beginning from when you initially establish a connection.", "setterMethodName" : "setConnectionTimeout", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "connectionTimeout", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "connectionTimeout", "variableType" : "Integer", "documentation" : "

                                                        A value that sets the amount of time to wait (in milliseconds) before timing out, beginning from when you initially establish a connection.

                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDatabaseName", "beanStyleSetterMethodName" : "setDatabaseName", "c2jName" : "DatabaseName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The name of the Amazon Redshift data warehouse (service) that you are working with.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 Amazon Redshift data warehouse (service) that you are working with.

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

                                                        The name of the Amazon Redshift data warehouse (service) that you are working with.

                                                        \n@param databaseName The name of the Amazon Redshift data warehouse (service) that you are working with.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "databaseName", "getterDocumentation" : "

                                                        The name of the Amazon Redshift data warehouse (service) that you are working with.

                                                        \n@return The name of the Amazon Redshift data warehouse (service) that you are working with.", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DatabaseName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatabaseName", "sensitive" : false, "setterDocumentation" : "

                                                        The name of the Amazon Redshift data warehouse (service) that you are working with.

                                                        \n@param databaseName The name of the Amazon Redshift data warehouse (service) that you are working with.", "setterMethodName" : "setDatabaseName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "databaseName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "databaseName", "variableType" : "String", "documentation" : "

                                                        The name of the Amazon Redshift data warehouse (service) that you are working with.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDateFormat", "beanStyleSetterMethodName" : "setDateFormat", "c2jName" : "DateFormat", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The date format that you are using. Valid values are auto (case-sensitive), your date format string enclosed in quotes, or NULL. If this parameter is left unset (NULL), it defaults to a format of 'YYYY-MM-DD'. Using auto recognizes most strings, even some that aren't supported when you use a date format string.

                                                        If your date and time values use formats different from each other, set this to auto.

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

                                                        The date format that you are using. Valid values are auto (case-sensitive), your date format string enclosed in quotes, or NULL. If this parameter is left unset (NULL), it defaults to a format of 'YYYY-MM-DD'. Using auto recognizes most strings, even some that aren't supported when you use a date format string.

                                                        If your date and time values use formats different from each other, set this to auto.

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

                                                        The date format that you are using. Valid values are auto (case-sensitive), your date format string enclosed in quotes, or NULL. If this parameter is left unset (NULL), it defaults to a format of 'YYYY-MM-DD'. Using auto recognizes most strings, even some that aren't supported when you use a date format string.

                                                        If your date and time values use formats different from each other, set this to auto.

                                                        \n@param dateFormat The date format that you are using. Valid values are auto (case-sensitive), your date format string enclosed in quotes, or NULL. If this parameter is left unset (NULL), it defaults to a format of 'YYYY-MM-DD'. Using auto recognizes most strings, even some that aren't supported when you use a date format string.

                                                        If your date and time values use formats different from each other, set this to auto.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dateFormat", "getterDocumentation" : "

                                                        The date format that you are using. Valid values are auto (case-sensitive), your date format string enclosed in quotes, or NULL. If this parameter is left unset (NULL), it defaults to a format of 'YYYY-MM-DD'. Using auto recognizes most strings, even some that aren't supported when you use a date format string.

                                                        If your date and time values use formats different from each other, set this to auto.

                                                        \n@return The date format that you are using. Valid values are auto (case-sensitive), your date format string enclosed in quotes, or NULL. If this parameter is left unset (NULL), it defaults to a format of 'YYYY-MM-DD'. Using auto recognizes most strings, even some that aren't supported when you use a date format string.

                                                        If your date and time values use formats different from each other, set this to auto.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DateFormat", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DateFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DateFormat", "sensitive" : false, "setterDocumentation" : "

                                                        The date format that you are using. Valid values are auto (case-sensitive), your date format string enclosed in quotes, or NULL. If this parameter is left unset (NULL), it defaults to a format of 'YYYY-MM-DD'. Using auto recognizes most strings, even some that aren't supported when you use a date format string.

                                                        If your date and time values use formats different from each other, set this to auto.

                                                        \n@param dateFormat The date format that you are using. Valid values are auto (case-sensitive), your date format string enclosed in quotes, or NULL. If this parameter is left unset (NULL), it defaults to a format of 'YYYY-MM-DD'. Using auto recognizes most strings, even some that aren't supported when you use a date format string.

                                                        If your date and time values use formats different from each other, set this to auto.", "setterMethodName" : "setDateFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dateFormat", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "dateFormat", "variableType" : "String", "documentation" : "

                                                        The date format that you are using. Valid values are auto (case-sensitive), your date format string enclosed in quotes, or NULL. If this parameter is left unset (NULL), it defaults to a format of 'YYYY-MM-DD'. Using auto recognizes most strings, even some that aren't supported when you use a date format string.

                                                        If your date and time values use formats different from each other, set this to auto.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEmptyAsNull", "beanStyleSetterMethodName" : "setEmptyAsNull", "c2jName" : "EmptyAsNull", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                        A value that specifies whether AWS DMS should migrate empty CHAR and VARCHAR fields as NULL. A value of true sets empty CHAR and VARCHAR fields to null. The default is false.

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

                                                        A value that specifies whether AWS DMS should migrate empty CHAR and VARCHAR fields as NULL. A value of true sets empty CHAR and VARCHAR fields to null. The default is false.

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

                                                        A value that specifies whether AWS DMS should migrate empty CHAR and VARCHAR fields as NULL. A value of true sets empty CHAR and VARCHAR fields to null. The default is false.

                                                        \n@param emptyAsNull A value that specifies whether AWS DMS should migrate empty CHAR and VARCHAR fields as NULL. A value of true sets empty CHAR and VARCHAR fields to null. The default is false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "emptyAsNull", "getterDocumentation" : "

                                                        A value that specifies whether AWS DMS should migrate empty CHAR and VARCHAR fields as NULL. A value of true sets empty CHAR and VARCHAR fields to null. The default is false.

                                                        \n@return A value that specifies whether AWS DMS should migrate empty CHAR and VARCHAR fields as NULL. A value of true sets empty CHAR and VARCHAR fields to null. The default is false.", "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" : "EmptyAsNull", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EmptyAsNull", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EmptyAsNull", "sensitive" : false, "setterDocumentation" : "

                                                        A value that specifies whether AWS DMS should migrate empty CHAR and VARCHAR fields as NULL. A value of true sets empty CHAR and VARCHAR fields to null. The default is false.

                                                        \n@param emptyAsNull A value that specifies whether AWS DMS should migrate empty CHAR and VARCHAR fields as NULL. A value of true sets empty CHAR and VARCHAR fields to null. The default is false.", "setterMethodName" : "setEmptyAsNull", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "emptyAsNull", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "emptyAsNull", "variableType" : "Boolean", "documentation" : "

                                                        A value that specifies whether AWS DMS should migrate empty CHAR and VARCHAR fields as NULL. A value of true sets empty CHAR and VARCHAR fields to null. The default is false.

                                                        ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEncryptionModeAsString", "beanStyleSetterMethodName" : "setEncryptionMode", "c2jName" : "EncryptionMode", "c2jShape" : "EncryptionModeValue", "defaultConsumerFluentSetterDocumentation" : "

                                                        The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, create an AWS Identity and Access Management (IAM) role with a policy that allows \"arn:aws:s3:::*\" to use the following actions: \"s3:PutObject\", \"s3:ListBucket\"

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

                                                        The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, create an AWS Identity and Access Management (IAM) role with a policy that allows \"arn:aws:s3:::*\" to use the following actions: \"s3:PutObject\", \"s3:ListBucket\"

                                                        ", "endpointDiscoveryId" : false, "enumType" : "EncryptionModeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "encryptionMode", "fluentEnumSetterMethodName" : "encryptionMode", "fluentGetterMethodName" : "encryptionModeAsString", "fluentSetterDocumentation" : "

                                                        The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, create an AWS Identity and Access Management (IAM) role with a policy that allows \"arn:aws:s3:::*\" to use the following actions: \"s3:PutObject\", \"s3:ListBucket\"

                                                        \n@param encryptionMode The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, create an AWS Identity and Access Management (IAM) role with a policy that allows \"arn:aws:s3:::*\" to use the following actions: \"s3:PutObject\", \"s3:ListBucket\"\n@see EncryptionModeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionModeValue", "fluentSetterMethodName" : "encryptionMode", "getterDocumentation" : "

                                                        The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, create an AWS Identity and Access Management (IAM) role with a policy that allows \"arn:aws:s3:::*\" to use the following actions: \"s3:PutObject\", \"s3:ListBucket\"

                                                        \n

                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #encryptionMode} will return {@link EncryptionModeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #encryptionModeAsString}.\n

                                                        \n@return The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, create an AWS Identity and Access Management (IAM) role with a policy that allows \"arn:aws:s3:::*\" to use the following actions: \"s3:PutObject\", \"s3:ListBucket\"\n@see EncryptionModeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncryptionMode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EncryptionMode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EncryptionMode", "sensitive" : false, "setterDocumentation" : "

                                                        The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, create an AWS Identity and Access Management (IAM) role with a policy that allows \"arn:aws:s3:::*\" to use the following actions: \"s3:PutObject\", \"s3:ListBucket\"

                                                        \n@param encryptionMode The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, create an AWS Identity and Access Management (IAM) role with a policy that allows \"arn:aws:s3:::*\" to use the following actions: \"s3:PutObject\", \"s3:ListBucket\"\n@see EncryptionModeValue", "setterMethodName" : "setEncryptionMode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "encryptionMode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "encryptionMode", "variableType" : "String", "documentation" : "

                                                        The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, create an AWS Identity and Access Management (IAM) role with a policy that allows \"arn:aws:s3:::*\" to use the following actions: \"s3:PutObject\", \"s3:ListBucket\"

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFileTransferUploadStreams", "beanStyleSetterMethodName" : "setFileTransferUploadStreams", "c2jName" : "FileTransferUploadStreams", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                        The number of threads used to upload a single file. This parameter accepts a value from 1 through 64. It defaults to 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 #fileTransferUploadStreams(Integer)}.\n@param fileTransferUploadStreams 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 #fileTransferUploadStreams(Integer)", "deprecated" : false, "documentation" : "

                                                        The number of threads used to upload a single file. This parameter accepts a value from 1 through 64. It defaults to 10.

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

                                                        The number of threads used to upload a single file. This parameter accepts a value from 1 through 64. It defaults to 10.

                                                        \n@param fileTransferUploadStreams The number of threads used to upload a single file. This parameter accepts a value from 1 through 64. It defaults to 10.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fileTransferUploadStreams", "getterDocumentation" : "

                                                        The number of threads used to upload a single file. This parameter accepts a value from 1 through 64. It defaults to 10.

                                                        \n@return The number of threads used to upload a single file. This parameter accepts a value from 1 through 64. It defaults to 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" : "FileTransferUploadStreams", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FileTransferUploadStreams", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "FileTransferUploadStreams", "sensitive" : false, "setterDocumentation" : "

                                                        The number of threads used to upload a single file. This parameter accepts a value from 1 through 64. It defaults to 10.

                                                        \n@param fileTransferUploadStreams The number of threads used to upload a single file. This parameter accepts a value from 1 through 64. It defaults to 10.", "setterMethodName" : "setFileTransferUploadStreams", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "fileTransferUploadStreams", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "fileTransferUploadStreams", "variableType" : "Integer", "documentation" : "

                                                        The number of threads used to upload a single file. This parameter accepts a value from 1 through 64. It defaults to 10.

                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLoadTimeout", "beanStyleSetterMethodName" : "setLoadTimeout", "c2jName" : "LoadTimeout", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                        The amount of time to wait (in milliseconds) before timing out, beginning from when you begin loading.

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

                                                        The amount of time to wait (in milliseconds) before timing out, beginning from when you begin loading.

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

                                                        The amount of time to wait (in milliseconds) before timing out, beginning from when you begin loading.

                                                        \n@param loadTimeout The amount of time to wait (in milliseconds) before timing out, beginning from when you begin loading.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loadTimeout", "getterDocumentation" : "

                                                        The amount of time to wait (in milliseconds) before timing out, beginning from when you begin loading.

                                                        \n@return The amount of time to wait (in milliseconds) before timing out, beginning from when you begin loading.", "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" : "LoadTimeout", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadTimeout", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "LoadTimeout", "sensitive" : false, "setterDocumentation" : "

                                                        The amount of time to wait (in milliseconds) before timing out, beginning from when you begin loading.

                                                        \n@param loadTimeout The amount of time to wait (in milliseconds) before timing out, beginning from when you begin loading.", "setterMethodName" : "setLoadTimeout", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "loadTimeout", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "loadTimeout", "variableType" : "Integer", "documentation" : "

                                                        The amount of time to wait (in milliseconds) before timing out, beginning from when you begin loading.

                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxFileSize", "beanStyleSetterMethodName" : "setMaxFileSize", "c2jName" : "MaxFileSize", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                        The maximum size (in KB) of any .csv file used to transfer data to Amazon Redshift. This accepts a value from 1 through 1,048,576. It defaults to 32,768 KB (32 MB).

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

                                                        The maximum size (in KB) of any .csv file used to transfer data to Amazon Redshift. This accepts a value from 1 through 1,048,576. It defaults to 32,768 KB (32 MB).

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

                                                        The maximum size (in KB) of any .csv file used to transfer data to Amazon Redshift. This accepts a value from 1 through 1,048,576. It defaults to 32,768 KB (32 MB).

                                                        \n@param maxFileSize The maximum size (in KB) of any .csv file used to transfer data to Amazon Redshift. This accepts a value from 1 through 1,048,576. It defaults to 32,768 KB (32 MB).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxFileSize", "getterDocumentation" : "

                                                        The maximum size (in KB) of any .csv file used to transfer data to Amazon Redshift. This accepts a value from 1 through 1,048,576. It defaults to 32,768 KB (32 MB).

                                                        \n@return The maximum size (in KB) of any .csv file used to transfer data to Amazon Redshift. This accepts a value from 1 through 1,048,576. It defaults to 32,768 KB (32 MB).", "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" : "MaxFileSize", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxFileSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxFileSize", "sensitive" : false, "setterDocumentation" : "

                                                        The maximum size (in KB) of any .csv file used to transfer data to Amazon Redshift. This accepts a value from 1 through 1,048,576. It defaults to 32,768 KB (32 MB).

                                                        \n@param maxFileSize The maximum size (in KB) of any .csv file used to transfer data to Amazon Redshift. This accepts a value from 1 through 1,048,576. It defaults to 32,768 KB (32 MB).", "setterMethodName" : "setMaxFileSize", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxFileSize", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxFileSize", "variableType" : "Integer", "documentation" : "

                                                        The maximum size (in KB) of any .csv file used to transfer data to Amazon Redshift. This accepts a value from 1 through 1,048,576. It defaults to 32,768 KB (32 MB).

                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPassword", "beanStyleSetterMethodName" : "setPassword", "c2jName" : "Password", "c2jShape" : "SecretString", "defaultConsumerFluentSetterDocumentation" : "

                                                        The password for the user named in the username property.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 named in the username property.

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

                                                        The password for the user named in the username property.

                                                        \n@param password The password for the user named in the username property.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "password", "getterDocumentation" : "

                                                        The password for the user named in the username property.

                                                        \n@return The password for the user named in the username property.", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Password", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Password", "sensitive" : true, "setterDocumentation" : "

                                                        The password for the user named in the username property.

                                                        \n@param password The password for the user named in the username property.", "setterMethodName" : "setPassword", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "password", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "password", "variableType" : "String", "documentation" : "

                                                        The password for the user named in the username property.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                        The port number for Amazon Redshift. The default value is 5439.

                                                        \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 number for Amazon Redshift. The default value is 5439.

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

                                                        The port number for Amazon Redshift. The default value is 5439.

                                                        \n@param port The port number for Amazon Redshift. The default value is 5439.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "port", "getterDocumentation" : "

                                                        The port number for Amazon Redshift. The default value is 5439.

                                                        \n@return The port number for Amazon Redshift. The default value is 5439.", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Port", "sensitive" : false, "setterDocumentation" : "

                                                        The port number for Amazon Redshift. The default value is 5439.

                                                        \n@param port The port number for Amazon Redshift. The default value is 5439.", "setterMethodName" : "setPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                                                        The port number for Amazon Redshift. The default value is 5439.

                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRemoveQuotes", "beanStyleSetterMethodName" : "setRemoveQuotes", "c2jName" : "RemoveQuotes", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                        A value that specifies to remove surrounding quotation marks from strings in the incoming data. All characters within the quotation marks, including delimiters, are retained. Choose true to remove quotation marks. The default is false.

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

                                                        A value that specifies to remove surrounding quotation marks from strings in the incoming data. All characters within the quotation marks, including delimiters, are retained. Choose true to remove quotation marks. The default is false.

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

                                                        A value that specifies to remove surrounding quotation marks from strings in the incoming data. All characters within the quotation marks, including delimiters, are retained. Choose true to remove quotation marks. The default is false.

                                                        \n@param removeQuotes A value that specifies to remove surrounding quotation marks from strings in the incoming data. All characters within the quotation marks, including delimiters, are retained. Choose true to remove quotation marks. The default is false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "removeQuotes", "getterDocumentation" : "

                                                        A value that specifies to remove surrounding quotation marks from strings in the incoming data. All characters within the quotation marks, including delimiters, are retained. Choose true to remove quotation marks. The default is false.

                                                        \n@return A value that specifies to remove surrounding quotation marks from strings in the incoming data. All characters within the quotation marks, including delimiters, are retained. Choose true to remove quotation marks. The default is false.", "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" : "RemoveQuotes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RemoveQuotes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "RemoveQuotes", "sensitive" : false, "setterDocumentation" : "

                                                        A value that specifies to remove surrounding quotation marks from strings in the incoming data. All characters within the quotation marks, including delimiters, are retained. Choose true to remove quotation marks. The default is false.

                                                        \n@param removeQuotes A value that specifies to remove surrounding quotation marks from strings in the incoming data. All characters within the quotation marks, including delimiters, are retained. Choose true to remove quotation marks. The default is false.", "setterMethodName" : "setRemoveQuotes", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "removeQuotes", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "removeQuotes", "variableType" : "Boolean", "documentation" : "

                                                        A value that specifies to remove surrounding quotation marks from strings in the incoming data. All characters within the quotation marks, including delimiters, are retained. Choose true to remove quotation marks. The default is false.

                                                        ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplaceInvalidChars", "beanStyleSetterMethodName" : "setReplaceInvalidChars", "c2jName" : "ReplaceInvalidChars", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        A list of characters that you want to replace. Use with ReplaceChars.

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

                                                        A list of characters that you want to replace. Use with ReplaceChars.

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

                                                        A list of characters that you want to replace. Use with ReplaceChars.

                                                        \n@param replaceInvalidChars A list of characters that you want to replace. Use with ReplaceChars.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replaceInvalidChars", "getterDocumentation" : "

                                                        A list of characters that you want to replace. Use with ReplaceChars.

                                                        \n@return A list of characters that you want to replace. Use with ReplaceChars.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplaceInvalidChars", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplaceInvalidChars", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplaceInvalidChars", "sensitive" : false, "setterDocumentation" : "

                                                        A list of characters that you want to replace. Use with ReplaceChars.

                                                        \n@param replaceInvalidChars A list of characters that you want to replace. Use with ReplaceChars.", "setterMethodName" : "setReplaceInvalidChars", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replaceInvalidChars", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replaceInvalidChars", "variableType" : "String", "documentation" : "

                                                        A list of characters that you want to replace. Use with ReplaceChars.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplaceChars", "beanStyleSetterMethodName" : "setReplaceChars", "c2jName" : "ReplaceChars", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        A value that specifies to replaces the invalid characters specified in ReplaceInvalidChars, substituting the specified characters instead. The default is \"?\".

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

                                                        A value that specifies to replaces the invalid characters specified in ReplaceInvalidChars, substituting the specified characters instead. The default is \"?\".

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

                                                        A value that specifies to replaces the invalid characters specified in ReplaceInvalidChars, substituting the specified characters instead. The default is \"?\".

                                                        \n@param replaceChars A value that specifies to replaces the invalid characters specified in ReplaceInvalidChars, substituting the specified characters instead. The default is \"?\".\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replaceChars", "getterDocumentation" : "

                                                        A value that specifies to replaces the invalid characters specified in ReplaceInvalidChars, substituting the specified characters instead. The default is \"?\".

                                                        \n@return A value that specifies to replaces the invalid characters specified in ReplaceInvalidChars, substituting the specified characters instead. The default is \"?\".", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplaceChars", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplaceChars", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplaceChars", "sensitive" : false, "setterDocumentation" : "

                                                        A value that specifies to replaces the invalid characters specified in ReplaceInvalidChars, substituting the specified characters instead. The default is \"?\".

                                                        \n@param replaceChars A value that specifies to replaces the invalid characters specified in ReplaceInvalidChars, substituting the specified characters instead. The default is \"?\".", "setterMethodName" : "setReplaceChars", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replaceChars", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replaceChars", "variableType" : "String", "documentation" : "

                                                        A value that specifies to replaces the invalid characters specified in ReplaceInvalidChars, substituting the specified characters instead. The default is \"?\".

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServerName", "beanStyleSetterMethodName" : "setServerName", "c2jName" : "ServerName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The name of the Amazon Redshift cluster you are using.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 Amazon Redshift cluster you are using.

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

                                                        The name of the Amazon Redshift cluster you are using.

                                                        \n@param serverName The name of the Amazon Redshift cluster you are using.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverName", "getterDocumentation" : "

                                                        The name of the Amazon Redshift cluster you are using.

                                                        \n@return The name of the Amazon Redshift cluster you are using.", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServerName", "sensitive" : false, "setterDocumentation" : "

                                                        The name of the Amazon Redshift cluster you are using.

                                                        \n@param serverName The name of the Amazon Redshift cluster you are using.", "setterMethodName" : "setServerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serverName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverName", "variableType" : "String", "documentation" : "

                                                        The name of the Amazon Redshift cluster you are using.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceAccessRoleArn", "beanStyleSetterMethodName" : "setServiceAccessRoleArn", "c2jName" : "ServiceAccessRoleArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the IAM role that has access to the Amazon Redshift service.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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) of the IAM role that has access to the Amazon Redshift service.

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

                                                        The Amazon Resource Name (ARN) of the IAM role that has access to the Amazon Redshift service.

                                                        \n@param serviceAccessRoleArn The Amazon Resource Name (ARN) of the IAM role that has access to the Amazon Redshift service.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceAccessRoleArn", "getterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the IAM role that has access to the Amazon Redshift service.

                                                        \n@return The Amazon Resource Name (ARN) of the IAM role that has access to the Amazon Redshift service.", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceAccessRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceAccessRoleArn", "sensitive" : false, "setterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the IAM role that has access to the Amazon Redshift service.

                                                        \n@param serviceAccessRoleArn The Amazon Resource Name (ARN) of the IAM role that has access to the Amazon Redshift service.", "setterMethodName" : "setServiceAccessRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceAccessRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceAccessRoleArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name (ARN) of the IAM role that has access to the Amazon Redshift service.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServerSideEncryptionKmsKeyId", "beanStyleSetterMethodName" : "setServerSideEncryptionKmsKeyId", "c2jName" : "ServerSideEncryptionKmsKeyId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The AWS KMS key ID. If you are using SSE_KMS for the EncryptionMode, provide this key ID. The key that you use needs an attached policy that enables IAM user permissions and allows use of the key.

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

                                                        The AWS KMS key ID. If you are using SSE_KMS for the EncryptionMode, provide this key ID. The key that you use needs an attached policy that enables IAM user permissions and allows use of the key.

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

                                                        The AWS KMS key ID. If you are using SSE_KMS for the EncryptionMode, provide this key ID. The key that you use needs an attached policy that enables IAM user permissions and allows use of the key.

                                                        \n@param serverSideEncryptionKmsKeyId The AWS KMS key ID. If you are using SSE_KMS for the EncryptionMode, provide this key ID. The key that you use needs an attached policy that enables IAM user permissions and allows use of the key.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverSideEncryptionKmsKeyId", "getterDocumentation" : "

                                                        The AWS KMS key ID. If you are using SSE_KMS for the EncryptionMode, provide this key ID. The key that you use needs an attached policy that enables IAM user permissions and allows use of the key.

                                                        \n@return The AWS KMS key ID. If you are using SSE_KMS for the EncryptionMode, provide this key ID. The key that you use needs an attached policy that enables IAM user permissions and allows use of the key.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServerSideEncryptionKmsKeyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServerSideEncryptionKmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServerSideEncryptionKmsKeyId", "sensitive" : false, "setterDocumentation" : "

                                                        The AWS KMS key ID. If you are using SSE_KMS for the EncryptionMode, provide this key ID. The key that you use needs an attached policy that enables IAM user permissions and allows use of the key.

                                                        \n@param serverSideEncryptionKmsKeyId The AWS KMS key ID. If you are using SSE_KMS for the EncryptionMode, provide this key ID. The key that you use needs an attached policy that enables IAM user permissions and allows use of the key.", "setterMethodName" : "setServerSideEncryptionKmsKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serverSideEncryptionKmsKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverSideEncryptionKmsKeyId", "variableType" : "String", "documentation" : "

                                                        The AWS KMS key ID. If you are using SSE_KMS for the EncryptionMode, provide this key ID. The key that you use needs an attached policy that enables IAM user permissions and allows use of the key.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTimeFormat", "beanStyleSetterMethodName" : "setTimeFormat", "c2jName" : "TimeFormat", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The time format that you want to use. Valid values are auto (case-sensitive), 'timeformat_string', 'epochsecs', or 'epochmillisecs'. It defaults to 10. Using auto recognizes most strings, even some that aren't supported when you use a time format string.

                                                        If your date and time values use formats different from each other, set this parameter to auto.

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

                                                        The time format that you want to use. Valid values are auto (case-sensitive), 'timeformat_string', 'epochsecs', or 'epochmillisecs'. It defaults to 10. Using auto recognizes most strings, even some that aren't supported when you use a time format string.

                                                        If your date and time values use formats different from each other, set this parameter to auto.

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

                                                        The time format that you want to use. Valid values are auto (case-sensitive), 'timeformat_string', 'epochsecs', or 'epochmillisecs'. It defaults to 10. Using auto recognizes most strings, even some that aren't supported when you use a time format string.

                                                        If your date and time values use formats different from each other, set this parameter to auto.

                                                        \n@param timeFormat The time format that you want to use. Valid values are auto (case-sensitive), 'timeformat_string', 'epochsecs', or 'epochmillisecs'. It defaults to 10. Using auto recognizes most strings, even some that aren't supported when you use a time format string.

                                                        If your date and time values use formats different from each other, set this parameter to auto.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timeFormat", "getterDocumentation" : "

                                                        The time format that you want to use. Valid values are auto (case-sensitive), 'timeformat_string', 'epochsecs', or 'epochmillisecs'. It defaults to 10. Using auto recognizes most strings, even some that aren't supported when you use a time format string.

                                                        If your date and time values use formats different from each other, set this parameter to auto.

                                                        \n@return The time format that you want to use. Valid values are auto (case-sensitive), 'timeformat_string', 'epochsecs', or 'epochmillisecs'. It defaults to 10. Using auto recognizes most strings, even some that aren't supported when you use a time format string.

                                                        If your date and time values use formats different from each other, set this parameter to auto.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TimeFormat", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TimeFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TimeFormat", "sensitive" : false, "setterDocumentation" : "

                                                        The time format that you want to use. Valid values are auto (case-sensitive), 'timeformat_string', 'epochsecs', or 'epochmillisecs'. It defaults to 10. Using auto recognizes most strings, even some that aren't supported when you use a time format string.

                                                        If your date and time values use formats different from each other, set this parameter to auto.

                                                        \n@param timeFormat The time format that you want to use. Valid values are auto (case-sensitive), 'timeformat_string', 'epochsecs', or 'epochmillisecs'. It defaults to 10. Using auto recognizes most strings, even some that aren't supported when you use a time format string.

                                                        If your date and time values use formats different from each other, set this parameter to auto.", "setterMethodName" : "setTimeFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "timeFormat", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "timeFormat", "variableType" : "String", "documentation" : "

                                                        The time format that you want to use. Valid values are auto (case-sensitive), 'timeformat_string', 'epochsecs', or 'epochmillisecs'. It defaults to 10. Using auto recognizes most strings, even some that aren't supported when you use a time format string.

                                                        If your date and time values use formats different from each other, set this parameter to auto.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTrimBlanks", "beanStyleSetterMethodName" : "setTrimBlanks", "c2jName" : "TrimBlanks", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                        A value that specifies to remove the trailing white space characters from a VARCHAR string. This parameter applies only to columns with a VARCHAR data type. Choose true to remove unneeded white space. The default is false.

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

                                                        A value that specifies to remove the trailing white space characters from a VARCHAR string. This parameter applies only to columns with a VARCHAR data type. Choose true to remove unneeded white space. The default is false.

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

                                                        A value that specifies to remove the trailing white space characters from a VARCHAR string. This parameter applies only to columns with a VARCHAR data type. Choose true to remove unneeded white space. The default is false.

                                                        \n@param trimBlanks A value that specifies to remove the trailing white space characters from a VARCHAR string. This parameter applies only to columns with a VARCHAR data type. Choose true to remove unneeded white space. The default is false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "trimBlanks", "getterDocumentation" : "

                                                        A value that specifies to remove the trailing white space characters from a VARCHAR string. This parameter applies only to columns with a VARCHAR data type. Choose true to remove unneeded white space. The default is false.

                                                        \n@return A value that specifies to remove the trailing white space characters from a VARCHAR string. This parameter applies only to columns with a VARCHAR data type. Choose true to remove unneeded white space. The default is false.", "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" : "TrimBlanks", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TrimBlanks", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "TrimBlanks", "sensitive" : false, "setterDocumentation" : "

                                                        A value that specifies to remove the trailing white space characters from a VARCHAR string. This parameter applies only to columns with a VARCHAR data type. Choose true to remove unneeded white space. The default is false.

                                                        \n@param trimBlanks A value that specifies to remove the trailing white space characters from a VARCHAR string. This parameter applies only to columns with a VARCHAR data type. Choose true to remove unneeded white space. The default is false.", "setterMethodName" : "setTrimBlanks", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "trimBlanks", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "trimBlanks", "variableType" : "Boolean", "documentation" : "

                                                        A value that specifies to remove the trailing white space characters from a VARCHAR string. This parameter applies only to columns with a VARCHAR data type. Choose true to remove unneeded white space. The default is false.

                                                        ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTruncateColumns", "beanStyleSetterMethodName" : "setTruncateColumns", "c2jName" : "TruncateColumns", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                        A value that specifies to truncate data in columns to the appropriate number of characters, so that the data fits in the column. This parameter applies only to columns with a VARCHAR or CHAR data type, and rows with a size of 4 MB or less. Choose true to truncate data. The default is false.

                                                        \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 #truncateColumns(Boolean)}.\n@param truncateColumns 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 #truncateColumns(Boolean)", "deprecated" : false, "documentation" : "

                                                        A value that specifies to truncate data in columns to the appropriate number of characters, so that the data fits in the column. This parameter applies only to columns with a VARCHAR or CHAR data type, and rows with a size of 4 MB or less. Choose true to truncate data. The default is false.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "truncateColumns", "fluentSetterDocumentation" : "

                                                        A value that specifies to truncate data in columns to the appropriate number of characters, so that the data fits in the column. This parameter applies only to columns with a VARCHAR or CHAR data type, and rows with a size of 4 MB or less. Choose true to truncate data. The default is false.

                                                        \n@param truncateColumns A value that specifies to truncate data in columns to the appropriate number of characters, so that the data fits in the column. This parameter applies only to columns with a VARCHAR or CHAR data type, and rows with a size of 4 MB or less. Choose true to truncate data. The default is false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "truncateColumns", "getterDocumentation" : "

                                                        A value that specifies to truncate data in columns to the appropriate number of characters, so that the data fits in the column. This parameter applies only to columns with a VARCHAR or CHAR data type, and rows with a size of 4 MB or less. Choose true to truncate data. The default is false.

                                                        \n@return A value that specifies to truncate data in columns to the appropriate number of characters, so that the data fits in the column. This parameter applies only to columns with a VARCHAR or CHAR data type, and rows with a size of 4 MB or less. Choose true to truncate data. The default is false.", "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" : "TruncateColumns", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TruncateColumns", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "TruncateColumns", "sensitive" : false, "setterDocumentation" : "

                                                        A value that specifies to truncate data in columns to the appropriate number of characters, so that the data fits in the column. This parameter applies only to columns with a VARCHAR or CHAR data type, and rows with a size of 4 MB or less. Choose true to truncate data. The default is false.

                                                        \n@param truncateColumns A value that specifies to truncate data in columns to the appropriate number of characters, so that the data fits in the column. This parameter applies only to columns with a VARCHAR or CHAR data type, and rows with a size of 4 MB or less. Choose true to truncate data. The default is false.", "setterMethodName" : "setTruncateColumns", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "truncateColumns", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "truncateColumns", "variableType" : "Boolean", "documentation" : "

                                                        A value that specifies to truncate data in columns to the appropriate number of characters, so that the data fits in the column. This parameter applies only to columns with a VARCHAR or CHAR data type, and rows with a size of 4 MB or less. Choose true to truncate data. The default is false.

                                                        ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUsername", "beanStyleSetterMethodName" : "setUsername", "c2jName" : "Username", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        An Amazon Redshift user name for a registered user.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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" : "

                                                        An Amazon Redshift user name for a registered user.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "username", "fluentSetterDocumentation" : "

                                                        An Amazon Redshift user name for a registered user.

                                                        \n@param username An Amazon Redshift user name for a registered user.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "username", "getterDocumentation" : "

                                                        An Amazon Redshift user name for a registered user.

                                                        \n@return An Amazon Redshift user name for a registered user.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Username", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Username", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Username", "sensitive" : false, "setterDocumentation" : "

                                                        An Amazon Redshift user name for a registered user.

                                                        \n@param username An Amazon Redshift user name for a registered user.", "setterMethodName" : "setUsername", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "username", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "username", "variableType" : "String", "documentation" : "

                                                        An Amazon Redshift user name for a registered user.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getWriteBufferSize", "beanStyleSetterMethodName" : "setWriteBufferSize", "c2jName" : "WriteBufferSize", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                        The size of the write buffer to use in rows. Valid values range from 1 through 2,048. The default is 1,024. Use this setting to tune performance.

                                                        \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 #writeBufferSize(Integer)}.\n@param writeBufferSize 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 #writeBufferSize(Integer)", "deprecated" : false, "documentation" : "

                                                        The size of the write buffer to use in rows. Valid values range from 1 through 2,048. The default is 1,024. Use this setting to tune performance.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "writeBufferSize", "fluentSetterDocumentation" : "

                                                        The size of the write buffer to use in rows. Valid values range from 1 through 2,048. The default is 1,024. Use this setting to tune performance.

                                                        \n@param writeBufferSize The size of the write buffer to use in rows. Valid values range from 1 through 2,048. The default is 1,024. Use this setting to tune performance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "writeBufferSize", "getterDocumentation" : "

                                                        The size of the write buffer to use in rows. Valid values range from 1 through 2,048. The default is 1,024. Use this setting to tune performance.

                                                        \n@return The size of the write buffer to use in rows. Valid values range from 1 through 2,048. The default is 1,024. Use this setting to tune performance.", "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" : "WriteBufferSize", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "WriteBufferSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "WriteBufferSize", "sensitive" : false, "setterDocumentation" : "

                                                        The size of the write buffer to use in rows. Valid values range from 1 through 2,048. The default is 1,024. Use this setting to tune performance.

                                                        \n@param writeBufferSize The size of the write buffer to use in rows. Valid values range from 1 through 2,048. The default is 1,024. Use this setting to tune performance.", "setterMethodName" : "setWriteBufferSize", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "writeBufferSize", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "writeBufferSize", "variableType" : "Integer", "documentation" : "

                                                        The size of the write buffer to use in rows. Valid values range from 1 through 2,048. The default is 1,024. Use this setting to tune performance.

                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RedshiftSettings", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RedshiftSettings", "variableName" : "redshiftSettings", "variableType" : "RedshiftSettings", "documentation" : null, "simpleType" : "RedshiftSettings", "variableSetterType" : "RedshiftSettings" }, "wrapper" : false }, "RefreshSchemasRequest" : { "c2jName" : "RefreshSchemasMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RefreshSchemasStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RefreshSchemasStatus", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RefreshSchemasStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RefreshSchemasStatus", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RefreshSchemasStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RefreshSchemasStatus", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "sensitive" : false, "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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name (ARN) of the replication instance.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatusAsString", "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 #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "documentation" : "

                                                        The status of the schema.

                                                        ", "endpointDiscoveryId" : false, "enumType" : "RefreshSchemasStatusTypeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "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 #statusAsString}.\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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastRefreshDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastRefreshDate", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastFailureMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LastFailureMessage", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastFailureMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LastFailureMessage", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastRefreshDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastRefreshDate", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "sensitive" : false, "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, "timestampFormat" : null, "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" : "getStatusAsString", "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 #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "documentation" : "

                                                        The status of the schema.

                                                        ", "endpointDiscoveryId" : false, "enumType" : "RefreshSchemasStatusTypeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "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 #statusAsString}.\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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "sensitive" : false, "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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name (ARN) of the replication instance.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatusAsString", "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 #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "documentation" : "

                                                        The status of the schema.

                                                        ", "endpointDiscoveryId" : false, "enumType" : "RefreshSchemasStatusTypeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "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 #statusAsString}.\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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastRefreshDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastRefreshDate", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastFailureMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LastFailureMessage", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "SUCCESSFUL", "value" : "successful" }, { "name" : "FAILED", "value" : "failed" }, { "name" : "REFRESHING", "value" : "refreshing" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RefreshSchemasStatusTypeValue", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RefreshSchemasStatusTypeValue", "variableName" : "refreshSchemasStatusTypeValue", "variableType" : "RefreshSchemasStatusTypeValue", "documentation" : null, "simpleType" : "RefreshSchemasStatusTypeValue", "variableSetterType" : "RefreshSchemasStatusTypeValue" }, "wrapper" : false }, "ReleaseStatusValues" : { "c2jName" : "ReleaseStatusValues", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "BETA", "value" : "beta" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReleaseStatusValues", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReleaseStatusValues", "variableName" : "releaseStatusValues", "variableType" : "ReleaseStatusValues", "documentation" : null, "simpleType" : "ReleaseStatusValues", "variableSetterType" : "ReleaseStatusValues" }, "wrapper" : false }, "ReloadOptionValue" : { "c2jName" : "ReloadOptionValue", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "DATA_RELOAD", "value" : "data-reload" }, { "name" : "VALIDATE_ONLY", "value" : "validate-only" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReloadOptionValue", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReloadOptionValue", "variableName" : "reloadOptionValue", "variableType" : "ReloadOptionValue", "documentation" : null, "simpleType" : "ReloadOptionValue", "variableSetterType" : "ReloadOptionValue" }, "wrapper" : false }, "ReloadTablesRequest" : { "c2jName" : "ReloadTablesMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "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 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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "sensitive" : false, "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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task.

                                                        ", "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TablesToReload", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TableToReload", "variableName" : "member", "variableType" : "TableToReload", "documentation" : null, "simpleType" : "TableToReload", "variableSetterType" : "TableToReload" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "TablesToReload", "sensitive" : false, "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, "timestampFormat" : null, "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 }, { "beanStyleGetterMethodName" : "getReloadOptionAsString", "beanStyleSetterMethodName" : "setReloadOption", "c2jName" : "ReloadOption", "c2jShape" : "ReloadOptionValue", "defaultConsumerFluentSetterDocumentation" : "

                                                        Options for reload. Specify data-reload to reload the data and re-validate it if validation is enabled. Specify validate-only to re-validate the table. This option applies only when validation is enabled for the task.

                                                        Valid values: data-reload, validate-only

                                                        Default value is data-reload.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reloadOptionAsString(String)}.\n@param reloadOption a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reloadOption(String)", "deprecated" : false, "documentation" : "

                                                        Options for reload. Specify data-reload to reload the data and re-validate it if validation is enabled. Specify validate-only to re-validate the table. This option applies only when validation is enabled for the task.

                                                        Valid values: data-reload, validate-only

                                                        Default value is data-reload.

                                                        ", "endpointDiscoveryId" : false, "enumType" : "ReloadOptionValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "reloadOption", "fluentEnumSetterMethodName" : "reloadOption", "fluentGetterMethodName" : "reloadOptionAsString", "fluentSetterDocumentation" : "

                                                        Options for reload. Specify data-reload to reload the data and re-validate it if validation is enabled. Specify validate-only to re-validate the table. This option applies only when validation is enabled for the task.

                                                        Valid values: data-reload, validate-only

                                                        Default value is data-reload.

                                                        \n@param reloadOption Options for reload. Specify data-reload to reload the data and re-validate it if validation is enabled. Specify validate-only to re-validate the table. This option applies only when validation is enabled for the task.

                                                        Valid values: data-reload, validate-only

                                                        Default value is data-reload.\n@see ReloadOptionValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReloadOptionValue", "fluentSetterMethodName" : "reloadOption", "getterDocumentation" : "

                                                        Options for reload. Specify data-reload to reload the data and re-validate it if validation is enabled. Specify validate-only to re-validate the table. This option applies only when validation is enabled for the task.

                                                        Valid values: data-reload, validate-only

                                                        Default value is data-reload.

                                                        \n

                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #reloadOption} will return {@link ReloadOptionValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #reloadOptionAsString}.\n

                                                        \n@return Options for reload. Specify data-reload to reload the data and re-validate it if validation is enabled. Specify validate-only to re-validate the table. This option applies only when validation is enabled for the task.

                                                        Valid values: data-reload, validate-only

                                                        Default value is data-reload.\n@see ReloadOptionValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReloadOption", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReloadOption", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReloadOption", "sensitive" : false, "setterDocumentation" : "

                                                        Options for reload. Specify data-reload to reload the data and re-validate it if validation is enabled. Specify validate-only to re-validate the table. This option applies only when validation is enabled for the task.

                                                        Valid values: data-reload, validate-only

                                                        Default value is data-reload.

                                                        \n@param reloadOption Options for reload. Specify data-reload to reload the data and re-validate it if validation is enabled. Specify validate-only to re-validate the table. This option applies only when validation is enabled for the task.

                                                        Valid values: data-reload, validate-only

                                                        Default value is data-reload.\n@see ReloadOptionValue", "setterMethodName" : "setReloadOption", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reloadOption", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reloadOption", "variableType" : "String", "documentation" : "

                                                        Options for reload. Specify data-reload to reload the data and re-validate it if validation is enabled. Specify validate-only to re-validate the table. This option applies only when validation is enabled for the task.

                                                        Valid values: data-reload, validate-only

                                                        Default value is data-reload.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ReloadOption" : { "beanStyleGetterMethodName" : "getReloadOptionAsString", "beanStyleSetterMethodName" : "setReloadOption", "c2jName" : "ReloadOption", "c2jShape" : "ReloadOptionValue", "defaultConsumerFluentSetterDocumentation" : "

                                                        Options for reload. Specify data-reload to reload the data and re-validate it if validation is enabled. Specify validate-only to re-validate the table. This option applies only when validation is enabled for the task.

                                                        Valid values: data-reload, validate-only

                                                        Default value is data-reload.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reloadOptionAsString(String)}.\n@param reloadOption a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reloadOption(String)", "deprecated" : false, "documentation" : "

                                                        Options for reload. Specify data-reload to reload the data and re-validate it if validation is enabled. Specify validate-only to re-validate the table. This option applies only when validation is enabled for the task.

                                                        Valid values: data-reload, validate-only

                                                        Default value is data-reload.

                                                        ", "endpointDiscoveryId" : false, "enumType" : "ReloadOptionValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "reloadOption", "fluentEnumSetterMethodName" : "reloadOption", "fluentGetterMethodName" : "reloadOptionAsString", "fluentSetterDocumentation" : "

                                                        Options for reload. Specify data-reload to reload the data and re-validate it if validation is enabled. Specify validate-only to re-validate the table. This option applies only when validation is enabled for the task.

                                                        Valid values: data-reload, validate-only

                                                        Default value is data-reload.

                                                        \n@param reloadOption Options for reload. Specify data-reload to reload the data and re-validate it if validation is enabled. Specify validate-only to re-validate the table. This option applies only when validation is enabled for the task.

                                                        Valid values: data-reload, validate-only

                                                        Default value is data-reload.\n@see ReloadOptionValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReloadOptionValue", "fluentSetterMethodName" : "reloadOption", "getterDocumentation" : "

                                                        Options for reload. Specify data-reload to reload the data and re-validate it if validation is enabled. Specify validate-only to re-validate the table. This option applies only when validation is enabled for the task.

                                                        Valid values: data-reload, validate-only

                                                        Default value is data-reload.

                                                        \n

                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #reloadOption} will return {@link ReloadOptionValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #reloadOptionAsString}.\n

                                                        \n@return Options for reload. Specify data-reload to reload the data and re-validate it if validation is enabled. Specify validate-only to re-validate the table. This option applies only when validation is enabled for the task.

                                                        Valid values: data-reload, validate-only

                                                        Default value is data-reload.\n@see ReloadOptionValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReloadOption", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReloadOption", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReloadOption", "sensitive" : false, "setterDocumentation" : "

                                                        Options for reload. Specify data-reload to reload the data and re-validate it if validation is enabled. Specify validate-only to re-validate the table. This option applies only when validation is enabled for the task.

                                                        Valid values: data-reload, validate-only

                                                        Default value is data-reload.

                                                        \n@param reloadOption Options for reload. Specify data-reload to reload the data and re-validate it if validation is enabled. Specify validate-only to re-validate the table. This option applies only when validation is enabled for the task.

                                                        Valid values: data-reload, validate-only

                                                        Default value is data-reload.\n@see ReloadOptionValue", "setterMethodName" : "setReloadOption", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reloadOption", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reloadOption", "variableType" : "String", "documentation" : "

                                                        Options for reload. Specify data-reload to reload the data and re-validate it if validation is enabled. Specify validate-only to re-validate the table. This option applies only when validation is enabled for the task.

                                                        Valid values: data-reload, validate-only

                                                        Default value is data-reload.

                                                        ", "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "sensitive" : false, "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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task.

                                                        ", "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TablesToReload", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TableToReload", "variableName" : "member", "variableType" : "TableToReload", "documentation" : null, "simpleType" : "TableToReload", "variableSetterType" : "TableToReload" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "TablesToReload", "sensitive" : false, "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, "timestampFormat" : null, "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 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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "sensitive" : false, "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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task.

                                                        ", "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TablesToReload", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TableToReload", "variableName" : "member", "variableType" : "TableToReload", "documentation" : null, "simpleType" : "TableToReload", "variableSetterType" : "TableToReload" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "TablesToReload", "sensitive" : false, "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, "timestampFormat" : null, "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 }, { "beanStyleGetterMethodName" : "getReloadOptionAsString", "beanStyleSetterMethodName" : "setReloadOption", "c2jName" : "ReloadOption", "c2jShape" : "ReloadOptionValue", "defaultConsumerFluentSetterDocumentation" : "

                                                        Options for reload. Specify data-reload to reload the data and re-validate it if validation is enabled. Specify validate-only to re-validate the table. This option applies only when validation is enabled for the task.

                                                        Valid values: data-reload, validate-only

                                                        Default value is data-reload.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reloadOptionAsString(String)}.\n@param reloadOption a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reloadOption(String)", "deprecated" : false, "documentation" : "

                                                        Options for reload. Specify data-reload to reload the data and re-validate it if validation is enabled. Specify validate-only to re-validate the table. This option applies only when validation is enabled for the task.

                                                        Valid values: data-reload, validate-only

                                                        Default value is data-reload.

                                                        ", "endpointDiscoveryId" : false, "enumType" : "ReloadOptionValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "reloadOption", "fluentEnumSetterMethodName" : "reloadOption", "fluentGetterMethodName" : "reloadOptionAsString", "fluentSetterDocumentation" : "

                                                        Options for reload. Specify data-reload to reload the data and re-validate it if validation is enabled. Specify validate-only to re-validate the table. This option applies only when validation is enabled for the task.

                                                        Valid values: data-reload, validate-only

                                                        Default value is data-reload.

                                                        \n@param reloadOption Options for reload. Specify data-reload to reload the data and re-validate it if validation is enabled. Specify validate-only to re-validate the table. This option applies only when validation is enabled for the task.

                                                        Valid values: data-reload, validate-only

                                                        Default value is data-reload.\n@see ReloadOptionValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReloadOptionValue", "fluentSetterMethodName" : "reloadOption", "getterDocumentation" : "

                                                        Options for reload. Specify data-reload to reload the data and re-validate it if validation is enabled. Specify validate-only to re-validate the table. This option applies only when validation is enabled for the task.

                                                        Valid values: data-reload, validate-only

                                                        Default value is data-reload.

                                                        \n

                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #reloadOption} will return {@link ReloadOptionValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #reloadOptionAsString}.\n

                                                        \n@return Options for reload. Specify data-reload to reload the data and re-validate it if validation is enabled. Specify validate-only to re-validate the table. This option applies only when validation is enabled for the task.

                                                        Valid values: data-reload, validate-only

                                                        Default value is data-reload.\n@see ReloadOptionValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReloadOption", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReloadOption", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReloadOption", "sensitive" : false, "setterDocumentation" : "

                                                        Options for reload. Specify data-reload to reload the data and re-validate it if validation is enabled. Specify validate-only to re-validate the table. This option applies only when validation is enabled for the task.

                                                        Valid values: data-reload, validate-only

                                                        Default value is data-reload.

                                                        \n@param reloadOption Options for reload. Specify data-reload to reload the data and re-validate it if validation is enabled. Specify validate-only to re-validate the table. This option applies only when validation is enabled for the task.

                                                        Valid values: data-reload, validate-only

                                                        Default value is data-reload.\n@see ReloadOptionValue", "setterMethodName" : "setReloadOption", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reloadOption", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reloadOption", "variableType" : "String", "documentation" : "

                                                        Options for reload. Specify data-reload to reload the data and re-validate it if validation is enabled. Specify validate-only to re-validate the table. This option applies only when validation is enabled for the task.

                                                        Valid values: data-reload, validate-only

                                                        Default value is data-reload.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        Removes one or more tags from an AWS DMS resource.

                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "RemoveTagsFromResource", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.RemoveTagsFromResource", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "ResourceArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        An AWS DMS resource from which you want to remove tag(s). The value for this parameter is an Amazon Resource Name (ARN).

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                        An AWS DMS resource from which you want to remove tag(s). The value for this parameter is an Amazon Resource Name (ARN).

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

                                                        An AWS DMS resource from which you want to remove tag(s). The value for this parameter is an Amazon Resource Name (ARN).

                                                        \n@param resourceArn An AWS DMS resource from which you want to remove tag(s). The value for this parameter is an Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

                                                        An AWS DMS resource from which you want to remove tag(s). The value for this parameter is an Amazon Resource Name (ARN).

                                                        \n@return An AWS DMS resource from which you want to remove tag(s). The value for this parameter is an Amazon Resource Name (ARN).", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

                                                        An AWS DMS resource from which you want to remove tag(s). The value for this parameter is an Amazon Resource Name (ARN).

                                                        \n@param resourceArn An AWS DMS resource from which you want to remove tag(s). The value for this parameter is an Amazon Resource Name (ARN).", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

                                                        An AWS DMS resource from which you want to remove tag(s). The value for this parameter is an Amazon Resource Name (ARN).

                                                        ", "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TagKeys", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TagKeys", "sensitive" : false, "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, "timestampFormat" : null, "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" : "

                                                        An AWS DMS resource from which you want to remove tag(s). The value for this parameter is an Amazon Resource Name (ARN).

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                        An AWS DMS resource from which you want to remove tag(s). The value for this parameter is an Amazon Resource Name (ARN).

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

                                                        An AWS DMS resource from which you want to remove tag(s). The value for this parameter is an Amazon Resource Name (ARN).

                                                        \n@param resourceArn An AWS DMS resource from which you want to remove tag(s). The value for this parameter is an Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

                                                        An AWS DMS resource from which you want to remove tag(s). The value for this parameter is an Amazon Resource Name (ARN).

                                                        \n@return An AWS DMS resource from which you want to remove tag(s). The value for this parameter is an Amazon Resource Name (ARN).", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

                                                        An AWS DMS resource from which you want to remove tag(s). The value for this parameter is an Amazon Resource Name (ARN).

                                                        \n@param resourceArn An AWS DMS resource from which you want to remove tag(s). The value for this parameter is an Amazon Resource Name (ARN).", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

                                                        An AWS DMS resource from which you want to remove tag(s). The value for this parameter is an Amazon Resource Name (ARN).

                                                        ", "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TagKeys", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TagKeys", "sensitive" : false, "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, "timestampFormat" : null, "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" : "

                                                        An AWS DMS resource from which you want to remove tag(s). The value for this parameter is an Amazon Resource Name (ARN).

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                        An AWS DMS resource from which you want to remove tag(s). The value for this parameter is an Amazon Resource Name (ARN).

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

                                                        An AWS DMS resource from which you want to remove tag(s). The value for this parameter is an Amazon Resource Name (ARN).

                                                        \n@param resourceArn An AWS DMS resource from which you want to remove tag(s). The value for this parameter is an Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

                                                        An AWS DMS resource from which you want to remove tag(s). The value for this parameter is an Amazon Resource Name (ARN).

                                                        \n@return An AWS DMS resource from which you want to remove tag(s). The value for this parameter is an Amazon Resource Name (ARN).", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

                                                        An AWS DMS resource from which you want to remove tag(s). The value for this parameter is an Amazon Resource Name (ARN).

                                                        \n@param resourceArn An AWS DMS resource from which you want to remove tag(s). The value for this parameter is an Amazon Resource Name (ARN).", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

                                                        An AWS DMS resource from which you want to remove tag(s). The value for this parameter is an Amazon Resource Name (ARN).

                                                        ", "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TagKeys", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TagKeys", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "SOURCE", "value" : "source" }, { "name" : "TARGET", "value" : "target" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceIdentifier", "sensitive" : false, "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, "timestampFormat" : null, "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

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceClass", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceClass", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceStatus", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AllocatedStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "AllocatedStorage", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "InstanceCreateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "InstanceCreateTime", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VpcSecurityGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "VpcSecurityGroupMembership", "variableName" : "member", "variableType" : "VpcSecurityGroupMembership", "documentation" : null, "simpleType" : "VpcSecurityGroupMembership", "variableSetterType" : "VpcSecurityGroupMembership" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "VpcSecurityGroups", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityZone", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AvailabilityZone", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationSubnetGroup", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredMaintenanceWindow", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PreferredMaintenanceWindow", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PendingModifiedValues", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PendingModifiedValues", "sensitive" : false, "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, "timestampFormat" : null, "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 whether 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 whether the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "multiAZ", "fluentSetterDocumentation" : "

                                                        Specifies whether 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 whether 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 whether 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 whether 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MultiAZ", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "MultiAZ", "sensitive" : false, "setterDocumentation" : "

                                                        Specifies whether 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 whether 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "multiAZ", "variableType" : "Boolean", "documentation" : "

                                                        Specifies whether 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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EngineVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EngineVersion", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AutoMinorVersionUpgrade", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "AutoMinorVersionUpgrade", "sensitive" : false, "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, "timestampFormat" : null, "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" : "

                                                        An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                                                        If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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" : "

                                                        An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                                                        If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kmsKeyId", "fluentSetterDocumentation" : "

                                                        An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                                                        If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                                                        If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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" : "

                                                        An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                                                        If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                                                        If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "KmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KmsKeyId", "sensitive" : false, "setterDocumentation" : "

                                                        An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                                                        If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                                                        If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

                                                        An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                                                        If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstancePublicIpAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstancePublicIpAddress", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstancePrivateIpAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstancePrivateIpAddress", "sensitive" : false, "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, "timestampFormat" : null, "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" : "

                                                        One or more public IP addresses for 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" : "

                                                        One or more public IP addresses for the replication instance.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationInstancePublicIpAddresses", "fluentSetterDocumentation" : "

                                                        One or more public IP addresses for the replication instance.

                                                        \n@param replicationInstancePublicIpAddresses One or more public IP addresses for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstancePublicIpAddresses", "getterDocumentation" : "

                                                        One or more public IP addresses for the replication instance.

                                                        \n

                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                        \n@return One or more public IP addresses for 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstancePublicIpAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReplicationInstancePublicIpAddresses", "sensitive" : false, "setterDocumentation" : "

                                                        One or more public IP addresses for the replication instance.

                                                        \n@param replicationInstancePublicIpAddresses One or more public IP addresses for 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationInstancePublicIpAddresses", "variableType" : "java.util.List", "documentation" : "

                                                        One or more public IP addresses for the replication instance.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationInstancePrivateIpAddresses", "beanStyleSetterMethodName" : "setReplicationInstancePrivateIpAddresses", "c2jName" : "ReplicationInstancePrivateIpAddresses", "c2jShape" : "ReplicationInstancePrivateIpAddressList", "defaultConsumerFluentSetterDocumentation" : "

                                                        One or more private IP addresses for 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" : "

                                                        One or more private IP addresses for the replication instance.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationInstancePrivateIpAddresses", "fluentSetterDocumentation" : "

                                                        One or more private IP addresses for the replication instance.

                                                        \n@param replicationInstancePrivateIpAddresses One or more private IP addresses for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstancePrivateIpAddresses", "getterDocumentation" : "

                                                        One or more private IP addresses for the replication instance.

                                                        \n

                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                        \n@return One or more private IP addresses for 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstancePrivateIpAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReplicationInstancePrivateIpAddresses", "sensitive" : false, "setterDocumentation" : "

                                                        One or more private IP addresses for the replication instance.

                                                        \n@param replicationInstancePrivateIpAddresses One or more private IP addresses for 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationInstancePrivateIpAddresses", "variableType" : "java.util.List", "documentation" : "

                                                        One or more private IP addresses for 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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PubliclyAccessible", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "PubliclyAccessible", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SecondaryAvailabilityZone", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SecondaryAvailabilityZone", "sensitive" : false, "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, "timestampFormat" : null, "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 }, { "beanStyleGetterMethodName" : "getFreeUntil", "beanStyleSetterMethodName" : "setFreeUntil", "c2jName" : "FreeUntil", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                        The expiration date of the free replication instance that is part of the Free DMS program.

                                                        \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 #freeUntil(Instant)}.\n@param freeUntil 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 #freeUntil(Instant)", "deprecated" : false, "documentation" : "

                                                        The expiration date of the free replication instance that is part of the Free DMS program.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "freeUntil", "fluentSetterDocumentation" : "

                                                        The expiration date of the free replication instance that is part of the Free DMS program.

                                                        \n@param freeUntil The expiration date of the free replication instance that is part of the Free DMS program.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "freeUntil", "getterDocumentation" : "

                                                        The expiration date of the free replication instance that is part of the Free DMS program.

                                                        \n@return The expiration date of the free replication instance that is part of the Free DMS program.", "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" : "FreeUntil", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FreeUntil", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "FreeUntil", "sensitive" : false, "setterDocumentation" : "

                                                        The expiration date of the free replication instance that is part of the Free DMS program.

                                                        \n@param freeUntil The expiration date of the free replication instance that is part of the Free DMS program.", "setterMethodName" : "setFreeUntil", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "freeUntil", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "freeUntil", "variableType" : "java.time.Instant", "documentation" : "

                                                        The expiration date of the free replication instance that is part of the Free DMS program.

                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDnsNameServers", "beanStyleSetterMethodName" : "setDnsNameServers", "c2jName" : "DnsNameServers", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The DNS name servers 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 #dnsNameServers(String)}.\n@param dnsNameServers a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dnsNameServers(String)", "deprecated" : false, "documentation" : "

                                                        The DNS name servers for the replication instance.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dnsNameServers", "fluentSetterDocumentation" : "

                                                        The DNS name servers for the replication instance.

                                                        \n@param dnsNameServers The DNS name servers for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dnsNameServers", "getterDocumentation" : "

                                                        The DNS name servers for the replication instance.

                                                        \n@return The DNS name servers 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" : "DnsNameServers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DnsNameServers", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DnsNameServers", "sensitive" : false, "setterDocumentation" : "

                                                        The DNS name servers for the replication instance.

                                                        \n@param dnsNameServers The DNS name servers for the replication instance.", "setterMethodName" : "setDnsNameServers", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dnsNameServers", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "dnsNameServers", "variableType" : "String", "documentation" : "

                                                        The DNS name servers for the replication instance.

                                                        ", "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AllocatedStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "AllocatedStorage", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AutoMinorVersionUpgrade", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "AutoMinorVersionUpgrade", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityZone", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AvailabilityZone", "sensitive" : false, "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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "availabilityZone", "variableType" : "String", "documentation" : "

                                                        The Availability Zone for the instance.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DnsNameServers" : { "beanStyleGetterMethodName" : "getDnsNameServers", "beanStyleSetterMethodName" : "setDnsNameServers", "c2jName" : "DnsNameServers", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The DNS name servers 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 #dnsNameServers(String)}.\n@param dnsNameServers a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dnsNameServers(String)", "deprecated" : false, "documentation" : "

                                                        The DNS name servers for the replication instance.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dnsNameServers", "fluentSetterDocumentation" : "

                                                        The DNS name servers for the replication instance.

                                                        \n@param dnsNameServers The DNS name servers for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dnsNameServers", "getterDocumentation" : "

                                                        The DNS name servers for the replication instance.

                                                        \n@return The DNS name servers 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" : "DnsNameServers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DnsNameServers", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DnsNameServers", "sensitive" : false, "setterDocumentation" : "

                                                        The DNS name servers for the replication instance.

                                                        \n@param dnsNameServers The DNS name servers for the replication instance.", "setterMethodName" : "setDnsNameServers", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dnsNameServers", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "dnsNameServers", "variableType" : "String", "documentation" : "

                                                        The DNS name servers for the replication 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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EngineVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EngineVersion", "sensitive" : false, "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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "engineVersion", "variableType" : "String", "documentation" : "

                                                        The engine version number of the replication instance.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FreeUntil" : { "beanStyleGetterMethodName" : "getFreeUntil", "beanStyleSetterMethodName" : "setFreeUntil", "c2jName" : "FreeUntil", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                        The expiration date of the free replication instance that is part of the Free DMS program.

                                                        \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 #freeUntil(Instant)}.\n@param freeUntil 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 #freeUntil(Instant)", "deprecated" : false, "documentation" : "

                                                        The expiration date of the free replication instance that is part of the Free DMS program.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "freeUntil", "fluentSetterDocumentation" : "

                                                        The expiration date of the free replication instance that is part of the Free DMS program.

                                                        \n@param freeUntil The expiration date of the free replication instance that is part of the Free DMS program.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "freeUntil", "getterDocumentation" : "

                                                        The expiration date of the free replication instance that is part of the Free DMS program.

                                                        \n@return The expiration date of the free replication instance that is part of the Free DMS program.", "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" : "FreeUntil", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FreeUntil", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "FreeUntil", "sensitive" : false, "setterDocumentation" : "

                                                        The expiration date of the free replication instance that is part of the Free DMS program.

                                                        \n@param freeUntil The expiration date of the free replication instance that is part of the Free DMS program.", "setterMethodName" : "setFreeUntil", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "freeUntil", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "freeUntil", "variableType" : "java.time.Instant", "documentation" : "

                                                        The expiration date of the free replication instance that is part of the Free DMS program.

                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "InstanceCreateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "InstanceCreateTime", "sensitive" : false, "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, "timestampFormat" : null, "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" : "

                                                        An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                                                        If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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" : "

                                                        An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                                                        If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kmsKeyId", "fluentSetterDocumentation" : "

                                                        An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                                                        If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                                                        If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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" : "

                                                        An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                                                        If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                                                        If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "KmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KmsKeyId", "sensitive" : false, "setterDocumentation" : "

                                                        An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                                                        If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                                                        If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

                                                        An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                                                        If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 whether 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 whether the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "multiAZ", "fluentSetterDocumentation" : "

                                                        Specifies whether 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 whether 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 whether 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 whether 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MultiAZ", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "MultiAZ", "sensitive" : false, "setterDocumentation" : "

                                                        Specifies whether 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 whether 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "multiAZ", "variableType" : "Boolean", "documentation" : "

                                                        Specifies whether 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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PendingModifiedValues", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PendingModifiedValues", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredMaintenanceWindow", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PreferredMaintenanceWindow", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PubliclyAccessible", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "PubliclyAccessible", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "sensitive" : false, "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, "timestampFormat" : null, "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

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceClass", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceClass", "sensitive" : false, "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, "timestampFormat" : null, "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

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceIdentifier", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstancePrivateIpAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstancePrivateIpAddress", "sensitive" : false, "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, "timestampFormat" : null, "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" : "

                                                        One or more private IP addresses for 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" : "

                                                        One or more private IP addresses for the replication instance.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationInstancePrivateIpAddresses", "fluentSetterDocumentation" : "

                                                        One or more private IP addresses for the replication instance.

                                                        \n@param replicationInstancePrivateIpAddresses One or more private IP addresses for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstancePrivateIpAddresses", "getterDocumentation" : "

                                                        One or more private IP addresses for the replication instance.

                                                        \n

                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                        \n@return One or more private IP addresses for 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstancePrivateIpAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReplicationInstancePrivateIpAddresses", "sensitive" : false, "setterDocumentation" : "

                                                        One or more private IP addresses for the replication instance.

                                                        \n@param replicationInstancePrivateIpAddresses One or more private IP addresses for 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationInstancePrivateIpAddresses", "variableType" : "java.util.List", "documentation" : "

                                                        One or more private IP addresses for 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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstancePublicIpAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstancePublicIpAddress", "sensitive" : false, "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, "timestampFormat" : null, "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" : "

                                                        One or more public IP addresses for 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" : "

                                                        One or more public IP addresses for the replication instance.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationInstancePublicIpAddresses", "fluentSetterDocumentation" : "

                                                        One or more public IP addresses for the replication instance.

                                                        \n@param replicationInstancePublicIpAddresses One or more public IP addresses for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstancePublicIpAddresses", "getterDocumentation" : "

                                                        One or more public IP addresses for the replication instance.

                                                        \n

                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                        \n@return One or more public IP addresses for 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstancePublicIpAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReplicationInstancePublicIpAddresses", "sensitive" : false, "setterDocumentation" : "

                                                        One or more public IP addresses for the replication instance.

                                                        \n@param replicationInstancePublicIpAddresses One or more public IP addresses for 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationInstancePublicIpAddresses", "variableType" : "java.util.List", "documentation" : "

                                                        One or more public IP addresses for 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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceStatus", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationSubnetGroup", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SecondaryAvailabilityZone", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SecondaryAvailabilityZone", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VpcSecurityGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "VpcSecurityGroupMembership", "variableName" : "member", "variableType" : "VpcSecurityGroupMembership", "documentation" : null, "simpleType" : "VpcSecurityGroupMembership", "variableSetterType" : "VpcSecurityGroupMembership" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "VpcSecurityGroups", "sensitive" : false, "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, "timestampFormat" : null, "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

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceIdentifier", "sensitive" : false, "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, "timestampFormat" : null, "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

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceClass", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceClass", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceStatus", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AllocatedStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "AllocatedStorage", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "InstanceCreateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "InstanceCreateTime", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VpcSecurityGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "VpcSecurityGroupMembership", "variableName" : "member", "variableType" : "VpcSecurityGroupMembership", "documentation" : null, "simpleType" : "VpcSecurityGroupMembership", "variableSetterType" : "VpcSecurityGroupMembership" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "VpcSecurityGroups", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityZone", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AvailabilityZone", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationSubnetGroup", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredMaintenanceWindow", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PreferredMaintenanceWindow", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PendingModifiedValues", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PendingModifiedValues", "sensitive" : false, "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, "timestampFormat" : null, "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 whether 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 whether the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "multiAZ", "fluentSetterDocumentation" : "

                                                        Specifies whether 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 whether 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 whether 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 whether 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MultiAZ", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "MultiAZ", "sensitive" : false, "setterDocumentation" : "

                                                        Specifies whether 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 whether 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "multiAZ", "variableType" : "Boolean", "documentation" : "

                                                        Specifies whether 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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EngineVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EngineVersion", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AutoMinorVersionUpgrade", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "AutoMinorVersionUpgrade", "sensitive" : false, "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, "timestampFormat" : null, "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" : "

                                                        An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                                                        If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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" : "

                                                        An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                                                        If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kmsKeyId", "fluentSetterDocumentation" : "

                                                        An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                                                        If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                                                        If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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" : "

                                                        An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                                                        If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                                                        If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "KmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KmsKeyId", "sensitive" : false, "setterDocumentation" : "

                                                        An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                                                        If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                                                        If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

                                                        An AWS KMS key identifier that is used to encrypt the data on the replication instance.

                                                        If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses 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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstancePublicIpAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstancePublicIpAddress", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstancePrivateIpAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstancePrivateIpAddress", "sensitive" : false, "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, "timestampFormat" : null, "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" : "

                                                        One or more public IP addresses for 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" : "

                                                        One or more public IP addresses for the replication instance.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationInstancePublicIpAddresses", "fluentSetterDocumentation" : "

                                                        One or more public IP addresses for the replication instance.

                                                        \n@param replicationInstancePublicIpAddresses One or more public IP addresses for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstancePublicIpAddresses", "getterDocumentation" : "

                                                        One or more public IP addresses for the replication instance.

                                                        \n

                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                        \n@return One or more public IP addresses for 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstancePublicIpAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReplicationInstancePublicIpAddresses", "sensitive" : false, "setterDocumentation" : "

                                                        One or more public IP addresses for the replication instance.

                                                        \n@param replicationInstancePublicIpAddresses One or more public IP addresses for 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationInstancePublicIpAddresses", "variableType" : "java.util.List", "documentation" : "

                                                        One or more public IP addresses for the replication instance.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationInstancePrivateIpAddresses", "beanStyleSetterMethodName" : "setReplicationInstancePrivateIpAddresses", "c2jName" : "ReplicationInstancePrivateIpAddresses", "c2jShape" : "ReplicationInstancePrivateIpAddressList", "defaultConsumerFluentSetterDocumentation" : "

                                                        One or more private IP addresses for 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" : "

                                                        One or more private IP addresses for the replication instance.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationInstancePrivateIpAddresses", "fluentSetterDocumentation" : "

                                                        One or more private IP addresses for the replication instance.

                                                        \n@param replicationInstancePrivateIpAddresses One or more private IP addresses for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstancePrivateIpAddresses", "getterDocumentation" : "

                                                        One or more private IP addresses for the replication instance.

                                                        \n

                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                        \n@return One or more private IP addresses for 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstancePrivateIpAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReplicationInstancePrivateIpAddresses", "sensitive" : false, "setterDocumentation" : "

                                                        One or more private IP addresses for the replication instance.

                                                        \n@param replicationInstancePrivateIpAddresses One or more private IP addresses for 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationInstancePrivateIpAddresses", "variableType" : "java.util.List", "documentation" : "

                                                        One or more private IP addresses for 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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PubliclyAccessible", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "PubliclyAccessible", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SecondaryAvailabilityZone", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SecondaryAvailabilityZone", "sensitive" : false, "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, "timestampFormat" : null, "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 }, { "beanStyleGetterMethodName" : "getFreeUntil", "beanStyleSetterMethodName" : "setFreeUntil", "c2jName" : "FreeUntil", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                        The expiration date of the free replication instance that is part of the Free DMS program.

                                                        \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 #freeUntil(Instant)}.\n@param freeUntil 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 #freeUntil(Instant)", "deprecated" : false, "documentation" : "

                                                        The expiration date of the free replication instance that is part of the Free DMS program.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "freeUntil", "fluentSetterDocumentation" : "

                                                        The expiration date of the free replication instance that is part of the Free DMS program.

                                                        \n@param freeUntil The expiration date of the free replication instance that is part of the Free DMS program.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "freeUntil", "getterDocumentation" : "

                                                        The expiration date of the free replication instance that is part of the Free DMS program.

                                                        \n@return The expiration date of the free replication instance that is part of the Free DMS program.", "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" : "FreeUntil", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FreeUntil", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "FreeUntil", "sensitive" : false, "setterDocumentation" : "

                                                        The expiration date of the free replication instance that is part of the Free DMS program.

                                                        \n@param freeUntil The expiration date of the free replication instance that is part of the Free DMS program.", "setterMethodName" : "setFreeUntil", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "freeUntil", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "freeUntil", "variableType" : "java.time.Instant", "documentation" : "

                                                        The expiration date of the free replication instance that is part of the Free DMS program.

                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDnsNameServers", "beanStyleSetterMethodName" : "setDnsNameServers", "c2jName" : "DnsNameServers", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The DNS name servers 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 #dnsNameServers(String)}.\n@param dnsNameServers a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dnsNameServers(String)", "deprecated" : false, "documentation" : "

                                                        The DNS name servers for the replication instance.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dnsNameServers", "fluentSetterDocumentation" : "

                                                        The DNS name servers for the replication instance.

                                                        \n@param dnsNameServers The DNS name servers for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dnsNameServers", "getterDocumentation" : "

                                                        The DNS name servers for the replication instance.

                                                        \n@return The DNS name servers 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" : "DnsNameServers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DnsNameServers", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DnsNameServers", "sensitive" : false, "setterDocumentation" : "

                                                        The DNS name servers for the replication instance.

                                                        \n@param dnsNameServers The DNS name servers for the replication instance.", "setterMethodName" : "setDnsNameServers", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dnsNameServers", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "dnsNameServers", "variableType" : "String", "documentation" : "

                                                        The DNS name servers for the replication instance.

                                                        ", "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 }, "ReplicationInstanceTaskLog" : { "c2jName" : "ReplicationInstanceTaskLog", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        Contains metadata for a replication instance task log.

                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getReplicationTaskName", "beanStyleSetterMethodName" : "setReplicationTaskName", "c2jName" : "ReplicationTaskName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The name 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 #replicationTaskName(String)}.\n@param replicationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskName(String)", "deprecated" : false, "documentation" : "

                                                        The name of the replication task.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskName", "fluentSetterDocumentation" : "

                                                        The name of the replication task.

                                                        \n@param replicationTaskName The name of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskName", "getterDocumentation" : "

                                                        The name of the replication task.

                                                        \n@return The name 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" : "ReplicationTaskName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskName", "sensitive" : false, "setterDocumentation" : "

                                                        The name of the replication task.

                                                        \n@param replicationTaskName The name of the replication task.", "setterMethodName" : "setReplicationTaskName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskName", "variableType" : "String", "documentation" : "

                                                        The name of the replication task.

                                                        ", "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "sensitive" : false, "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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationInstanceTaskLogSize", "beanStyleSetterMethodName" : "setReplicationInstanceTaskLogSize", "c2jName" : "ReplicationInstanceTaskLogSize", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

                                                        The size, in bytes, of the replication task log.

                                                        \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 #replicationInstanceTaskLogSize(Long)}.\n@param replicationInstanceTaskLogSize 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 #replicationInstanceTaskLogSize(Long)", "deprecated" : false, "documentation" : "

                                                        The size, in bytes, of the replication task log.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceTaskLogSize", "fluentSetterDocumentation" : "

                                                        The size, in bytes, of the replication task log.

                                                        \n@param replicationInstanceTaskLogSize The size, in bytes, of the replication task log.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceTaskLogSize", "getterDocumentation" : "

                                                        The size, in bytes, of the replication task log.

                                                        \n@return The size, in bytes, of the replication task log.", "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" : "ReplicationInstanceTaskLogSize", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceTaskLogSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "ReplicationInstanceTaskLogSize", "sensitive" : false, "setterDocumentation" : "

                                                        The size, in bytes, of the replication task log.

                                                        \n@param replicationInstanceTaskLogSize The size, in bytes, of the replication task log.", "setterMethodName" : "setReplicationInstanceTaskLogSize", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "replicationInstanceTaskLogSize", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "replicationInstanceTaskLogSize", "variableType" : "Long", "documentation" : "

                                                        The size, in bytes, of the replication task log.

                                                        ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ReplicationInstanceTaskLogSize" : { "beanStyleGetterMethodName" : "getReplicationInstanceTaskLogSize", "beanStyleSetterMethodName" : "setReplicationInstanceTaskLogSize", "c2jName" : "ReplicationInstanceTaskLogSize", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

                                                        The size, in bytes, of the replication task log.

                                                        \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 #replicationInstanceTaskLogSize(Long)}.\n@param replicationInstanceTaskLogSize 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 #replicationInstanceTaskLogSize(Long)", "deprecated" : false, "documentation" : "

                                                        The size, in bytes, of the replication task log.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceTaskLogSize", "fluentSetterDocumentation" : "

                                                        The size, in bytes, of the replication task log.

                                                        \n@param replicationInstanceTaskLogSize The size, in bytes, of the replication task log.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceTaskLogSize", "getterDocumentation" : "

                                                        The size, in bytes, of the replication task log.

                                                        \n@return The size, in bytes, of the replication task log.", "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" : "ReplicationInstanceTaskLogSize", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceTaskLogSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "ReplicationInstanceTaskLogSize", "sensitive" : false, "setterDocumentation" : "

                                                        The size, in bytes, of the replication task log.

                                                        \n@param replicationInstanceTaskLogSize The size, in bytes, of the replication task log.", "setterMethodName" : "setReplicationInstanceTaskLogSize", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "replicationInstanceTaskLogSize", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "replicationInstanceTaskLogSize", "variableType" : "Long", "documentation" : "

                                                        The size, in bytes, of the replication task log.

                                                        ", "simpleType" : "Long", "variableSetterType" : "Long" }, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "sensitive" : false, "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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationTaskName" : { "beanStyleGetterMethodName" : "getReplicationTaskName", "beanStyleSetterMethodName" : "setReplicationTaskName", "c2jName" : "ReplicationTaskName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The name 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 #replicationTaskName(String)}.\n@param replicationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskName(String)", "deprecated" : false, "documentation" : "

                                                        The name of the replication task.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskName", "fluentSetterDocumentation" : "

                                                        The name of the replication task.

                                                        \n@param replicationTaskName The name of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskName", "getterDocumentation" : "

                                                        The name of the replication task.

                                                        \n@return The name 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" : "ReplicationTaskName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskName", "sensitive" : false, "setterDocumentation" : "

                                                        The name of the replication task.

                                                        \n@param replicationTaskName The name of the replication task.", "setterMethodName" : "setReplicationTaskName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskName", "variableType" : "String", "documentation" : "

                                                        The name of the replication task.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationTaskName", "beanStyleSetterMethodName" : "setReplicationTaskName", "c2jName" : "ReplicationTaskName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The name 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 #replicationTaskName(String)}.\n@param replicationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskName(String)", "deprecated" : false, "documentation" : "

                                                        The name of the replication task.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskName", "fluentSetterDocumentation" : "

                                                        The name of the replication task.

                                                        \n@param replicationTaskName The name of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskName", "getterDocumentation" : "

                                                        The name of the replication task.

                                                        \n@return The name 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" : "ReplicationTaskName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskName", "sensitive" : false, "setterDocumentation" : "

                                                        The name of the replication task.

                                                        \n@param replicationTaskName The name of the replication task.", "setterMethodName" : "setReplicationTaskName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskName", "variableType" : "String", "documentation" : "

                                                        The name of the replication task.

                                                        ", "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "sensitive" : false, "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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationInstanceTaskLogSize", "beanStyleSetterMethodName" : "setReplicationInstanceTaskLogSize", "c2jName" : "ReplicationInstanceTaskLogSize", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

                                                        The size, in bytes, of the replication task log.

                                                        \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 #replicationInstanceTaskLogSize(Long)}.\n@param replicationInstanceTaskLogSize 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 #replicationInstanceTaskLogSize(Long)", "deprecated" : false, "documentation" : "

                                                        The size, in bytes, of the replication task log.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceTaskLogSize", "fluentSetterDocumentation" : "

                                                        The size, in bytes, of the replication task log.

                                                        \n@param replicationInstanceTaskLogSize The size, in bytes, of the replication task log.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceTaskLogSize", "getterDocumentation" : "

                                                        The size, in bytes, of the replication task log.

                                                        \n@return The size, in bytes, of the replication task log.", "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" : "ReplicationInstanceTaskLogSize", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceTaskLogSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "ReplicationInstanceTaskLogSize", "sensitive" : false, "setterDocumentation" : "

                                                        The size, in bytes, of the replication task log.

                                                        \n@param replicationInstanceTaskLogSize The size, in bytes, of the replication task log.", "setterMethodName" : "setReplicationInstanceTaskLogSize", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "replicationInstanceTaskLogSize", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "replicationInstanceTaskLogSize", "variableType" : "Long", "documentation" : "

                                                        The size, in bytes, of the replication task log.

                                                        ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReplicationInstanceTaskLog", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReplicationInstanceTaskLog", "variableName" : "replicationInstanceTaskLog", "variableType" : "ReplicationInstanceTaskLog", "documentation" : null, "simpleType" : "ReplicationInstanceTaskLog", "variableSetterType" : "ReplicationInstanceTaskLog" }, "wrapper" : false }, "ReplicationPendingModifiedValues" : { "c2jName" : "ReplicationPendingModifiedValues", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceClass", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceClass", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AllocatedStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "AllocatedStorage", "sensitive" : false, "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, "timestampFormat" : null, "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 whether 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 whether the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "multiAZ", "fluentSetterDocumentation" : "

                                                        Specifies whether 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 whether 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 whether 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 whether 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MultiAZ", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "MultiAZ", "sensitive" : false, "setterDocumentation" : "

                                                        Specifies whether 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 whether 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "multiAZ", "variableType" : "Boolean", "documentation" : "

                                                        Specifies whether 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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EngineVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EngineVersion", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AllocatedStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "AllocatedStorage", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EngineVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EngineVersion", "sensitive" : false, "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, "timestampFormat" : null, "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 whether 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 whether the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "multiAZ", "fluentSetterDocumentation" : "

                                                        Specifies whether 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 whether 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 whether 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 whether 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MultiAZ", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "MultiAZ", "sensitive" : false, "setterDocumentation" : "

                                                        Specifies whether 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 whether 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "multiAZ", "variableType" : "Boolean", "documentation" : "

                                                        Specifies whether 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

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceClass", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceClass", "sensitive" : false, "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, "timestampFormat" : null, "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

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceClass", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceClass", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AllocatedStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "AllocatedStorage", "sensitive" : false, "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, "timestampFormat" : null, "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 whether 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 whether the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "multiAZ", "fluentSetterDocumentation" : "

                                                        Specifies whether 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 whether 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 whether 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 whether 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MultiAZ", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "MultiAZ", "sensitive" : false, "setterDocumentation" : "

                                                        Specifies whether 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 whether 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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "multiAZ", "variableType" : "Boolean", "documentation" : "

                                                        Specifies whether 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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EngineVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EngineVersion", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroupIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationSubnetGroupIdentifier", "sensitive" : false, "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, "timestampFormat" : null, "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" : "

                                                        A description for 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" : "

                                                        A description for the replication subnet group.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationSubnetGroupDescription", "fluentSetterDocumentation" : "

                                                        A description for the replication subnet group.

                                                        \n@param replicationSubnetGroupDescription A description for the replication subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationSubnetGroupDescription", "getterDocumentation" : "

                                                        A description for the replication subnet group.

                                                        \n@return A description for 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroupDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationSubnetGroupDescription", "sensitive" : false, "setterDocumentation" : "

                                                        A description for the replication subnet group.

                                                        \n@param replicationSubnetGroupDescription A description for the replication subnet group.", "setterMethodName" : "setReplicationSubnetGroupDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupDescription", "variableType" : "String", "documentation" : "

                                                        A description for 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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VpcId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VpcId", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetGroupStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubnetGroupStatus", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Subnets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Subnet", "variableName" : "member", "variableType" : "Subnet", "documentation" : null, "simpleType" : "Subnet", "variableSetterType" : "Subnet" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Subnets", "sensitive" : false, "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, "timestampFormat" : null, "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" : "

                                                        A description for 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" : "

                                                        A description for the replication subnet group.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationSubnetGroupDescription", "fluentSetterDocumentation" : "

                                                        A description for the replication subnet group.

                                                        \n@param replicationSubnetGroupDescription A description for the replication subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationSubnetGroupDescription", "getterDocumentation" : "

                                                        A description for the replication subnet group.

                                                        \n@return A description for 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroupDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationSubnetGroupDescription", "sensitive" : false, "setterDocumentation" : "

                                                        A description for the replication subnet group.

                                                        \n@param replicationSubnetGroupDescription A description for the replication subnet group.", "setterMethodName" : "setReplicationSubnetGroupDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupDescription", "variableType" : "String", "documentation" : "

                                                        A description for 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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroupIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationSubnetGroupIdentifier", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetGroupStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubnetGroupStatus", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Subnets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Subnet", "variableName" : "member", "variableType" : "Subnet", "documentation" : null, "simpleType" : "Subnet", "variableSetterType" : "Subnet" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Subnets", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VpcId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VpcId", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroupIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationSubnetGroupIdentifier", "sensitive" : false, "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, "timestampFormat" : null, "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" : "

                                                        A description for 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" : "

                                                        A description for the replication subnet group.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationSubnetGroupDescription", "fluentSetterDocumentation" : "

                                                        A description for the replication subnet group.

                                                        \n@param replicationSubnetGroupDescription A description for the replication subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationSubnetGroupDescription", "getterDocumentation" : "

                                                        A description for the replication subnet group.

                                                        \n@return A description for 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroupDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationSubnetGroupDescription", "sensitive" : false, "setterDocumentation" : "

                                                        A description for the replication subnet group.

                                                        \n@param replicationSubnetGroupDescription A description for the replication subnet group.", "setterMethodName" : "setReplicationSubnetGroupDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupDescription", "variableType" : "String", "documentation" : "

                                                        A description for 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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VpcId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VpcId", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetGroupStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubnetGroupStatus", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Subnets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Subnet", "variableName" : "member", "variableType" : "Subnet", "documentation" : null, "simpleType" : "Subnet", "variableSetterType" : "Subnet" }, "simple" : false, "timestampFormat" : null, "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, "marshallingType" : "LIST", "name" : "Subnets", "sensitive" : false, "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, "timestampFormat" : null, "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, "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.

                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ReplicationSubnetGroupDoesNotCoverEnoughAZs", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getReplicationTaskIdentifier", "beanStyleSetterMethodName" : "setReplicationTaskIdentifier", "c2jName" : "ReplicationTaskIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The user-assigned replication task identifier or name.

                                                        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 user-assigned replication task identifier or name.

                                                        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.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskIdentifier", "fluentSetterDocumentation" : "

                                                        The user-assigned replication task identifier or name.

                                                        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 user-assigned replication task identifier or name.

                                                        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 user-assigned replication task identifier or name.

                                                          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 user-assigned replication task identifier or name.

                                                          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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskIdentifier", "sensitive" : false, "setterDocumentation" : "

                                                            The user-assigned replication task identifier or name.

                                                            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 user-assigned replication task identifier or name.

                                                            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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskIdentifier", "variableType" : "String", "documentation" : "

                                                              The user-assigned replication task identifier or name.

                                                              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.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceEndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceEndpointArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetEndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetEndpointArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "sensitive" : false, "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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : "

                                                              The Amazon Resource Name (ARN) of the replication instance.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMigrationTypeAsString", "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 #migrationTypeAsString(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.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "MigrationTypeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "migrationType", "fluentEnumSetterMethodName" : "migrationType", "fluentGetterMethodName" : "migrationTypeAsString", "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 #migrationTypeAsString}.\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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MigrationType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MigrationType", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TableMappings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TableMappings", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskSettings", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastFailureMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LastFailureMessage", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StopReason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StopReason", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskCreationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ReplicationTaskCreationDate", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskStartDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ReplicationTaskStartDate", "sensitive" : false, "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, "timestampFormat" : null, "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" : "getCdcStartPosition", "beanStyleSetterMethodName" : "setCdcStartPosition", "c2jName" : "CdcStartPosition", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want the CDC operation to start. Specifying both values results in an error.

                                                              The value can be in date, checkpoint, or LSN/SCN format.

                                                              Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                              Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                              LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cdcStartPosition(String)}.\n@param cdcStartPosition a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cdcStartPosition(String)", "deprecated" : false, "documentation" : "

                                                              Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want the CDC operation to start. Specifying both values results in an error.

                                                              The value can be in date, checkpoint, or LSN/SCN format.

                                                              Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                              Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                              LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cdcStartPosition", "fluentSetterDocumentation" : "

                                                              Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want the CDC operation to start. Specifying both values results in an error.

                                                              The value can be in date, checkpoint, or LSN/SCN format.

                                                              Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                              Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                              LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                                              \n@param cdcStartPosition Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want the CDC operation to start. Specifying both values results in an error.

                                                              The value can be in date, checkpoint, or LSN/SCN format.

                                                              Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                              Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                              LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cdcStartPosition", "getterDocumentation" : "

                                                              Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want the CDC operation to start. Specifying both values results in an error.

                                                              The value can be in date, checkpoint, or LSN/SCN format.

                                                              Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                              Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                              LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                                              \n@return Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want the CDC operation to start. Specifying both values results in an error.

                                                              The value can be in date, checkpoint, or LSN/SCN format.

                                                              Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                              Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                              LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CdcStartPosition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CdcStartPosition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CdcStartPosition", "sensitive" : false, "setterDocumentation" : "

                                                              Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want the CDC operation to start. Specifying both values results in an error.

                                                              The value can be in date, checkpoint, or LSN/SCN format.

                                                              Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                              Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                              LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                                              \n@param cdcStartPosition Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want the CDC operation to start. Specifying both values results in an error.

                                                              The value can be in date, checkpoint, or LSN/SCN format.

                                                              Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                              Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                              LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”", "setterMethodName" : "setCdcStartPosition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cdcStartPosition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cdcStartPosition", "variableType" : "String", "documentation" : "

                                                              Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want the CDC operation to start. Specifying both values results in an error.

                                                              The value can be in date, checkpoint, or LSN/SCN format.

                                                              Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                              Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                              LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCdcStopPosition", "beanStyleSetterMethodName" : "setCdcStopPosition", "c2jName" : "CdcStopPosition", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                              Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                              Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cdcStopPosition(String)}.\n@param cdcStopPosition a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cdcStopPosition(String)", "deprecated" : false, "documentation" : "

                                                              Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                              Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                              Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cdcStopPosition", "fluentSetterDocumentation" : "

                                                              Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                              Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                              Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                                              \n@param cdcStopPosition Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                              Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                              Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cdcStopPosition", "getterDocumentation" : "

                                                              Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                              Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                              Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                                              \n@return Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                              Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                              Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CdcStopPosition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CdcStopPosition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CdcStopPosition", "sensitive" : false, "setterDocumentation" : "

                                                              Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                              Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                              Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                                              \n@param cdcStopPosition Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                              Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                              Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “", "setterMethodName" : "setCdcStopPosition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cdcStopPosition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cdcStopPosition", "variableType" : "String", "documentation" : "

                                                              Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                              Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                              Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRecoveryCheckpoint", "beanStyleSetterMethodName" : "setRecoveryCheckpoint", "c2jName" : "RecoveryCheckpoint", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              Indicates the last checkpoint that occurred during a change data capture (CDC) operation. You can provide this value to the CdcStartPosition parameter to start a CDC operation that begins at that checkpoint.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #recoveryCheckpoint(String)}.\n@param recoveryCheckpoint a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recoveryCheckpoint(String)", "deprecated" : false, "documentation" : "

                                                              Indicates the last checkpoint that occurred during a change data capture (CDC) operation. You can provide this value to the CdcStartPosition parameter to start a CDC operation that begins at that checkpoint.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "recoveryCheckpoint", "fluentSetterDocumentation" : "

                                                              Indicates the last checkpoint that occurred during a change data capture (CDC) operation. You can provide this value to the CdcStartPosition parameter to start a CDC operation that begins at that checkpoint.

                                                              \n@param recoveryCheckpoint Indicates the last checkpoint that occurred during a change data capture (CDC) operation. You can provide this value to the CdcStartPosition parameter to start a CDC operation that begins at that checkpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recoveryCheckpoint", "getterDocumentation" : "

                                                              Indicates the last checkpoint that occurred during a change data capture (CDC) operation. You can provide this value to the CdcStartPosition parameter to start a CDC operation that begins at that checkpoint.

                                                              \n@return Indicates the last checkpoint that occurred during a change data capture (CDC) operation. You can provide this value to the CdcStartPosition parameter to start a CDC operation that begins at that checkpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecoveryCheckpoint", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RecoveryCheckpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RecoveryCheckpoint", "sensitive" : false, "setterDocumentation" : "

                                                              Indicates the last checkpoint that occurred during a change data capture (CDC) operation. You can provide this value to the CdcStartPosition parameter to start a CDC operation that begins at that checkpoint.

                                                              \n@param recoveryCheckpoint Indicates the last checkpoint that occurred during a change data capture (CDC) operation. You can provide this value to the CdcStartPosition parameter to start a CDC operation that begins at that checkpoint.", "setterMethodName" : "setRecoveryCheckpoint", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recoveryCheckpoint", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "recoveryCheckpoint", "variableType" : "String", "documentation" : "

                                                              Indicates the last checkpoint that occurred during a change data capture (CDC) operation. You can provide this value to the CdcStartPosition parameter to start a CDC operation that begins at that checkpoint.

                                                              ", "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.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskStats", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationTaskStats", "sensitive" : false, "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, "timestampFormat" : null, "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" : { "CdcStartPosition" : { "beanStyleGetterMethodName" : "getCdcStartPosition", "beanStyleSetterMethodName" : "setCdcStartPosition", "c2jName" : "CdcStartPosition", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want the CDC operation to start. Specifying both values results in an error.

                                                              The value can be in date, checkpoint, or LSN/SCN format.

                                                              Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                              Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                              LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cdcStartPosition(String)}.\n@param cdcStartPosition a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cdcStartPosition(String)", "deprecated" : false, "documentation" : "

                                                              Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want the CDC operation to start. Specifying both values results in an error.

                                                              The value can be in date, checkpoint, or LSN/SCN format.

                                                              Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                              Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                              LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cdcStartPosition", "fluentSetterDocumentation" : "

                                                              Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want the CDC operation to start. Specifying both values results in an error.

                                                              The value can be in date, checkpoint, or LSN/SCN format.

                                                              Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                              Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                              LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                                              \n@param cdcStartPosition Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want the CDC operation to start. Specifying both values results in an error.

                                                              The value can be in date, checkpoint, or LSN/SCN format.

                                                              Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                              Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                              LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cdcStartPosition", "getterDocumentation" : "

                                                              Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want the CDC operation to start. Specifying both values results in an error.

                                                              The value can be in date, checkpoint, or LSN/SCN format.

                                                              Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                              Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                              LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                                              \n@return Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want the CDC operation to start. Specifying both values results in an error.

                                                              The value can be in date, checkpoint, or LSN/SCN format.

                                                              Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                              Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                              LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CdcStartPosition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CdcStartPosition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CdcStartPosition", "sensitive" : false, "setterDocumentation" : "

                                                              Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want the CDC operation to start. Specifying both values results in an error.

                                                              The value can be in date, checkpoint, or LSN/SCN format.

                                                              Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                              Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                              LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                                              \n@param cdcStartPosition Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want the CDC operation to start. Specifying both values results in an error.

                                                              The value can be in date, checkpoint, or LSN/SCN format.

                                                              Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                              Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                              LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”", "setterMethodName" : "setCdcStartPosition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cdcStartPosition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cdcStartPosition", "variableType" : "String", "documentation" : "

                                                              Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want the CDC operation to start. Specifying both values results in an error.

                                                              The value can be in date, checkpoint, or LSN/SCN format.

                                                              Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                              Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                              LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CdcStopPosition" : { "beanStyleGetterMethodName" : "getCdcStopPosition", "beanStyleSetterMethodName" : "setCdcStopPosition", "c2jName" : "CdcStopPosition", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                              Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                              Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cdcStopPosition(String)}.\n@param cdcStopPosition a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cdcStopPosition(String)", "deprecated" : false, "documentation" : "

                                                              Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                              Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                              Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cdcStopPosition", "fluentSetterDocumentation" : "

                                                              Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                              Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                              Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                                              \n@param cdcStopPosition Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                              Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                              Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cdcStopPosition", "getterDocumentation" : "

                                                              Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                              Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                              Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                                              \n@return Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                              Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                              Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CdcStopPosition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CdcStopPosition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CdcStopPosition", "sensitive" : false, "setterDocumentation" : "

                                                              Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                              Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                              Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                                              \n@param cdcStopPosition Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                              Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                              Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “", "setterMethodName" : "setCdcStopPosition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cdcStopPosition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cdcStopPosition", "variableType" : "String", "documentation" : "

                                                              Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                              Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                              Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "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.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastFailureMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LastFailureMessage", "sensitive" : false, "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, "timestampFormat" : null, "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" : "getMigrationTypeAsString", "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 #migrationTypeAsString(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.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "MigrationTypeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "migrationType", "fluentEnumSetterMethodName" : "migrationType", "fluentGetterMethodName" : "migrationTypeAsString", "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 #migrationTypeAsString}.\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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MigrationType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MigrationType", "sensitive" : false, "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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "migrationType", "variableType" : "String", "documentation" : "

                                                              The type of migration.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RecoveryCheckpoint" : { "beanStyleGetterMethodName" : "getRecoveryCheckpoint", "beanStyleSetterMethodName" : "setRecoveryCheckpoint", "c2jName" : "RecoveryCheckpoint", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              Indicates the last checkpoint that occurred during a change data capture (CDC) operation. You can provide this value to the CdcStartPosition parameter to start a CDC operation that begins at that checkpoint.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #recoveryCheckpoint(String)}.\n@param recoveryCheckpoint a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recoveryCheckpoint(String)", "deprecated" : false, "documentation" : "

                                                              Indicates the last checkpoint that occurred during a change data capture (CDC) operation. You can provide this value to the CdcStartPosition parameter to start a CDC operation that begins at that checkpoint.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "recoveryCheckpoint", "fluentSetterDocumentation" : "

                                                              Indicates the last checkpoint that occurred during a change data capture (CDC) operation. You can provide this value to the CdcStartPosition parameter to start a CDC operation that begins at that checkpoint.

                                                              \n@param recoveryCheckpoint Indicates the last checkpoint that occurred during a change data capture (CDC) operation. You can provide this value to the CdcStartPosition parameter to start a CDC operation that begins at that checkpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recoveryCheckpoint", "getterDocumentation" : "

                                                              Indicates the last checkpoint that occurred during a change data capture (CDC) operation. You can provide this value to the CdcStartPosition parameter to start a CDC operation that begins at that checkpoint.

                                                              \n@return Indicates the last checkpoint that occurred during a change data capture (CDC) operation. You can provide this value to the CdcStartPosition parameter to start a CDC operation that begins at that checkpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecoveryCheckpoint", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RecoveryCheckpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RecoveryCheckpoint", "sensitive" : false, "setterDocumentation" : "

                                                              Indicates the last checkpoint that occurred during a change data capture (CDC) operation. You can provide this value to the CdcStartPosition parameter to start a CDC operation that begins at that checkpoint.

                                                              \n@param recoveryCheckpoint Indicates the last checkpoint that occurred during a change data capture (CDC) operation. You can provide this value to the CdcStartPosition parameter to start a CDC operation that begins at that checkpoint.", "setterMethodName" : "setRecoveryCheckpoint", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recoveryCheckpoint", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "recoveryCheckpoint", "variableType" : "String", "documentation" : "

                                                              Indicates the last checkpoint that occurred during a change data capture (CDC) operation. You can provide this value to the CdcStartPosition parameter to start a CDC operation that begins at that checkpoint.

                                                              ", "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.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskCreationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ReplicationTaskCreationDate", "sensitive" : false, "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, "timestampFormat" : null, "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 user-assigned replication task identifier or name.

                                                              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 user-assigned replication task identifier or name.

                                                              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.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskIdentifier", "fluentSetterDocumentation" : "

                                                              The user-assigned replication task identifier or name.

                                                              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 user-assigned replication task identifier or name.

                                                              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 user-assigned replication task identifier or name.

                                                                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 user-assigned replication task identifier or name.

                                                                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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskIdentifier", "sensitive" : false, "setterDocumentation" : "

                                                                  The user-assigned replication task identifier or name.

                                                                  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 user-assigned replication task identifier or name.

                                                                  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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskIdentifier", "variableType" : "String", "documentation" : "

                                                                    The user-assigned replication task identifier or name.

                                                                    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.

                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskSettings", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskStartDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ReplicationTaskStartDate", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskStats", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationTaskStats", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceEndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceEndpointArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StopReason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StopReason", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TableMappings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TableMappings", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetEndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetEndpointArn", "sensitive" : false, "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, "timestampFormat" : null, "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 user-assigned replication task identifier or name.

                                                                    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 user-assigned replication task identifier or name.

                                                                    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.

                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskIdentifier", "fluentSetterDocumentation" : "

                                                                    The user-assigned replication task identifier or name.

                                                                    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 user-assigned replication task identifier or name.

                                                                    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 user-assigned replication task identifier or name.

                                                                      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 user-assigned replication task identifier or name.

                                                                      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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskIdentifier", "sensitive" : false, "setterDocumentation" : "

                                                                        The user-assigned replication task identifier or name.

                                                                        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 user-assigned replication task identifier or name.

                                                                        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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskIdentifier", "variableType" : "String", "documentation" : "

                                                                          The user-assigned replication task identifier or name.

                                                                          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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceEndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceEndpointArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetEndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetEndpointArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "sensitive" : false, "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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : "

                                                                          The Amazon Resource Name (ARN) of the replication instance.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMigrationTypeAsString", "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 #migrationTypeAsString(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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : "MigrationTypeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "migrationType", "fluentEnumSetterMethodName" : "migrationType", "fluentGetterMethodName" : "migrationTypeAsString", "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 #migrationTypeAsString}.\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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MigrationType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MigrationType", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TableMappings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TableMappings", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskSettings", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastFailureMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LastFailureMessage", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StopReason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StopReason", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskCreationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ReplicationTaskCreationDate", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskStartDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ReplicationTaskStartDate", "sensitive" : false, "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, "timestampFormat" : null, "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" : "getCdcStartPosition", "beanStyleSetterMethodName" : "setCdcStartPosition", "c2jName" : "CdcStartPosition", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want the CDC operation to start. Specifying both values results in an error.

                                                                          The value can be in date, checkpoint, or LSN/SCN format.

                                                                          Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                                          Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                                          LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cdcStartPosition(String)}.\n@param cdcStartPosition a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cdcStartPosition(String)", "deprecated" : false, "documentation" : "

                                                                          Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want the CDC operation to start. Specifying both values results in an error.

                                                                          The value can be in date, checkpoint, or LSN/SCN format.

                                                                          Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                                          Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                                          LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cdcStartPosition", "fluentSetterDocumentation" : "

                                                                          Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want the CDC operation to start. Specifying both values results in an error.

                                                                          The value can be in date, checkpoint, or LSN/SCN format.

                                                                          Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                                          Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                                          LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                                                          \n@param cdcStartPosition Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want the CDC operation to start. Specifying both values results in an error.

                                                                          The value can be in date, checkpoint, or LSN/SCN format.

                                                                          Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                                          Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                                          LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cdcStartPosition", "getterDocumentation" : "

                                                                          Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want the CDC operation to start. Specifying both values results in an error.

                                                                          The value can be in date, checkpoint, or LSN/SCN format.

                                                                          Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                                          Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                                          LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                                                          \n@return Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want the CDC operation to start. Specifying both values results in an error.

                                                                          The value can be in date, checkpoint, or LSN/SCN format.

                                                                          Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                                          Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                                          LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CdcStartPosition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CdcStartPosition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CdcStartPosition", "sensitive" : false, "setterDocumentation" : "

                                                                          Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want the CDC operation to start. Specifying both values results in an error.

                                                                          The value can be in date, checkpoint, or LSN/SCN format.

                                                                          Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                                          Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                                          LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                                                          \n@param cdcStartPosition Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want the CDC operation to start. Specifying both values results in an error.

                                                                          The value can be in date, checkpoint, or LSN/SCN format.

                                                                          Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                                          Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                                          LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”", "setterMethodName" : "setCdcStartPosition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cdcStartPosition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cdcStartPosition", "variableType" : "String", "documentation" : "

                                                                          Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want the CDC operation to start. Specifying both values results in an error.

                                                                          The value can be in date, checkpoint, or LSN/SCN format.

                                                                          Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                                          Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                                          LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCdcStopPosition", "beanStyleSetterMethodName" : "setCdcStopPosition", "c2jName" : "CdcStopPosition", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                                          Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                                          Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cdcStopPosition(String)}.\n@param cdcStopPosition a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cdcStopPosition(String)", "deprecated" : false, "documentation" : "

                                                                          Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                                          Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                                          Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cdcStopPosition", "fluentSetterDocumentation" : "

                                                                          Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                                          Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                                          Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                                                          \n@param cdcStopPosition Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                                          Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                                          Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cdcStopPosition", "getterDocumentation" : "

                                                                          Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                                          Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                                          Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                                                          \n@return Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                                          Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                                          Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CdcStopPosition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CdcStopPosition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CdcStopPosition", "sensitive" : false, "setterDocumentation" : "

                                                                          Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                                          Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                                          Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                                                          \n@param cdcStopPosition Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                                          Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                                          Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “", "setterMethodName" : "setCdcStopPosition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cdcStopPosition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cdcStopPosition", "variableType" : "String", "documentation" : "

                                                                          Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                                          Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                                          Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRecoveryCheckpoint", "beanStyleSetterMethodName" : "setRecoveryCheckpoint", "c2jName" : "RecoveryCheckpoint", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          Indicates the last checkpoint that occurred during a change data capture (CDC) operation. You can provide this value to the CdcStartPosition parameter to start a CDC operation that begins at that checkpoint.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #recoveryCheckpoint(String)}.\n@param recoveryCheckpoint a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recoveryCheckpoint(String)", "deprecated" : false, "documentation" : "

                                                                          Indicates the last checkpoint that occurred during a change data capture (CDC) operation. You can provide this value to the CdcStartPosition parameter to start a CDC operation that begins at that checkpoint.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "recoveryCheckpoint", "fluentSetterDocumentation" : "

                                                                          Indicates the last checkpoint that occurred during a change data capture (CDC) operation. You can provide this value to the CdcStartPosition parameter to start a CDC operation that begins at that checkpoint.

                                                                          \n@param recoveryCheckpoint Indicates the last checkpoint that occurred during a change data capture (CDC) operation. You can provide this value to the CdcStartPosition parameter to start a CDC operation that begins at that checkpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recoveryCheckpoint", "getterDocumentation" : "

                                                                          Indicates the last checkpoint that occurred during a change data capture (CDC) operation. You can provide this value to the CdcStartPosition parameter to start a CDC operation that begins at that checkpoint.

                                                                          \n@return Indicates the last checkpoint that occurred during a change data capture (CDC) operation. You can provide this value to the CdcStartPosition parameter to start a CDC operation that begins at that checkpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecoveryCheckpoint", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RecoveryCheckpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RecoveryCheckpoint", "sensitive" : false, "setterDocumentation" : "

                                                                          Indicates the last checkpoint that occurred during a change data capture (CDC) operation. You can provide this value to the CdcStartPosition parameter to start a CDC operation that begins at that checkpoint.

                                                                          \n@param recoveryCheckpoint Indicates the last checkpoint that occurred during a change data capture (CDC) operation. You can provide this value to the CdcStartPosition parameter to start a CDC operation that begins at that checkpoint.", "setterMethodName" : "setRecoveryCheckpoint", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recoveryCheckpoint", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "recoveryCheckpoint", "variableType" : "String", "documentation" : "

                                                                          Indicates the last checkpoint that occurred during a change data capture (CDC) operation. You can provide this value to the CdcStartPosition parameter to start a CDC operation that begins at that checkpoint.

                                                                          ", "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskStats", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationTaskStats", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                          The task assessment report in JSON format.

                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskIdentifier", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskLastAssessmentDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ReplicationTaskLastAssessmentDate", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AssessmentStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AssessmentStatus", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AssessmentResultsFile", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AssessmentResultsFile", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AssessmentResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AssessmentResults", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "S3ObjectUrl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "S3ObjectUrl", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AssessmentResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AssessmentResults", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AssessmentResultsFile", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AssessmentResultsFile", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AssessmentStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AssessmentStatus", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskIdentifier", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskLastAssessmentDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ReplicationTaskLastAssessmentDate", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "S3ObjectUrl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "S3ObjectUrl", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskIdentifier", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskLastAssessmentDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ReplicationTaskLastAssessmentDate", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AssessmentStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AssessmentStatus", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AssessmentResultsFile", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AssessmentResultsFile", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AssessmentResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AssessmentResults", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "S3ObjectUrl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "S3ObjectUrl", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FullLoadProgressPercent", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "FullLoadProgressPercent", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ElapsedTimeMillis", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "ElapsedTimeMillis", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TablesLoaded", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "TablesLoaded", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TablesLoading", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "TablesLoading", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TablesQueued", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "TablesQueued", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TablesErrored", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "TablesErrored", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ElapsedTimeMillis", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "ElapsedTimeMillis", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FullLoadProgressPercent", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "FullLoadProgressPercent", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TablesErrored", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "TablesErrored", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TablesLoaded", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "TablesLoaded", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TablesLoading", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "TablesLoading", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TablesQueued", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "TablesQueued", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FullLoadProgressPercent", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "FullLoadProgressPercent", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ElapsedTimeMillis", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "ElapsedTimeMillis", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TablesLoaded", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "TablesLoaded", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TablesLoading", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "TablesLoading", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TablesQueued", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "TablesQueued", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TablesErrored", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "TablesErrored", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                          The resource you are attempting to create already exists.

                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ResourceAlreadyExistsFault", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "ResourceArn", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ResourceArn 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 #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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "Sets the value of the ResourceArn property for this object.\n\n@param resourceArn The new value for the ResourceArn property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "Returns the value of the ResourceArn property for this object.\n@return The value of the ResourceArn 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" : "resourceArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "Sets the value of the ResourceArn property for this object.\n\n@param resourceArn The new value for the ResourceArn property for this object.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceArn" : { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "ResourceArn", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ResourceArn 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 #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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "Sets the value of the ResourceArn property for this object.\n\n@param resourceArn The new value for the ResourceArn property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "Returns the value of the ResourceArn property for this object.\n@return The value of the ResourceArn 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" : "resourceArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "Sets the value of the ResourceArn property for this object.\n\n@param resourceArn The new value for the ResourceArn property for this object.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "ResourceArn", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ResourceArn 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 #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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "Sets the value of the ResourceArn property for this object.\n\n@param resourceArn The new value for the ResourceArn property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "Returns the value of the ResourceArn property for this object.\n@return The value of the ResourceArn 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" : "resourceArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "Sets the value of the ResourceArn property for this object.\n\n@param resourceArn The new value for the ResourceArn property for this object.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                          The resource could not be found.

                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ResourceNotFoundFault", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ResourceNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ResourceNotFoundException", "variableName" : "resourceNotFoundException", "variableType" : "ResourceNotFoundException", "documentation" : null, "simpleType" : "ResourceNotFoundException", "variableSetterType" : "ResourceNotFoundException" }, "wrapper" : false }, "ResourcePendingMaintenanceActions" : { "c2jName" : "ResourcePendingMaintenanceActions", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getResourceIdentifier", "beanStyleSetterMethodName" : "setResourceIdentifier", "c2jName" : "ResourceIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The Amazon Resource Name (ARN) of the DMS resource that the pending maintenance action applies to. For information about creating an ARN, see Constructing an Amazon Resource Name (ARN) for AWS DMS in the DMS documentation.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceIdentifier(String)}.\n@param resourceIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceIdentifier(String)", "deprecated" : false, "documentation" : "

                                                                          The Amazon Resource Name (ARN) of the DMS resource that the pending maintenance action applies to. For information about creating an ARN, see Constructing an Amazon Resource Name (ARN) for AWS DMS in the DMS documentation.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceIdentifier", "fluentSetterDocumentation" : "

                                                                          The Amazon Resource Name (ARN) of the DMS resource that the pending maintenance action applies to. For information about creating an ARN, see Constructing an Amazon Resource Name (ARN) for AWS DMS in the DMS documentation.

                                                                          \n@param resourceIdentifier The Amazon Resource Name (ARN) of the DMS resource that the pending maintenance action applies to. For information about creating an ARN, see Constructing an Amazon Resource Name (ARN) for AWS DMS in the DMS documentation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceIdentifier", "getterDocumentation" : "

                                                                          The Amazon Resource Name (ARN) of the DMS resource that the pending maintenance action applies to. For information about creating an ARN, see Constructing an Amazon Resource Name (ARN) for AWS DMS in the DMS documentation.

                                                                          \n@return The Amazon Resource Name (ARN) of the DMS resource that the pending maintenance action applies to. For information about creating an ARN, see Constructing an Amazon Resource Name (ARN) for AWS DMS in the DMS documentation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceIdentifier", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceIdentifier", "sensitive" : false, "setterDocumentation" : "

                                                                          The Amazon Resource Name (ARN) of the DMS resource that the pending maintenance action applies to. For information about creating an ARN, see Constructing an Amazon Resource Name (ARN) for AWS DMS in the DMS documentation.

                                                                          \n@param resourceIdentifier The Amazon Resource Name (ARN) of the DMS resource that the pending maintenance action applies to. For information about creating an ARN, see Constructing an Amazon Resource Name (ARN) for AWS DMS in the DMS documentation.", "setterMethodName" : "setResourceIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceIdentifier", "variableType" : "String", "documentation" : "

                                                                          The Amazon Resource Name (ARN) of the DMS resource that the pending maintenance action applies to. For information about creating an ARN, see Constructing an Amazon Resource Name (ARN) for AWS DMS in the DMS documentation.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPendingMaintenanceActionDetails", "beanStyleSetterMethodName" : "setPendingMaintenanceActionDetails", "c2jName" : "PendingMaintenanceActionDetails", "c2jShape" : "PendingMaintenanceActionDetails", "defaultConsumerFluentSetterDocumentation" : "

                                                                          Detailed information about the pending maintenance 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 #pendingMaintenanceActionDetails(List)}.\n@param pendingMaintenanceActionDetails 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 #pendingMaintenanceActionDetails(List)", "deprecated" : false, "documentation" : "

                                                                          Detailed information about the pending maintenance action.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pendingMaintenanceActionDetails", "fluentSetterDocumentation" : "

                                                                          Detailed information about the pending maintenance action.

                                                                          \n@param pendingMaintenanceActionDetails Detailed information about the pending maintenance action.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pendingMaintenanceActionDetails", "getterDocumentation" : "

                                                                          Detailed information about the pending maintenance action.

                                                                          \n

                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                          \n@return Detailed information about the pending maintenance 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" : "PendingMaintenanceActionDetails", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PendingMaintenanceActionDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PendingMaintenanceAction", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PendingMaintenanceAction.Builder} avoiding the need to create one manually via {@link PendingMaintenanceAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link PendingMaintenanceAction.Builder#build()} is called immediately and its result is passed to {@link #member(PendingMaintenanceAction)}.\n@param member a consumer that will call methods on {@link PendingMaintenanceAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PendingMaintenanceAction)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "PendingMaintenanceAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "PendingMaintenanceAction", "variableName" : "member", "variableType" : "PendingMaintenanceAction", "documentation" : null, "simpleType" : "PendingMaintenanceAction", "variableSetterType" : "PendingMaintenanceAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PendingMaintenanceAction", "variableName" : "member", "variableType" : "PendingMaintenanceAction", "documentation" : "", "simpleType" : "PendingMaintenanceAction", "variableSetterType" : "PendingMaintenanceAction" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PendingMaintenanceAction", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PendingMaintenanceAction", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "PendingMaintenanceActionDetails", "sensitive" : false, "setterDocumentation" : "

                                                                          Detailed information about the pending maintenance action.

                                                                          \n@param pendingMaintenanceActionDetails Detailed information about the pending maintenance action.", "setterMethodName" : "setPendingMaintenanceActionDetails", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "pendingMaintenanceActionDetails", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "pendingMaintenanceActionDetails", "variableType" : "java.util.List", "documentation" : "

                                                                          Detailed information about the pending maintenance action.

                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PendingMaintenanceActionDetails" : { "beanStyleGetterMethodName" : "getPendingMaintenanceActionDetails", "beanStyleSetterMethodName" : "setPendingMaintenanceActionDetails", "c2jName" : "PendingMaintenanceActionDetails", "c2jShape" : "PendingMaintenanceActionDetails", "defaultConsumerFluentSetterDocumentation" : "

                                                                          Detailed information about the pending maintenance 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 #pendingMaintenanceActionDetails(List)}.\n@param pendingMaintenanceActionDetails 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 #pendingMaintenanceActionDetails(List)", "deprecated" : false, "documentation" : "

                                                                          Detailed information about the pending maintenance action.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pendingMaintenanceActionDetails", "fluentSetterDocumentation" : "

                                                                          Detailed information about the pending maintenance action.

                                                                          \n@param pendingMaintenanceActionDetails Detailed information about the pending maintenance action.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pendingMaintenanceActionDetails", "getterDocumentation" : "

                                                                          Detailed information about the pending maintenance action.

                                                                          \n

                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                          \n@return Detailed information about the pending maintenance 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" : "PendingMaintenanceActionDetails", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PendingMaintenanceActionDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PendingMaintenanceAction", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PendingMaintenanceAction.Builder} avoiding the need to create one manually via {@link PendingMaintenanceAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link PendingMaintenanceAction.Builder#build()} is called immediately and its result is passed to {@link #member(PendingMaintenanceAction)}.\n@param member a consumer that will call methods on {@link PendingMaintenanceAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PendingMaintenanceAction)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "PendingMaintenanceAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "PendingMaintenanceAction", "variableName" : "member", "variableType" : "PendingMaintenanceAction", "documentation" : null, "simpleType" : "PendingMaintenanceAction", "variableSetterType" : "PendingMaintenanceAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PendingMaintenanceAction", "variableName" : "member", "variableType" : "PendingMaintenanceAction", "documentation" : "", "simpleType" : "PendingMaintenanceAction", "variableSetterType" : "PendingMaintenanceAction" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PendingMaintenanceAction", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PendingMaintenanceAction", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "PendingMaintenanceActionDetails", "sensitive" : false, "setterDocumentation" : "

                                                                          Detailed information about the pending maintenance action.

                                                                          \n@param pendingMaintenanceActionDetails Detailed information about the pending maintenance action.", "setterMethodName" : "setPendingMaintenanceActionDetails", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "pendingMaintenanceActionDetails", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "pendingMaintenanceActionDetails", "variableType" : "java.util.List", "documentation" : "

                                                                          Detailed information about the pending maintenance action.

                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ResourceIdentifier" : { "beanStyleGetterMethodName" : "getResourceIdentifier", "beanStyleSetterMethodName" : "setResourceIdentifier", "c2jName" : "ResourceIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The Amazon Resource Name (ARN) of the DMS resource that the pending maintenance action applies to. For information about creating an ARN, see Constructing an Amazon Resource Name (ARN) for AWS DMS in the DMS documentation.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceIdentifier(String)}.\n@param resourceIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceIdentifier(String)", "deprecated" : false, "documentation" : "

                                                                          The Amazon Resource Name (ARN) of the DMS resource that the pending maintenance action applies to. For information about creating an ARN, see Constructing an Amazon Resource Name (ARN) for AWS DMS in the DMS documentation.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceIdentifier", "fluentSetterDocumentation" : "

                                                                          The Amazon Resource Name (ARN) of the DMS resource that the pending maintenance action applies to. For information about creating an ARN, see Constructing an Amazon Resource Name (ARN) for AWS DMS in the DMS documentation.

                                                                          \n@param resourceIdentifier The Amazon Resource Name (ARN) of the DMS resource that the pending maintenance action applies to. For information about creating an ARN, see Constructing an Amazon Resource Name (ARN) for AWS DMS in the DMS documentation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceIdentifier", "getterDocumentation" : "

                                                                          The Amazon Resource Name (ARN) of the DMS resource that the pending maintenance action applies to. For information about creating an ARN, see Constructing an Amazon Resource Name (ARN) for AWS DMS in the DMS documentation.

                                                                          \n@return The Amazon Resource Name (ARN) of the DMS resource that the pending maintenance action applies to. For information about creating an ARN, see Constructing an Amazon Resource Name (ARN) for AWS DMS in the DMS documentation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceIdentifier", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceIdentifier", "sensitive" : false, "setterDocumentation" : "

                                                                          The Amazon Resource Name (ARN) of the DMS resource that the pending maintenance action applies to. For information about creating an ARN, see Constructing an Amazon Resource Name (ARN) for AWS DMS in the DMS documentation.

                                                                          \n@param resourceIdentifier The Amazon Resource Name (ARN) of the DMS resource that the pending maintenance action applies to. For information about creating an ARN, see Constructing an Amazon Resource Name (ARN) for AWS DMS in the DMS documentation.", "setterMethodName" : "setResourceIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceIdentifier", "variableType" : "String", "documentation" : "

                                                                          The Amazon Resource Name (ARN) of the DMS resource that the pending maintenance action applies to. For information about creating an ARN, see Constructing an Amazon Resource Name (ARN) for AWS DMS in the DMS documentation.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResourceIdentifier", "beanStyleSetterMethodName" : "setResourceIdentifier", "c2jName" : "ResourceIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The Amazon Resource Name (ARN) of the DMS resource that the pending maintenance action applies to. For information about creating an ARN, see Constructing an Amazon Resource Name (ARN) for AWS DMS in the DMS documentation.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceIdentifier(String)}.\n@param resourceIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceIdentifier(String)", "deprecated" : false, "documentation" : "

                                                                          The Amazon Resource Name (ARN) of the DMS resource that the pending maintenance action applies to. For information about creating an ARN, see Constructing an Amazon Resource Name (ARN) for AWS DMS in the DMS documentation.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceIdentifier", "fluentSetterDocumentation" : "

                                                                          The Amazon Resource Name (ARN) of the DMS resource that the pending maintenance action applies to. For information about creating an ARN, see Constructing an Amazon Resource Name (ARN) for AWS DMS in the DMS documentation.

                                                                          \n@param resourceIdentifier The Amazon Resource Name (ARN) of the DMS resource that the pending maintenance action applies to. For information about creating an ARN, see Constructing an Amazon Resource Name (ARN) for AWS DMS in the DMS documentation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceIdentifier", "getterDocumentation" : "

                                                                          The Amazon Resource Name (ARN) of the DMS resource that the pending maintenance action applies to. For information about creating an ARN, see Constructing an Amazon Resource Name (ARN) for AWS DMS in the DMS documentation.

                                                                          \n@return The Amazon Resource Name (ARN) of the DMS resource that the pending maintenance action applies to. For information about creating an ARN, see Constructing an Amazon Resource Name (ARN) for AWS DMS in the DMS documentation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceIdentifier", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceIdentifier", "sensitive" : false, "setterDocumentation" : "

                                                                          The Amazon Resource Name (ARN) of the DMS resource that the pending maintenance action applies to. For information about creating an ARN, see Constructing an Amazon Resource Name (ARN) for AWS DMS in the DMS documentation.

                                                                          \n@param resourceIdentifier The Amazon Resource Name (ARN) of the DMS resource that the pending maintenance action applies to. For information about creating an ARN, see Constructing an Amazon Resource Name (ARN) for AWS DMS in the DMS documentation.", "setterMethodName" : "setResourceIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceIdentifier", "variableType" : "String", "documentation" : "

                                                                          The Amazon Resource Name (ARN) of the DMS resource that the pending maintenance action applies to. For information about creating an ARN, see Constructing an Amazon Resource Name (ARN) for AWS DMS in the DMS documentation.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPendingMaintenanceActionDetails", "beanStyleSetterMethodName" : "setPendingMaintenanceActionDetails", "c2jName" : "PendingMaintenanceActionDetails", "c2jShape" : "PendingMaintenanceActionDetails", "defaultConsumerFluentSetterDocumentation" : "

                                                                          Detailed information about the pending maintenance 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 #pendingMaintenanceActionDetails(List)}.\n@param pendingMaintenanceActionDetails 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 #pendingMaintenanceActionDetails(List)", "deprecated" : false, "documentation" : "

                                                                          Detailed information about the pending maintenance action.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pendingMaintenanceActionDetails", "fluentSetterDocumentation" : "

                                                                          Detailed information about the pending maintenance action.

                                                                          \n@param pendingMaintenanceActionDetails Detailed information about the pending maintenance action.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pendingMaintenanceActionDetails", "getterDocumentation" : "

                                                                          Detailed information about the pending maintenance action.

                                                                          \n

                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                          \n@return Detailed information about the pending maintenance 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" : "PendingMaintenanceActionDetails", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PendingMaintenanceActionDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PendingMaintenanceAction", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PendingMaintenanceAction.Builder} avoiding the need to create one manually via {@link PendingMaintenanceAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link PendingMaintenanceAction.Builder#build()} is called immediately and its result is passed to {@link #member(PendingMaintenanceAction)}.\n@param member a consumer that will call methods on {@link PendingMaintenanceAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PendingMaintenanceAction)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "PendingMaintenanceAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "PendingMaintenanceAction", "variableName" : "member", "variableType" : "PendingMaintenanceAction", "documentation" : null, "simpleType" : "PendingMaintenanceAction", "variableSetterType" : "PendingMaintenanceAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PendingMaintenanceAction", "variableName" : "member", "variableType" : "PendingMaintenanceAction", "documentation" : "", "simpleType" : "PendingMaintenanceAction", "variableSetterType" : "PendingMaintenanceAction" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PendingMaintenanceAction", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PendingMaintenanceAction", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "PendingMaintenanceActionDetails", "sensitive" : false, "setterDocumentation" : "

                                                                          Detailed information about the pending maintenance action.

                                                                          \n@param pendingMaintenanceActionDetails Detailed information about the pending maintenance action.", "setterMethodName" : "setPendingMaintenanceActionDetails", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "pendingMaintenanceActionDetails", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "pendingMaintenanceActionDetails", "variableType" : "java.util.List", "documentation" : "

                                                                          Detailed information about the pending maintenance action.

                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ResourcePendingMaintenanceActions", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ResourcePendingMaintenanceActions", "variableName" : "resourcePendingMaintenanceActions", "variableType" : "ResourcePendingMaintenanceActions", "documentation" : null, "simpleType" : "ResourcePendingMaintenanceActions", "variableSetterType" : "ResourcePendingMaintenanceActions" }, "wrapper" : false }, "ResourceQuotaExceededException" : { "c2jName" : "ResourceQuotaExceededFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                          The quota for this resource quota has been exceeded.

                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ResourceQuotaExceededFault", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                          Settings for exporting data to Amazon S3.

                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceAccessRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceAccessRoleArn", "sensitive" : false, "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, "timestampFormat" : null, "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" : "

                                                                          The external table definition.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                          The external table definition.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "externalTableDefinition", "fluentSetterDocumentation" : "

                                                                          The external table definition.

                                                                          \n@param externalTableDefinition The external table definition.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "externalTableDefinition", "getterDocumentation" : "

                                                                          The external table definition.

                                                                          \n@return The external table definition.", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ExternalTableDefinition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExternalTableDefinition", "sensitive" : false, "setterDocumentation" : "

                                                                          The external table definition.

                                                                          \n@param externalTableDefinition The external table definition.", "setterMethodName" : "setExternalTableDefinition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "externalTableDefinition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "externalTableDefinition", "variableType" : "String", "documentation" : "

                                                                          The external table definition.

                                                                          ", "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).

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CsvRowDelimiter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CsvRowDelimiter", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CsvDelimiter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CsvDelimiter", "sensitive" : false, "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, "timestampFormat" : null, "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/.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BucketFolder", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BucketFolder", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BucketName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BucketName", "sensitive" : false, "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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : "

                                                                          The name of the S3 bucket.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCompressionTypeAsString", "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. Applies to both .csv and .parquet file formats.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #compressionTypeAsString(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. Applies to both .csv and .parquet file formats.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : "CompressionTypeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "compressionType", "fluentEnumSetterMethodName" : "compressionType", "fluentGetterMethodName" : "compressionTypeAsString", "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. Applies to both .csv and .parquet file formats.

                                                                          \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. Applies to both .csv and .parquet file formats.\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. Applies to both .csv and .parquet file formats.

                                                                          \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 #compressionTypeAsString}.\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. Applies to both .csv and .parquet file formats.\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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CompressionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CompressionType", "sensitive" : false, "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. Applies to both .csv and .parquet file formats.

                                                                          \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. Applies to both .csv and .parquet file formats.\n@see CompressionTypeValue", "setterMethodName" : "setCompressionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "compressionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "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. Applies to both .csv and .parquet file formats.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEncryptionModeAsString", "beanStyleSetterMethodName" : "setEncryptionMode", "c2jName" : "EncryptionMode", "c2jShape" : "EncryptionModeValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, you need an AWS Identity and Access Management (IAM) role with permission to allow \"arn:aws:s3:::dms-*\" to use the following actions:

                                                                          • s3:CreateBucket

                                                                          • s3:ListBucket

                                                                          • s3:DeleteBucket

                                                                          • s3:GetBucketLocation

                                                                          • s3:GetObject

                                                                          • s3:PutObject

                                                                          • s3:DeleteObject

                                                                          • s3:GetObjectVersion

                                                                          • s3:GetBucketPolicy

                                                                          • s3:PutBucketPolicy

                                                                          • s3:DeleteBucketPolicy

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #encryptionModeAsString(String)}.\n@param encryptionMode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encryptionMode(String)", "deprecated" : false, "documentation" : "

                                                                          The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, you need an AWS Identity and Access Management (IAM) role with permission to allow \"arn:aws:s3:::dms-*\" to use the following actions:

                                                                          • s3:CreateBucket

                                                                          • s3:ListBucket

                                                                          • s3:DeleteBucket

                                                                          • s3:GetBucketLocation

                                                                          • s3:GetObject

                                                                          • s3:PutObject

                                                                          • s3:DeleteObject

                                                                          • s3:GetObjectVersion

                                                                          • s3:GetBucketPolicy

                                                                          • s3:PutBucketPolicy

                                                                          • s3:DeleteBucketPolicy

                                                                          ", "endpointDiscoveryId" : false, "enumType" : "EncryptionModeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "encryptionMode", "fluentEnumSetterMethodName" : "encryptionMode", "fluentGetterMethodName" : "encryptionModeAsString", "fluentSetterDocumentation" : "

                                                                          The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, you need an AWS Identity and Access Management (IAM) role with permission to allow \"arn:aws:s3:::dms-*\" to use the following actions:

                                                                          • s3:CreateBucket

                                                                          • s3:ListBucket

                                                                          • s3:DeleteBucket

                                                                          • s3:GetBucketLocation

                                                                          • s3:GetObject

                                                                          • s3:PutObject

                                                                          • s3:DeleteObject

                                                                          • s3:GetObjectVersion

                                                                          • s3:GetBucketPolicy

                                                                          • s3:PutBucketPolicy

                                                                          • s3:DeleteBucketPolicy

                                                                          \n@param encryptionMode The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, you need an AWS Identity and Access Management (IAM) role with permission to allow \"arn:aws:s3:::dms-*\" to use the following actions:

                                                                          • s3:CreateBucket

                                                                          • s3:ListBucket

                                                                          • s3:DeleteBucket

                                                                          • s3:GetBucketLocation

                                                                          • s3:GetObject

                                                                          • s3:PutObject

                                                                          • s3:DeleteObject

                                                                          • s3:GetObjectVersion

                                                                          • s3:GetBucketPolicy

                                                                          • s3:PutBucketPolicy

                                                                          • s3:DeleteBucketPolicy

                                                                          • \n@see EncryptionModeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionModeValue", "fluentSetterMethodName" : "encryptionMode", "getterDocumentation" : "

                                                                            The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, you need an AWS Identity and Access Management (IAM) role with permission to allow \"arn:aws:s3:::dms-*\" to use the following actions:

                                                                            • s3:CreateBucket

                                                                            • s3:ListBucket

                                                                            • s3:DeleteBucket

                                                                            • s3:GetBucketLocation

                                                                            • s3:GetObject

                                                                            • s3:PutObject

                                                                            • s3:DeleteObject

                                                                            • s3:GetObjectVersion

                                                                            • s3:GetBucketPolicy

                                                                            • s3:PutBucketPolicy

                                                                            • s3:DeleteBucketPolicy

                                                                            \n

                                                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #encryptionMode} will return {@link EncryptionModeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #encryptionModeAsString}.\n

                                                                            \n@return The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, you need an AWS Identity and Access Management (IAM) role with permission to allow \"arn:aws:s3:::dms-*\" to use the following actions:

                                                                            • s3:CreateBucket

                                                                            • s3:ListBucket

                                                                            • s3:DeleteBucket

                                                                            • s3:GetBucketLocation

                                                                            • s3:GetObject

                                                                            • s3:PutObject

                                                                            • s3:DeleteObject

                                                                            • s3:GetObjectVersion

                                                                            • s3:GetBucketPolicy

                                                                            • s3:PutBucketPolicy

                                                                            • s3:DeleteBucketPolicy

                                                                            • \n@see EncryptionModeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncryptionMode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EncryptionMode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EncryptionMode", "sensitive" : false, "setterDocumentation" : "

                                                                              The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, you need an AWS Identity and Access Management (IAM) role with permission to allow \"arn:aws:s3:::dms-*\" to use the following actions:

                                                                              • s3:CreateBucket

                                                                              • s3:ListBucket

                                                                              • s3:DeleteBucket

                                                                              • s3:GetBucketLocation

                                                                              • s3:GetObject

                                                                              • s3:PutObject

                                                                              • s3:DeleteObject

                                                                              • s3:GetObjectVersion

                                                                              • s3:GetBucketPolicy

                                                                              • s3:PutBucketPolicy

                                                                              • s3:DeleteBucketPolicy

                                                                              \n@param encryptionMode The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, you need an AWS Identity and Access Management (IAM) role with permission to allow \"arn:aws:s3:::dms-*\" to use the following actions:

                                                                              • s3:CreateBucket

                                                                              • s3:ListBucket

                                                                              • s3:DeleteBucket

                                                                              • s3:GetBucketLocation

                                                                              • s3:GetObject

                                                                              • s3:PutObject

                                                                              • s3:DeleteObject

                                                                              • s3:GetObjectVersion

                                                                              • s3:GetBucketPolicy

                                                                              • s3:PutBucketPolicy

                                                                              • s3:DeleteBucketPolicy

                                                                              • \n@see EncryptionModeValue", "setterMethodName" : "setEncryptionMode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "encryptionMode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "encryptionMode", "variableType" : "String", "documentation" : "

                                                                                The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, you need an AWS Identity and Access Management (IAM) role with permission to allow \"arn:aws:s3:::dms-*\" to use the following actions:

                                                                                • s3:CreateBucket

                                                                                • s3:ListBucket

                                                                                • s3:DeleteBucket

                                                                                • s3:GetBucketLocation

                                                                                • s3:GetObject

                                                                                • s3:PutObject

                                                                                • s3:DeleteObject

                                                                                • s3:GetObjectVersion

                                                                                • s3:GetBucketPolicy

                                                                                • s3:PutBucketPolicy

                                                                                • s3:DeleteBucketPolicy

                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServerSideEncryptionKmsKeyId", "beanStyleSetterMethodName" : "setServerSideEncryptionKmsKeyId", "c2jName" : "ServerSideEncryptionKmsKeyId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                If you are using SSE_KMS for the EncryptionMode, provide the AWS KMS key ID. The key that you use needs an attached policy that enables AWS Identity and Access Management (IAM) user permissions and allows use of the key.

                                                                                Here is a CLI example: aws dms create-endpoint --endpoint-identifier value --endpoint-type target --engine-name s3 --s3-settings ServiceAccessRoleArn=value,BucketFolder=value,BucketName=value,EncryptionMode=SSE_KMS,ServerSideEncryptionKmsKeyId=value

                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serverSideEncryptionKmsKeyId(String)}.\n@param serverSideEncryptionKmsKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverSideEncryptionKmsKeyId(String)", "deprecated" : false, "documentation" : "

                                                                                If you are using SSE_KMS for the EncryptionMode, provide the AWS KMS key ID. The key that you use needs an attached policy that enables AWS Identity and Access Management (IAM) user permissions and allows use of the key.

                                                                                Here is a CLI example: aws dms create-endpoint --endpoint-identifier value --endpoint-type target --engine-name s3 --s3-settings ServiceAccessRoleArn=value,BucketFolder=value,BucketName=value,EncryptionMode=SSE_KMS,ServerSideEncryptionKmsKeyId=value

                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverSideEncryptionKmsKeyId", "fluentSetterDocumentation" : "

                                                                                If you are using SSE_KMS for the EncryptionMode, provide the AWS KMS key ID. The key that you use needs an attached policy that enables AWS Identity and Access Management (IAM) user permissions and allows use of the key.

                                                                                Here is a CLI example: aws dms create-endpoint --endpoint-identifier value --endpoint-type target --engine-name s3 --s3-settings ServiceAccessRoleArn=value,BucketFolder=value,BucketName=value,EncryptionMode=SSE_KMS,ServerSideEncryptionKmsKeyId=value

                                                                                \n@param serverSideEncryptionKmsKeyId If you are using SSE_KMS for the EncryptionMode, provide the AWS KMS key ID. The key that you use needs an attached policy that enables AWS Identity and Access Management (IAM) user permissions and allows use of the key.

                                                                                Here is a CLI example: aws dms create-endpoint --endpoint-identifier value --endpoint-type target --engine-name s3 --s3-settings ServiceAccessRoleArn=value,BucketFolder=value,BucketName=value,EncryptionMode=SSE_KMS,ServerSideEncryptionKmsKeyId=value \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverSideEncryptionKmsKeyId", "getterDocumentation" : "

                                                                                If you are using SSE_KMS for the EncryptionMode, provide the AWS KMS key ID. The key that you use needs an attached policy that enables AWS Identity and Access Management (IAM) user permissions and allows use of the key.

                                                                                Here is a CLI example: aws dms create-endpoint --endpoint-identifier value --endpoint-type target --engine-name s3 --s3-settings ServiceAccessRoleArn=value,BucketFolder=value,BucketName=value,EncryptionMode=SSE_KMS,ServerSideEncryptionKmsKeyId=value

                                                                                \n@return If you are using SSE_KMS for the EncryptionMode, provide the AWS KMS key ID. The key that you use needs an attached policy that enables AWS Identity and Access Management (IAM) user permissions and allows use of the key.

                                                                                Here is a CLI example: aws dms create-endpoint --endpoint-identifier value --endpoint-type target --engine-name s3 --s3-settings ServiceAccessRoleArn=value,BucketFolder=value,BucketName=value,EncryptionMode=SSE_KMS,ServerSideEncryptionKmsKeyId=value ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServerSideEncryptionKmsKeyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServerSideEncryptionKmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServerSideEncryptionKmsKeyId", "sensitive" : false, "setterDocumentation" : "

                                                                                If you are using SSE_KMS for the EncryptionMode, provide the AWS KMS key ID. The key that you use needs an attached policy that enables AWS Identity and Access Management (IAM) user permissions and allows use of the key.

                                                                                Here is a CLI example: aws dms create-endpoint --endpoint-identifier value --endpoint-type target --engine-name s3 --s3-settings ServiceAccessRoleArn=value,BucketFolder=value,BucketName=value,EncryptionMode=SSE_KMS,ServerSideEncryptionKmsKeyId=value

                                                                                \n@param serverSideEncryptionKmsKeyId If you are using SSE_KMS for the EncryptionMode, provide the AWS KMS key ID. The key that you use needs an attached policy that enables AWS Identity and Access Management (IAM) user permissions and allows use of the key.

                                                                                Here is a CLI example: aws dms create-endpoint --endpoint-identifier value --endpoint-type target --engine-name s3 --s3-settings ServiceAccessRoleArn=value,BucketFolder=value,BucketName=value,EncryptionMode=SSE_KMS,ServerSideEncryptionKmsKeyId=value ", "setterMethodName" : "setServerSideEncryptionKmsKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serverSideEncryptionKmsKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverSideEncryptionKmsKeyId", "variableType" : "String", "documentation" : "

                                                                                If you are using SSE_KMS for the EncryptionMode, provide the AWS KMS key ID. The key that you use needs an attached policy that enables AWS Identity and Access Management (IAM) user permissions and allows use of the key.

                                                                                Here is a CLI example: aws dms create-endpoint --endpoint-identifier value --endpoint-type target --engine-name s3 --s3-settings ServiceAccessRoleArn=value,BucketFolder=value,BucketName=value,EncryptionMode=SSE_KMS,ServerSideEncryptionKmsKeyId=value

                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDataFormatAsString", "beanStyleSetterMethodName" : "setDataFormat", "c2jName" : "DataFormat", "c2jShape" : "DataFormatValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                The format of the data that you want to use for output. You can choose one of the following:

                                                                                • csv : This is a row-based file format with comma-separated values (.csv).

                                                                                • parquet : Apache Parquet (.parquet) is a columnar storage file format that features efficient compression and provides faster query response.

                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #dataFormatAsString(String)}.\n@param dataFormat a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dataFormat(String)", "deprecated" : false, "documentation" : "

                                                                                The format of the data that you want to use for output. You can choose one of the following:

                                                                                • csv : This is a row-based file format with comma-separated values (.csv).

                                                                                • parquet : Apache Parquet (.parquet) is a columnar storage file format that features efficient compression and provides faster query response.

                                                                                ", "endpointDiscoveryId" : false, "enumType" : "DataFormatValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "dataFormat", "fluentEnumSetterMethodName" : "dataFormat", "fluentGetterMethodName" : "dataFormatAsString", "fluentSetterDocumentation" : "

                                                                                The format of the data that you want to use for output. You can choose one of the following:

                                                                                • csv : This is a row-based file format with comma-separated values (.csv).

                                                                                • parquet : Apache Parquet (.parquet) is a columnar storage file format that features efficient compression and provides faster query response.

                                                                                \n@param dataFormat The format of the data that you want to use for output. You can choose one of the following:

                                                                                • csv : This is a row-based file format with comma-separated values (.csv).

                                                                                • parquet : Apache Parquet (.parquet) is a columnar storage file format that features efficient compression and provides faster query response.

                                                                                • \n@see DataFormatValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see DataFormatValue", "fluentSetterMethodName" : "dataFormat", "getterDocumentation" : "

                                                                                  The format of the data that you want to use for output. You can choose one of the following:

                                                                                  • csv : This is a row-based file format with comma-separated values (.csv).

                                                                                  • parquet : Apache Parquet (.parquet) is a columnar storage file format that features efficient compression and provides faster query response.

                                                                                  \n

                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #dataFormat} will return {@link DataFormatValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #dataFormatAsString}.\n

                                                                                  \n@return The format of the data that you want to use for output. You can choose one of the following:

                                                                                  • csv : This is a row-based file format with comma-separated values (.csv).

                                                                                  • parquet : Apache Parquet (.parquet) is a columnar storage file format that features efficient compression and provides faster query response.

                                                                                  • \n@see DataFormatValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DataFormat", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DataFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DataFormat", "sensitive" : false, "setterDocumentation" : "

                                                                                    The format of the data that you want to use for output. You can choose one of the following:

                                                                                    • csv : This is a row-based file format with comma-separated values (.csv).

                                                                                    • parquet : Apache Parquet (.parquet) is a columnar storage file format that features efficient compression and provides faster query response.

                                                                                    \n@param dataFormat The format of the data that you want to use for output. You can choose one of the following:

                                                                                    • csv : This is a row-based file format with comma-separated values (.csv).

                                                                                    • parquet : Apache Parquet (.parquet) is a columnar storage file format that features efficient compression and provides faster query response.

                                                                                    • \n@see DataFormatValue", "setterMethodName" : "setDataFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dataFormat", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "dataFormat", "variableType" : "String", "documentation" : "

                                                                                      The format of the data that you want to use for output. You can choose one of the following:

                                                                                      • csv : This is a row-based file format with comma-separated values (.csv).

                                                                                      • parquet : Apache Parquet (.parquet) is a columnar storage file format that features efficient compression and provides faster query response.

                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEncodingTypeAsString", "beanStyleSetterMethodName" : "setEncodingType", "c2jName" : "EncodingType", "c2jShape" : "EncodingTypeValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                      The type of encoding you are using:

                                                                                      • RLE_DICTIONARY uses a combination of bit-packing and run-length encoding to store repeated values more efficiently. This is the default.

                                                                                      • PLAIN doesn't use encoding at all. Values are stored as they are.

                                                                                      • PLAIN_DICTIONARY builds a dictionary of the values encountered in a given column. The dictionary is stored in a dictionary page for each column chunk.

                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #encodingTypeAsString(String)}.\n@param encodingType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encodingType(String)", "deprecated" : false, "documentation" : "

                                                                                      The type of encoding you are using:

                                                                                      • RLE_DICTIONARY uses a combination of bit-packing and run-length encoding to store repeated values more efficiently. This is the default.

                                                                                      • PLAIN doesn't use encoding at all. Values are stored as they are.

                                                                                      • PLAIN_DICTIONARY builds a dictionary of the values encountered in a given column. The dictionary is stored in a dictionary page for each column chunk.

                                                                                      ", "endpointDiscoveryId" : false, "enumType" : "EncodingTypeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "encodingType", "fluentEnumSetterMethodName" : "encodingType", "fluentGetterMethodName" : "encodingTypeAsString", "fluentSetterDocumentation" : "

                                                                                      The type of encoding you are using:

                                                                                      • RLE_DICTIONARY uses a combination of bit-packing and run-length encoding to store repeated values more efficiently. This is the default.

                                                                                      • PLAIN doesn't use encoding at all. Values are stored as they are.

                                                                                      • PLAIN_DICTIONARY builds a dictionary of the values encountered in a given column. The dictionary is stored in a dictionary page for each column chunk.

                                                                                      \n@param encodingType The type of encoding you are using:

                                                                                      • RLE_DICTIONARY uses a combination of bit-packing and run-length encoding to store repeated values more efficiently. This is the default.

                                                                                      • PLAIN doesn't use encoding at all. Values are stored as they are.

                                                                                      • PLAIN_DICTIONARY builds a dictionary of the values encountered in a given column. The dictionary is stored in a dictionary page for each column chunk.

                                                                                      • \n@see EncodingTypeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncodingTypeValue", "fluentSetterMethodName" : "encodingType", "getterDocumentation" : "

                                                                                        The type of encoding you are using:

                                                                                        • RLE_DICTIONARY uses a combination of bit-packing and run-length encoding to store repeated values more efficiently. This is the default.

                                                                                        • PLAIN doesn't use encoding at all. Values are stored as they are.

                                                                                        • PLAIN_DICTIONARY builds a dictionary of the values encountered in a given column. The dictionary is stored in a dictionary page for each column chunk.

                                                                                        \n

                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #encodingType} will return {@link EncodingTypeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #encodingTypeAsString}.\n

                                                                                        \n@return The type of encoding you are using:

                                                                                        • RLE_DICTIONARY uses a combination of bit-packing and run-length encoding to store repeated values more efficiently. This is the default.

                                                                                        • PLAIN doesn't use encoding at all. Values are stored as they are.

                                                                                        • PLAIN_DICTIONARY builds a dictionary of the values encountered in a given column. The dictionary is stored in a dictionary page for each column chunk.

                                                                                        • \n@see EncodingTypeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncodingType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EncodingType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EncodingType", "sensitive" : false, "setterDocumentation" : "

                                                                                          The type of encoding you are using:

                                                                                          • RLE_DICTIONARY uses a combination of bit-packing and run-length encoding to store repeated values more efficiently. This is the default.

                                                                                          • PLAIN doesn't use encoding at all. Values are stored as they are.

                                                                                          • PLAIN_DICTIONARY builds a dictionary of the values encountered in a given column. The dictionary is stored in a dictionary page for each column chunk.

                                                                                          \n@param encodingType The type of encoding you are using:

                                                                                          • RLE_DICTIONARY uses a combination of bit-packing and run-length encoding to store repeated values more efficiently. This is the default.

                                                                                          • PLAIN doesn't use encoding at all. Values are stored as they are.

                                                                                          • PLAIN_DICTIONARY builds a dictionary of the values encountered in a given column. The dictionary is stored in a dictionary page for each column chunk.

                                                                                          • \n@see EncodingTypeValue", "setterMethodName" : "setEncodingType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "encodingType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "encodingType", "variableType" : "String", "documentation" : "

                                                                                            The type of encoding you are using:

                                                                                            • RLE_DICTIONARY uses a combination of bit-packing and run-length encoding to store repeated values more efficiently. This is the default.

                                                                                            • PLAIN doesn't use encoding at all. Values are stored as they are.

                                                                                            • PLAIN_DICTIONARY builds a dictionary of the values encountered in a given column. The dictionary is stored in a dictionary page for each column chunk.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDictPageSizeLimit", "beanStyleSetterMethodName" : "setDictPageSizeLimit", "c2jName" : "DictPageSizeLimit", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The maximum size of an encoded dictionary page of a column. If the dictionary page exceeds this, this column is stored using an encoding type of PLAIN. This parameter defaults to 1024 * 1024 bytes (1 MiB), the maximum size of a dictionary page before it reverts to PLAIN encoding. This size is used for .parquet file format only.

                                                                                            \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 #dictPageSizeLimit(Integer)}.\n@param dictPageSizeLimit 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 #dictPageSizeLimit(Integer)", "deprecated" : false, "documentation" : "

                                                                                            The maximum size of an encoded dictionary page of a column. If the dictionary page exceeds this, this column is stored using an encoding type of PLAIN. This parameter defaults to 1024 * 1024 bytes (1 MiB), the maximum size of a dictionary page before it reverts to PLAIN encoding. This size is used for .parquet file format only.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dictPageSizeLimit", "fluentSetterDocumentation" : "

                                                                                            The maximum size of an encoded dictionary page of a column. If the dictionary page exceeds this, this column is stored using an encoding type of PLAIN. This parameter defaults to 1024 * 1024 bytes (1 MiB), the maximum size of a dictionary page before it reverts to PLAIN encoding. This size is used for .parquet file format only.

                                                                                            \n@param dictPageSizeLimit The maximum size of an encoded dictionary page of a column. If the dictionary page exceeds this, this column is stored using an encoding type of PLAIN. This parameter defaults to 1024 * 1024 bytes (1 MiB), the maximum size of a dictionary page before it reverts to PLAIN encoding. This size is used for .parquet file format only.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dictPageSizeLimit", "getterDocumentation" : "

                                                                                            The maximum size of an encoded dictionary page of a column. If the dictionary page exceeds this, this column is stored using an encoding type of PLAIN. This parameter defaults to 1024 * 1024 bytes (1 MiB), the maximum size of a dictionary page before it reverts to PLAIN encoding. This size is used for .parquet file format only.

                                                                                            \n@return The maximum size of an encoded dictionary page of a column. If the dictionary page exceeds this, this column is stored using an encoding type of PLAIN. This parameter defaults to 1024 * 1024 bytes (1 MiB), the maximum size of a dictionary page before it reverts to PLAIN encoding. This size is used for .parquet file format only.", "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" : "DictPageSizeLimit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DictPageSizeLimit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "DictPageSizeLimit", "sensitive" : false, "setterDocumentation" : "

                                                                                            The maximum size of an encoded dictionary page of a column. If the dictionary page exceeds this, this column is stored using an encoding type of PLAIN. This parameter defaults to 1024 * 1024 bytes (1 MiB), the maximum size of a dictionary page before it reverts to PLAIN encoding. This size is used for .parquet file format only.

                                                                                            \n@param dictPageSizeLimit The maximum size of an encoded dictionary page of a column. If the dictionary page exceeds this, this column is stored using an encoding type of PLAIN. This parameter defaults to 1024 * 1024 bytes (1 MiB), the maximum size of a dictionary page before it reverts to PLAIN encoding. This size is used for .parquet file format only.", "setterMethodName" : "setDictPageSizeLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "dictPageSizeLimit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "dictPageSizeLimit", "variableType" : "Integer", "documentation" : "

                                                                                            The maximum size of an encoded dictionary page of a column. If the dictionary page exceeds this, this column is stored using an encoding type of PLAIN. This parameter defaults to 1024 * 1024 bytes (1 MiB), the maximum size of a dictionary page before it reverts to PLAIN encoding. This size is used for .parquet file format only.

                                                                                            ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRowGroupLength", "beanStyleSetterMethodName" : "setRowGroupLength", "c2jName" : "RowGroupLength", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The number of rows in a row group. A smaller row group size provides faster reads. But as the number of row groups grows, the slower writes become. This parameter defaults to 10,000 rows. This number is used for .parquet file format only.

                                                                                            If you choose a value larger than the maximum, RowGroupLength is set to the max row group length in bytes (64 * 1024 * 1024).

                                                                                            \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 #rowGroupLength(Integer)}.\n@param rowGroupLength 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 #rowGroupLength(Integer)", "deprecated" : false, "documentation" : "

                                                                                            The number of rows in a row group. A smaller row group size provides faster reads. But as the number of row groups grows, the slower writes become. This parameter defaults to 10,000 rows. This number is used for .parquet file format only.

                                                                                            If you choose a value larger than the maximum, RowGroupLength is set to the max row group length in bytes (64 * 1024 * 1024).

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rowGroupLength", "fluentSetterDocumentation" : "

                                                                                            The number of rows in a row group. A smaller row group size provides faster reads. But as the number of row groups grows, the slower writes become. This parameter defaults to 10,000 rows. This number is used for .parquet file format only.

                                                                                            If you choose a value larger than the maximum, RowGroupLength is set to the max row group length in bytes (64 * 1024 * 1024).

                                                                                            \n@param rowGroupLength The number of rows in a row group. A smaller row group size provides faster reads. But as the number of row groups grows, the slower writes become. This parameter defaults to 10,000 rows. This number is used for .parquet file format only.

                                                                                            If you choose a value larger than the maximum, RowGroupLength is set to the max row group length in bytes (64 * 1024 * 1024).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rowGroupLength", "getterDocumentation" : "

                                                                                            The number of rows in a row group. A smaller row group size provides faster reads. But as the number of row groups grows, the slower writes become. This parameter defaults to 10,000 rows. This number is used for .parquet file format only.

                                                                                            If you choose a value larger than the maximum, RowGroupLength is set to the max row group length in bytes (64 * 1024 * 1024).

                                                                                            \n@return The number of rows in a row group. A smaller row group size provides faster reads. But as the number of row groups grows, the slower writes become. This parameter defaults to 10,000 rows. This number is used for .parquet file format only.

                                                                                            If you choose a value larger than the maximum, RowGroupLength is set to the max row group length in bytes (64 * 1024 * 1024).", "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" : "RowGroupLength", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RowGroupLength", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "RowGroupLength", "sensitive" : false, "setterDocumentation" : "

                                                                                            The number of rows in a row group. A smaller row group size provides faster reads. But as the number of row groups grows, the slower writes become. This parameter defaults to 10,000 rows. This number is used for .parquet file format only.

                                                                                            If you choose a value larger than the maximum, RowGroupLength is set to the max row group length in bytes (64 * 1024 * 1024).

                                                                                            \n@param rowGroupLength The number of rows in a row group. A smaller row group size provides faster reads. But as the number of row groups grows, the slower writes become. This parameter defaults to 10,000 rows. This number is used for .parquet file format only.

                                                                                            If you choose a value larger than the maximum, RowGroupLength is set to the max row group length in bytes (64 * 1024 * 1024).", "setterMethodName" : "setRowGroupLength", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "rowGroupLength", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "rowGroupLength", "variableType" : "Integer", "documentation" : "

                                                                                            The number of rows in a row group. A smaller row group size provides faster reads. But as the number of row groups grows, the slower writes become. This parameter defaults to 10,000 rows. This number is used for .parquet file format only.

                                                                                            If you choose a value larger than the maximum, RowGroupLength is set to the max row group length in bytes (64 * 1024 * 1024).

                                                                                            ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDataPageSize", "beanStyleSetterMethodName" : "setDataPageSize", "c2jName" : "DataPageSize", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The size of one data page in bytes. This parameter defaults to 1024 * 1024 bytes (1 MiB). This number is used for .parquet file format only.

                                                                                            \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 #dataPageSize(Integer)}.\n@param dataPageSize 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 #dataPageSize(Integer)", "deprecated" : false, "documentation" : "

                                                                                            The size of one data page in bytes. This parameter defaults to 1024 * 1024 bytes (1 MiB). This number is used for .parquet file format only.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dataPageSize", "fluentSetterDocumentation" : "

                                                                                            The size of one data page in bytes. This parameter defaults to 1024 * 1024 bytes (1 MiB). This number is used for .parquet file format only.

                                                                                            \n@param dataPageSize The size of one data page in bytes. This parameter defaults to 1024 * 1024 bytes (1 MiB). This number is used for .parquet file format only.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dataPageSize", "getterDocumentation" : "

                                                                                            The size of one data page in bytes. This parameter defaults to 1024 * 1024 bytes (1 MiB). This number is used for .parquet file format only.

                                                                                            \n@return The size of one data page in bytes. This parameter defaults to 1024 * 1024 bytes (1 MiB). This number is used for .parquet file format only.", "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" : "DataPageSize", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DataPageSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "DataPageSize", "sensitive" : false, "setterDocumentation" : "

                                                                                            The size of one data page in bytes. This parameter defaults to 1024 * 1024 bytes (1 MiB). This number is used for .parquet file format only.

                                                                                            \n@param dataPageSize The size of one data page in bytes. This parameter defaults to 1024 * 1024 bytes (1 MiB). This number is used for .parquet file format only.", "setterMethodName" : "setDataPageSize", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "dataPageSize", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "dataPageSize", "variableType" : "Integer", "documentation" : "

                                                                                            The size of one data page in bytes. This parameter defaults to 1024 * 1024 bytes (1 MiB). This number is used for .parquet file format only.

                                                                                            ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getParquetVersionAsString", "beanStyleSetterMethodName" : "setParquetVersion", "c2jName" : "ParquetVersion", "c2jShape" : "ParquetVersionValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The version of the Apache Parquet format that you want to use: parquet_1_0 (the default) or parquet_2_0.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #parquetVersionAsString(String)}.\n@param parquetVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parquetVersion(String)", "deprecated" : false, "documentation" : "

                                                                                            The version of the Apache Parquet format that you want to use: parquet_1_0 (the default) or parquet_2_0.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "ParquetVersionValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "parquetVersion", "fluentEnumSetterMethodName" : "parquetVersion", "fluentGetterMethodName" : "parquetVersionAsString", "fluentSetterDocumentation" : "

                                                                                            The version of the Apache Parquet format that you want to use: parquet_1_0 (the default) or parquet_2_0.

                                                                                            \n@param parquetVersion The version of the Apache Parquet format that you want to use: parquet_1_0 (the default) or parquet_2_0.\n@see ParquetVersionValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see ParquetVersionValue", "fluentSetterMethodName" : "parquetVersion", "getterDocumentation" : "

                                                                                            The version of the Apache Parquet format that you want to use: parquet_1_0 (the default) or parquet_2_0.

                                                                                            \n

                                                                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #parquetVersion} will return {@link ParquetVersionValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #parquetVersionAsString}.\n

                                                                                            \n@return The version of the Apache Parquet format that you want to use: parquet_1_0 (the default) or parquet_2_0.\n@see ParquetVersionValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParquetVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParquetVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParquetVersion", "sensitive" : false, "setterDocumentation" : "

                                                                                            The version of the Apache Parquet format that you want to use: parquet_1_0 (the default) or parquet_2_0.

                                                                                            \n@param parquetVersion The version of the Apache Parquet format that you want to use: parquet_1_0 (the default) or parquet_2_0.\n@see ParquetVersionValue", "setterMethodName" : "setParquetVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parquetVersion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parquetVersion", "variableType" : "String", "documentation" : "

                                                                                            The version of the Apache Parquet format that you want to use: parquet_1_0 (the default) or parquet_2_0.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEnableStatistics", "beanStyleSetterMethodName" : "setEnableStatistics", "c2jName" : "EnableStatistics", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            A value that enables statistics for Parquet pages and row groups. Choose true to enable statistics, false to disable. Statistics include NULL, DISTINCT, MAX, and MIN values. This parameter defaults to true. This value is used for .parquet file format only.

                                                                                            \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 #enableStatistics(Boolean)}.\n@param enableStatistics 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 #enableStatistics(Boolean)", "deprecated" : false, "documentation" : "

                                                                                            A value that enables statistics for Parquet pages and row groups. Choose true to enable statistics, false to disable. Statistics include NULL, DISTINCT, MAX, and MIN values. This parameter defaults to true. This value is used for .parquet file format only.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enableStatistics", "fluentSetterDocumentation" : "

                                                                                            A value that enables statistics for Parquet pages and row groups. Choose true to enable statistics, false to disable. Statistics include NULL, DISTINCT, MAX, and MIN values. This parameter defaults to true. This value is used for .parquet file format only.

                                                                                            \n@param enableStatistics A value that enables statistics for Parquet pages and row groups. Choose true to enable statistics, false to disable. Statistics include NULL, DISTINCT, MAX, and MIN values. This parameter defaults to true. This value is used for .parquet file format only.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableStatistics", "getterDocumentation" : "

                                                                                            A value that enables statistics for Parquet pages and row groups. Choose true to enable statistics, false to disable. Statistics include NULL, DISTINCT, MAX, and MIN values. This parameter defaults to true. This value is used for .parquet file format only.

                                                                                            \n@return A value that enables statistics for Parquet pages and row groups. Choose true to enable statistics, false to disable. Statistics include NULL, DISTINCT, MAX, and MIN values. This parameter defaults to true. This value is used for .parquet file format only.", "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" : "EnableStatistics", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EnableStatistics", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableStatistics", "sensitive" : false, "setterDocumentation" : "

                                                                                            A value that enables statistics for Parquet pages and row groups. Choose true to enable statistics, false to disable. Statistics include NULL, DISTINCT, MAX, and MIN values. This parameter defaults to true. This value is used for .parquet file format only.

                                                                                            \n@param enableStatistics A value that enables statistics for Parquet pages and row groups. Choose true to enable statistics, false to disable. Statistics include NULL, DISTINCT, MAX, and MIN values. This parameter defaults to true. This value is used for .parquet file format only.", "setterMethodName" : "setEnableStatistics", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableStatistics", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableStatistics", "variableType" : "Boolean", "documentation" : "

                                                                                            A value that enables statistics for Parquet pages and row groups. Choose true to enable statistics, false to disable. Statistics include NULL, DISTINCT, MAX, and MIN values. This parameter defaults to true. This value is used for .parquet file format only.

                                                                                            ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIncludeOpForFullLoad", "beanStyleSetterMethodName" : "setIncludeOpForFullLoad", "c2jName" : "IncludeOpForFullLoad", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            A value that enables a full load to write INSERT operations to the comma-separated value (.csv) output files only to indicate how the rows were added to the source database.

                                                                                            AWS DMS supports IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                            For full load, records can only be inserted. By default (the false setting), no information is recorded in these output files for a full load to indicate that the rows were inserted at the source database. If IncludeOpForFullLoad is set to true or y, the INSERT is recorded as an I annotation in the first field of the .csv file. This allows the format of your target records from a full load to be consistent with the target records from a CDC load.

                                                                                            This setting works together with CdcInsertsOnly for output to .csv files only. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                            \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 #includeOpForFullLoad(Boolean)}.\n@param includeOpForFullLoad 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 #includeOpForFullLoad(Boolean)", "deprecated" : false, "documentation" : "

                                                                                            A value that enables a full load to write INSERT operations to the comma-separated value (.csv) output files only to indicate how the rows were added to the source database.

                                                                                            AWS DMS supports IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                            For full load, records can only be inserted. By default (the false setting), no information is recorded in these output files for a full load to indicate that the rows were inserted at the source database. If IncludeOpForFullLoad is set to true or y, the INSERT is recorded as an I annotation in the first field of the .csv file. This allows the format of your target records from a full load to be consistent with the target records from a CDC load.

                                                                                            This setting works together with CdcInsertsOnly for output to .csv files only. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "includeOpForFullLoad", "fluentSetterDocumentation" : "

                                                                                            A value that enables a full load to write INSERT operations to the comma-separated value (.csv) output files only to indicate how the rows were added to the source database.

                                                                                            AWS DMS supports IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                            For full load, records can only be inserted. By default (the false setting), no information is recorded in these output files for a full load to indicate that the rows were inserted at the source database. If IncludeOpForFullLoad is set to true or y, the INSERT is recorded as an I annotation in the first field of the .csv file. This allows the format of your target records from a full load to be consistent with the target records from a CDC load.

                                                                                            This setting works together with CdcInsertsOnly for output to .csv files only. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                            \n@param includeOpForFullLoad A value that enables a full load to write INSERT operations to the comma-separated value (.csv) output files only to indicate how the rows were added to the source database.

                                                                                            AWS DMS supports IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                            For full load, records can only be inserted. By default (the false setting), no information is recorded in these output files for a full load to indicate that the rows were inserted at the source database. If IncludeOpForFullLoad is set to true or y, the INSERT is recorded as an I annotation in the first field of the .csv file. This allows the format of your target records from a full load to be consistent with the target records from a CDC load.

                                                                                            This setting works together with CdcInsertsOnly for output to .csv files only. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data 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" : "includeOpForFullLoad", "getterDocumentation" : "

                                                                                            A value that enables a full load to write INSERT operations to the comma-separated value (.csv) output files only to indicate how the rows were added to the source database.

                                                                                            AWS DMS supports IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                            For full load, records can only be inserted. By default (the false setting), no information is recorded in these output files for a full load to indicate that the rows were inserted at the source database. If IncludeOpForFullLoad is set to true or y, the INSERT is recorded as an I annotation in the first field of the .csv file. This allows the format of your target records from a full load to be consistent with the target records from a CDC load.

                                                                                            This setting works together with CdcInsertsOnly for output to .csv files only. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                            \n@return A value that enables a full load to write INSERT operations to the comma-separated value (.csv) output files only to indicate how the rows were added to the source database.

                                                                                            AWS DMS supports IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                            For full load, records can only be inserted. By default (the false setting), no information is recorded in these output files for a full load to indicate that the rows were inserted at the source database. If IncludeOpForFullLoad is set to true or y, the INSERT is recorded as an I annotation in the first field of the .csv file. This allows the format of your target records from a full load to be consistent with the target records from a CDC load.

                                                                                            This setting works together with CdcInsertsOnly for output to .csv files only. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                            ", "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" : "IncludeOpForFullLoad", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IncludeOpForFullLoad", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeOpForFullLoad", "sensitive" : false, "setterDocumentation" : "

                                                                                            A value that enables a full load to write INSERT operations to the comma-separated value (.csv) output files only to indicate how the rows were added to the source database.

                                                                                            AWS DMS supports IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                            For full load, records can only be inserted. By default (the false setting), no information is recorded in these output files for a full load to indicate that the rows were inserted at the source database. If IncludeOpForFullLoad is set to true or y, the INSERT is recorded as an I annotation in the first field of the .csv file. This allows the format of your target records from a full load to be consistent with the target records from a CDC load.

                                                                                            This setting works together with CdcInsertsOnly for output to .csv files only. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                            \n@param includeOpForFullLoad A value that enables a full load to write INSERT operations to the comma-separated value (.csv) output files only to indicate how the rows were added to the source database.

                                                                                            AWS DMS supports IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                            For full load, records can only be inserted. By default (the false setting), no information is recorded in these output files for a full load to indicate that the rows were inserted at the source database. If IncludeOpForFullLoad is set to true or y, the INSERT is recorded as an I annotation in the first field of the .csv file. This allows the format of your target records from a full load to be consistent with the target records from a CDC load.

                                                                                            This setting works together with CdcInsertsOnly for output to .csv files only. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                            ", "setterMethodName" : "setIncludeOpForFullLoad", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeOpForFullLoad", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeOpForFullLoad", "variableType" : "Boolean", "documentation" : "

                                                                                            A value that enables a full load to write INSERT operations to the comma-separated value (.csv) output files only to indicate how the rows were added to the source database.

                                                                                            AWS DMS supports IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                            For full load, records can only be inserted. By default (the false setting), no information is recorded in these output files for a full load to indicate that the rows were inserted at the source database. If IncludeOpForFullLoad is set to true or y, the INSERT is recorded as an I annotation in the first field of the .csv file. This allows the format of your target records from a full load to be consistent with the target records from a CDC load.

                                                                                            This setting works together with CdcInsertsOnly for output to .csv files only. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                            ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCdcInsertsOnly", "beanStyleSetterMethodName" : "setCdcInsertsOnly", "c2jName" : "CdcInsertsOnly", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            A value that enables a change data capture (CDC) load to write only INSERT operations to .csv or columnar storage (.parquet) output files. By default (the false setting), the first field in a .csv or .parquet record contains the letter I (INSERT), U (UPDATE), or D (DELETE). These values indicate whether the row was inserted, updated, or deleted at the source database for a CDC load to the target.

                                                                                            If cdcInsertsOnly is set to true or y, only INSERTs from the source database are migrated to the .csv or .parquet file. For .csv format only, how these INSERTs are recorded depends on the value of IncludeOpForFullLoad. If IncludeOpForFullLoad is set to true, the first field of every CDC record is set to I to indicate the INSERT operation at the source. If IncludeOpForFullLoad is set to false, every CDC record is written without a first field to indicate the INSERT operation at the source. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                            AWS DMS supports this interaction between CdcInsertsOnly and IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                            \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 #cdcInsertsOnly(Boolean)}.\n@param cdcInsertsOnly 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 #cdcInsertsOnly(Boolean)", "deprecated" : false, "documentation" : "

                                                                                            A value that enables a change data capture (CDC) load to write only INSERT operations to .csv or columnar storage (.parquet) output files. By default (the false setting), the first field in a .csv or .parquet record contains the letter I (INSERT), U (UPDATE), or D (DELETE). These values indicate whether the row was inserted, updated, or deleted at the source database for a CDC load to the target.

                                                                                            If cdcInsertsOnly is set to true or y, only INSERTs from the source database are migrated to the .csv or .parquet file. For .csv format only, how these INSERTs are recorded depends on the value of IncludeOpForFullLoad. If IncludeOpForFullLoad is set to true, the first field of every CDC record is set to I to indicate the INSERT operation at the source. If IncludeOpForFullLoad is set to false, every CDC record is written without a first field to indicate the INSERT operation at the source. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                            AWS DMS supports this interaction between CdcInsertsOnly and IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cdcInsertsOnly", "fluentSetterDocumentation" : "

                                                                                            A value that enables a change data capture (CDC) load to write only INSERT operations to .csv or columnar storage (.parquet) output files. By default (the false setting), the first field in a .csv or .parquet record contains the letter I (INSERT), U (UPDATE), or D (DELETE). These values indicate whether the row was inserted, updated, or deleted at the source database for a CDC load to the target.

                                                                                            If cdcInsertsOnly is set to true or y, only INSERTs from the source database are migrated to the .csv or .parquet file. For .csv format only, how these INSERTs are recorded depends on the value of IncludeOpForFullLoad. If IncludeOpForFullLoad is set to true, the first field of every CDC record is set to I to indicate the INSERT operation at the source. If IncludeOpForFullLoad is set to false, every CDC record is written without a first field to indicate the INSERT operation at the source. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                            AWS DMS supports this interaction between CdcInsertsOnly and IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                            \n@param cdcInsertsOnly A value that enables a change data capture (CDC) load to write only INSERT operations to .csv or columnar storage (.parquet) output files. By default (the false setting), the first field in a .csv or .parquet record contains the letter I (INSERT), U (UPDATE), or D (DELETE). These values indicate whether the row was inserted, updated, or deleted at the source database for a CDC load to the target.

                                                                                            If cdcInsertsOnly is set to true or y, only INSERTs from the source database are migrated to the .csv or .parquet file. For .csv format only, how these INSERTs are recorded depends on the value of IncludeOpForFullLoad. If IncludeOpForFullLoad is set to true, the first field of every CDC record is set to I to indicate the INSERT operation at the source. If IncludeOpForFullLoad is set to false, every CDC record is written without a first field to indicate the INSERT operation at the source. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                            AWS DMS supports this interaction between CdcInsertsOnly and IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                            \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cdcInsertsOnly", "getterDocumentation" : "

                                                                                            A value that enables a change data capture (CDC) load to write only INSERT operations to .csv or columnar storage (.parquet) output files. By default (the false setting), the first field in a .csv or .parquet record contains the letter I (INSERT), U (UPDATE), or D (DELETE). These values indicate whether the row was inserted, updated, or deleted at the source database for a CDC load to the target.

                                                                                            If cdcInsertsOnly is set to true or y, only INSERTs from the source database are migrated to the .csv or .parquet file. For .csv format only, how these INSERTs are recorded depends on the value of IncludeOpForFullLoad. If IncludeOpForFullLoad is set to true, the first field of every CDC record is set to I to indicate the INSERT operation at the source. If IncludeOpForFullLoad is set to false, every CDC record is written without a first field to indicate the INSERT operation at the source. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                            AWS DMS supports this interaction between CdcInsertsOnly and IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                            \n@return A value that enables a change data capture (CDC) load to write only INSERT operations to .csv or columnar storage (.parquet) output files. By default (the false setting), the first field in a .csv or .parquet record contains the letter I (INSERT), U (UPDATE), or D (DELETE). These values indicate whether the row was inserted, updated, or deleted at the source database for a CDC load to the target.

                                                                                            If cdcInsertsOnly is set to true or y, only INSERTs from the source database are migrated to the .csv or .parquet file. For .csv format only, how these INSERTs are recorded depends on the value of IncludeOpForFullLoad. If IncludeOpForFullLoad is set to true, the first field of every CDC record is set to I to indicate the INSERT operation at the source. If IncludeOpForFullLoad is set to false, every CDC record is written without a first field to indicate the INSERT operation at the source. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                            AWS DMS supports this interaction between CdcInsertsOnly and IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                            ", "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" : "CdcInsertsOnly", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CdcInsertsOnly", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "CdcInsertsOnly", "sensitive" : false, "setterDocumentation" : "

                                                                                            A value that enables a change data capture (CDC) load to write only INSERT operations to .csv or columnar storage (.parquet) output files. By default (the false setting), the first field in a .csv or .parquet record contains the letter I (INSERT), U (UPDATE), or D (DELETE). These values indicate whether the row was inserted, updated, or deleted at the source database for a CDC load to the target.

                                                                                            If cdcInsertsOnly is set to true or y, only INSERTs from the source database are migrated to the .csv or .parquet file. For .csv format only, how these INSERTs are recorded depends on the value of IncludeOpForFullLoad. If IncludeOpForFullLoad is set to true, the first field of every CDC record is set to I to indicate the INSERT operation at the source. If IncludeOpForFullLoad is set to false, every CDC record is written without a first field to indicate the INSERT operation at the source. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                            AWS DMS supports this interaction between CdcInsertsOnly and IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                            \n@param cdcInsertsOnly A value that enables a change data capture (CDC) load to write only INSERT operations to .csv or columnar storage (.parquet) output files. By default (the false setting), the first field in a .csv or .parquet record contains the letter I (INSERT), U (UPDATE), or D (DELETE). These values indicate whether the row was inserted, updated, or deleted at the source database for a CDC load to the target.

                                                                                            If cdcInsertsOnly is set to true or y, only INSERTs from the source database are migrated to the .csv or .parquet file. For .csv format only, how these INSERTs are recorded depends on the value of IncludeOpForFullLoad. If IncludeOpForFullLoad is set to true, the first field of every CDC record is set to I to indicate the INSERT operation at the source. If IncludeOpForFullLoad is set to false, every CDC record is written without a first field to indicate the INSERT operation at the source. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                            AWS DMS supports this interaction between CdcInsertsOnly and IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                            ", "setterMethodName" : "setCdcInsertsOnly", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "cdcInsertsOnly", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "cdcInsertsOnly", "variableType" : "Boolean", "documentation" : "

                                                                                            A value that enables a change data capture (CDC) load to write only INSERT operations to .csv or columnar storage (.parquet) output files. By default (the false setting), the first field in a .csv or .parquet record contains the letter I (INSERT), U (UPDATE), or D (DELETE). These values indicate whether the row was inserted, updated, or deleted at the source database for a CDC load to the target.

                                                                                            If cdcInsertsOnly is set to true or y, only INSERTs from the source database are migrated to the .csv or .parquet file. For .csv format only, how these INSERTs are recorded depends on the value of IncludeOpForFullLoad. If IncludeOpForFullLoad is set to true, the first field of every CDC record is set to I to indicate the INSERT operation at the source. If IncludeOpForFullLoad is set to false, every CDC record is written without a first field to indicate the INSERT operation at the source. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                            AWS DMS supports this interaction between CdcInsertsOnly and IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                            ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTimestampColumnName", "beanStyleSetterMethodName" : "setTimestampColumnName", "c2jName" : "TimestampColumnName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            A value that includes a timestamp column in the Amazon S3 target endpoint data. AWS DMS includes an additional column in the migrated data when you set timestampColumnName to a non-blank value.

                                                                                            AWS DMS supports TimestampColumnName in versions 3.1.4 and later.

                                                                                            For a full load, each row of the timestamp column contains a timestamp for when the data was transferred from the source to the target by DMS. For a CDC load, each row of the timestamp column contains the timestamp for the commit of that row in the source database. The format for the timestamp column value is yyyy-MM-dd HH:mm:ss.SSSSSS. For CDC, the microsecond precision depends on the commit timestamp supported by DMS for the source database. When the AddColumnName setting is set to true, DMS also includes the name for the timestamp column that you set as the nonblank value of timestampColumnName.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #timestampColumnName(String)}.\n@param timestampColumnName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timestampColumnName(String)", "deprecated" : false, "documentation" : "

                                                                                            A value that includes a timestamp column in the Amazon S3 target endpoint data. AWS DMS includes an additional column in the migrated data when you set timestampColumnName to a non-blank value.

                                                                                            AWS DMS supports TimestampColumnName in versions 3.1.4 and later.

                                                                                            For a full load, each row of the timestamp column contains a timestamp for when the data was transferred from the source to the target by DMS. For a CDC load, each row of the timestamp column contains the timestamp for the commit of that row in the source database. The format for the timestamp column value is yyyy-MM-dd HH:mm:ss.SSSSSS. For CDC, the microsecond precision depends on the commit timestamp supported by DMS for the source database. When the AddColumnName setting is set to true, DMS also includes the name for the timestamp column that you set as the nonblank value of timestampColumnName.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timestampColumnName", "fluentSetterDocumentation" : "

                                                                                            A value that includes a timestamp column in the Amazon S3 target endpoint data. AWS DMS includes an additional column in the migrated data when you set timestampColumnName to a non-blank value.

                                                                                            AWS DMS supports TimestampColumnName in versions 3.1.4 and later.

                                                                                            For a full load, each row of the timestamp column contains a timestamp for when the data was transferred from the source to the target by DMS. For a CDC load, each row of the timestamp column contains the timestamp for the commit of that row in the source database. The format for the timestamp column value is yyyy-MM-dd HH:mm:ss.SSSSSS. For CDC, the microsecond precision depends on the commit timestamp supported by DMS for the source database. When the AddColumnName setting is set to true, DMS also includes the name for the timestamp column that you set as the nonblank value of timestampColumnName.

                                                                                            \n@param timestampColumnName A value that includes a timestamp column in the Amazon S3 target endpoint data. AWS DMS includes an additional column in the migrated data when you set timestampColumnName to a non-blank value.

                                                                                            AWS DMS supports TimestampColumnName in versions 3.1.4 and later.

                                                                                            For a full load, each row of the timestamp column contains a timestamp for when the data was transferred from the source to the target by DMS. For a CDC load, each row of the timestamp column contains the timestamp for the commit of that row in the source database. The format for the timestamp column value is yyyy-MM-dd HH:mm:ss.SSSSSS. For CDC, the microsecond precision depends on the commit timestamp supported by DMS for the source database. When the AddColumnName setting is set to true, DMS also includes the name for the timestamp column that you set as the nonblank value of timestampColumnName.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timestampColumnName", "getterDocumentation" : "

                                                                                            A value that includes a timestamp column in the Amazon S3 target endpoint data. AWS DMS includes an additional column in the migrated data when you set timestampColumnName to a non-blank value.

                                                                                            AWS DMS supports TimestampColumnName in versions 3.1.4 and later.

                                                                                            For a full load, each row of the timestamp column contains a timestamp for when the data was transferred from the source to the target by DMS. For a CDC load, each row of the timestamp column contains the timestamp for the commit of that row in the source database. The format for the timestamp column value is yyyy-MM-dd HH:mm:ss.SSSSSS. For CDC, the microsecond precision depends on the commit timestamp supported by DMS for the source database. When the AddColumnName setting is set to true, DMS also includes the name for the timestamp column that you set as the nonblank value of timestampColumnName.

                                                                                            \n@return A value that includes a timestamp column in the Amazon S3 target endpoint data. AWS DMS includes an additional column in the migrated data when you set timestampColumnName to a non-blank value.

                                                                                            AWS DMS supports TimestampColumnName in versions 3.1.4 and later.

                                                                                            For a full load, each row of the timestamp column contains a timestamp for when the data was transferred from the source to the target by DMS. For a CDC load, each row of the timestamp column contains the timestamp for the commit of that row in the source database. The format for the timestamp column value is yyyy-MM-dd HH:mm:ss.SSSSSS. For CDC, the microsecond precision depends on the commit timestamp supported by DMS for the source database. When the AddColumnName setting is set to true, DMS also includes the name for the timestamp column that you set as the nonblank value of timestampColumnName.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TimestampColumnName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TimestampColumnName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TimestampColumnName", "sensitive" : false, "setterDocumentation" : "

                                                                                            A value that includes a timestamp column in the Amazon S3 target endpoint data. AWS DMS includes an additional column in the migrated data when you set timestampColumnName to a non-blank value.

                                                                                            AWS DMS supports TimestampColumnName in versions 3.1.4 and later.

                                                                                            For a full load, each row of the timestamp column contains a timestamp for when the data was transferred from the source to the target by DMS. For a CDC load, each row of the timestamp column contains the timestamp for the commit of that row in the source database. The format for the timestamp column value is yyyy-MM-dd HH:mm:ss.SSSSSS. For CDC, the microsecond precision depends on the commit timestamp supported by DMS for the source database. When the AddColumnName setting is set to true, DMS also includes the name for the timestamp column that you set as the nonblank value of timestampColumnName.

                                                                                            \n@param timestampColumnName A value that includes a timestamp column in the Amazon S3 target endpoint data. AWS DMS includes an additional column in the migrated data when you set timestampColumnName to a non-blank value.

                                                                                            AWS DMS supports TimestampColumnName in versions 3.1.4 and later.

                                                                                            For a full load, each row of the timestamp column contains a timestamp for when the data was transferred from the source to the target by DMS. For a CDC load, each row of the timestamp column contains the timestamp for the commit of that row in the source database. The format for the timestamp column value is yyyy-MM-dd HH:mm:ss.SSSSSS. For CDC, the microsecond precision depends on the commit timestamp supported by DMS for the source database. When the AddColumnName setting is set to true, DMS also includes the name for the timestamp column that you set as the nonblank value of timestampColumnName.", "setterMethodName" : "setTimestampColumnName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "timestampColumnName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "timestampColumnName", "variableType" : "String", "documentation" : "

                                                                                            A value that includes a timestamp column in the Amazon S3 target endpoint data. AWS DMS includes an additional column in the migrated data when you set timestampColumnName to a non-blank value.

                                                                                            AWS DMS supports TimestampColumnName in versions 3.1.4 and later.

                                                                                            For a full load, each row of the timestamp column contains a timestamp for when the data was transferred from the source to the target by DMS. For a CDC load, each row of the timestamp column contains the timestamp for the commit of that row in the source database. The format for the timestamp column value is yyyy-MM-dd HH:mm:ss.SSSSSS. For CDC, the microsecond precision depends on the commit timestamp supported by DMS for the source database. When the AddColumnName setting is set to true, DMS also includes the name for the timestamp column that you set as the nonblank value of timestampColumnName.

                                                                                            ", "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/.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BucketFolder", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BucketFolder", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BucketName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BucketName", "sensitive" : false, "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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : "

                                                                                            The name of the S3 bucket.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CdcInsertsOnly" : { "beanStyleGetterMethodName" : "getCdcInsertsOnly", "beanStyleSetterMethodName" : "setCdcInsertsOnly", "c2jName" : "CdcInsertsOnly", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            A value that enables a change data capture (CDC) load to write only INSERT operations to .csv or columnar storage (.parquet) output files. By default (the false setting), the first field in a .csv or .parquet record contains the letter I (INSERT), U (UPDATE), or D (DELETE). These values indicate whether the row was inserted, updated, or deleted at the source database for a CDC load to the target.

                                                                                            If cdcInsertsOnly is set to true or y, only INSERTs from the source database are migrated to the .csv or .parquet file. For .csv format only, how these INSERTs are recorded depends on the value of IncludeOpForFullLoad. If IncludeOpForFullLoad is set to true, the first field of every CDC record is set to I to indicate the INSERT operation at the source. If IncludeOpForFullLoad is set to false, every CDC record is written without a first field to indicate the INSERT operation at the source. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                            AWS DMS supports this interaction between CdcInsertsOnly and IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                            \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 #cdcInsertsOnly(Boolean)}.\n@param cdcInsertsOnly 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 #cdcInsertsOnly(Boolean)", "deprecated" : false, "documentation" : "

                                                                                            A value that enables a change data capture (CDC) load to write only INSERT operations to .csv or columnar storage (.parquet) output files. By default (the false setting), the first field in a .csv or .parquet record contains the letter I (INSERT), U (UPDATE), or D (DELETE). These values indicate whether the row was inserted, updated, or deleted at the source database for a CDC load to the target.

                                                                                            If cdcInsertsOnly is set to true or y, only INSERTs from the source database are migrated to the .csv or .parquet file. For .csv format only, how these INSERTs are recorded depends on the value of IncludeOpForFullLoad. If IncludeOpForFullLoad is set to true, the first field of every CDC record is set to I to indicate the INSERT operation at the source. If IncludeOpForFullLoad is set to false, every CDC record is written without a first field to indicate the INSERT operation at the source. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                            AWS DMS supports this interaction between CdcInsertsOnly and IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cdcInsertsOnly", "fluentSetterDocumentation" : "

                                                                                            A value that enables a change data capture (CDC) load to write only INSERT operations to .csv or columnar storage (.parquet) output files. By default (the false setting), the first field in a .csv or .parquet record contains the letter I (INSERT), U (UPDATE), or D (DELETE). These values indicate whether the row was inserted, updated, or deleted at the source database for a CDC load to the target.

                                                                                            If cdcInsertsOnly is set to true or y, only INSERTs from the source database are migrated to the .csv or .parquet file. For .csv format only, how these INSERTs are recorded depends on the value of IncludeOpForFullLoad. If IncludeOpForFullLoad is set to true, the first field of every CDC record is set to I to indicate the INSERT operation at the source. If IncludeOpForFullLoad is set to false, every CDC record is written without a first field to indicate the INSERT operation at the source. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                            AWS DMS supports this interaction between CdcInsertsOnly and IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                            \n@param cdcInsertsOnly A value that enables a change data capture (CDC) load to write only INSERT operations to .csv or columnar storage (.parquet) output files. By default (the false setting), the first field in a .csv or .parquet record contains the letter I (INSERT), U (UPDATE), or D (DELETE). These values indicate whether the row was inserted, updated, or deleted at the source database for a CDC load to the target.

                                                                                            If cdcInsertsOnly is set to true or y, only INSERTs from the source database are migrated to the .csv or .parquet file. For .csv format only, how these INSERTs are recorded depends on the value of IncludeOpForFullLoad. If IncludeOpForFullLoad is set to true, the first field of every CDC record is set to I to indicate the INSERT operation at the source. If IncludeOpForFullLoad is set to false, every CDC record is written without a first field to indicate the INSERT operation at the source. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                            AWS DMS supports this interaction between CdcInsertsOnly and IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                            \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cdcInsertsOnly", "getterDocumentation" : "

                                                                                            A value that enables a change data capture (CDC) load to write only INSERT operations to .csv or columnar storage (.parquet) output files. By default (the false setting), the first field in a .csv or .parquet record contains the letter I (INSERT), U (UPDATE), or D (DELETE). These values indicate whether the row was inserted, updated, or deleted at the source database for a CDC load to the target.

                                                                                            If cdcInsertsOnly is set to true or y, only INSERTs from the source database are migrated to the .csv or .parquet file. For .csv format only, how these INSERTs are recorded depends on the value of IncludeOpForFullLoad. If IncludeOpForFullLoad is set to true, the first field of every CDC record is set to I to indicate the INSERT operation at the source. If IncludeOpForFullLoad is set to false, every CDC record is written without a first field to indicate the INSERT operation at the source. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                            AWS DMS supports this interaction between CdcInsertsOnly and IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                            \n@return A value that enables a change data capture (CDC) load to write only INSERT operations to .csv or columnar storage (.parquet) output files. By default (the false setting), the first field in a .csv or .parquet record contains the letter I (INSERT), U (UPDATE), or D (DELETE). These values indicate whether the row was inserted, updated, or deleted at the source database for a CDC load to the target.

                                                                                            If cdcInsertsOnly is set to true or y, only INSERTs from the source database are migrated to the .csv or .parquet file. For .csv format only, how these INSERTs are recorded depends on the value of IncludeOpForFullLoad. If IncludeOpForFullLoad is set to true, the first field of every CDC record is set to I to indicate the INSERT operation at the source. If IncludeOpForFullLoad is set to false, every CDC record is written without a first field to indicate the INSERT operation at the source. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                            AWS DMS supports this interaction between CdcInsertsOnly and IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                            ", "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" : "CdcInsertsOnly", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CdcInsertsOnly", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "CdcInsertsOnly", "sensitive" : false, "setterDocumentation" : "

                                                                                            A value that enables a change data capture (CDC) load to write only INSERT operations to .csv or columnar storage (.parquet) output files. By default (the false setting), the first field in a .csv or .parquet record contains the letter I (INSERT), U (UPDATE), or D (DELETE). These values indicate whether the row was inserted, updated, or deleted at the source database for a CDC load to the target.

                                                                                            If cdcInsertsOnly is set to true or y, only INSERTs from the source database are migrated to the .csv or .parquet file. For .csv format only, how these INSERTs are recorded depends on the value of IncludeOpForFullLoad. If IncludeOpForFullLoad is set to true, the first field of every CDC record is set to I to indicate the INSERT operation at the source. If IncludeOpForFullLoad is set to false, every CDC record is written without a first field to indicate the INSERT operation at the source. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                            AWS DMS supports this interaction between CdcInsertsOnly and IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                            \n@param cdcInsertsOnly A value that enables a change data capture (CDC) load to write only INSERT operations to .csv or columnar storage (.parquet) output files. By default (the false setting), the first field in a .csv or .parquet record contains the letter I (INSERT), U (UPDATE), or D (DELETE). These values indicate whether the row was inserted, updated, or deleted at the source database for a CDC load to the target.

                                                                                            If cdcInsertsOnly is set to true or y, only INSERTs from the source database are migrated to the .csv or .parquet file. For .csv format only, how these INSERTs are recorded depends on the value of IncludeOpForFullLoad. If IncludeOpForFullLoad is set to true, the first field of every CDC record is set to I to indicate the INSERT operation at the source. If IncludeOpForFullLoad is set to false, every CDC record is written without a first field to indicate the INSERT operation at the source. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                            AWS DMS supports this interaction between CdcInsertsOnly and IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                            ", "setterMethodName" : "setCdcInsertsOnly", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "cdcInsertsOnly", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "cdcInsertsOnly", "variableType" : "Boolean", "documentation" : "

                                                                                            A value that enables a change data capture (CDC) load to write only INSERT operations to .csv or columnar storage (.parquet) output files. By default (the false setting), the first field in a .csv or .parquet record contains the letter I (INSERT), U (UPDATE), or D (DELETE). These values indicate whether the row was inserted, updated, or deleted at the source database for a CDC load to the target.

                                                                                            If cdcInsertsOnly is set to true or y, only INSERTs from the source database are migrated to the .csv or .parquet file. For .csv format only, how these INSERTs are recorded depends on the value of IncludeOpForFullLoad. If IncludeOpForFullLoad is set to true, the first field of every CDC record is set to I to indicate the INSERT operation at the source. If IncludeOpForFullLoad is set to false, every CDC record is written without a first field to indicate the INSERT operation at the source. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                            AWS DMS supports this interaction between CdcInsertsOnly and IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                            ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "CompressionType" : { "beanStyleGetterMethodName" : "getCompressionTypeAsString", "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. Applies to both .csv and .parquet file formats.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #compressionTypeAsString(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. Applies to both .csv and .parquet file formats.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "CompressionTypeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "compressionType", "fluentEnumSetterMethodName" : "compressionType", "fluentGetterMethodName" : "compressionTypeAsString", "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. Applies to both .csv and .parquet file formats.

                                                                                            \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. Applies to both .csv and .parquet file formats.\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. Applies to both .csv and .parquet file formats.

                                                                                            \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 #compressionTypeAsString}.\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. Applies to both .csv and .parquet file formats.\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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CompressionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CompressionType", "sensitive" : false, "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. Applies to both .csv and .parquet file formats.

                                                                                            \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. Applies to both .csv and .parquet file formats.\n@see CompressionTypeValue", "setterMethodName" : "setCompressionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "compressionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "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. Applies to both .csv and .parquet file formats.

                                                                                            ", "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.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CsvDelimiter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CsvDelimiter", "sensitive" : false, "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, "timestampFormat" : null, "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).

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CsvRowDelimiter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CsvRowDelimiter", "sensitive" : false, "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, "timestampFormat" : null, "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 }, "DataFormat" : { "beanStyleGetterMethodName" : "getDataFormatAsString", "beanStyleSetterMethodName" : "setDataFormat", "c2jName" : "DataFormat", "c2jShape" : "DataFormatValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The format of the data that you want to use for output. You can choose one of the following:

                                                                                            • csv : This is a row-based file format with comma-separated values (.csv).

                                                                                            • parquet : Apache Parquet (.parquet) is a columnar storage file format that features efficient compression and provides faster query response.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #dataFormatAsString(String)}.\n@param dataFormat a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dataFormat(String)", "deprecated" : false, "documentation" : "

                                                                                            The format of the data that you want to use for output. You can choose one of the following:

                                                                                            • csv : This is a row-based file format with comma-separated values (.csv).

                                                                                            • parquet : Apache Parquet (.parquet) is a columnar storage file format that features efficient compression and provides faster query response.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "DataFormatValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "dataFormat", "fluentEnumSetterMethodName" : "dataFormat", "fluentGetterMethodName" : "dataFormatAsString", "fluentSetterDocumentation" : "

                                                                                            The format of the data that you want to use for output. You can choose one of the following:

                                                                                            • csv : This is a row-based file format with comma-separated values (.csv).

                                                                                            • parquet : Apache Parquet (.parquet) is a columnar storage file format that features efficient compression and provides faster query response.

                                                                                            \n@param dataFormat The format of the data that you want to use for output. You can choose one of the following:

                                                                                            • csv : This is a row-based file format with comma-separated values (.csv).

                                                                                            • parquet : Apache Parquet (.parquet) is a columnar storage file format that features efficient compression and provides faster query response.

                                                                                            • \n@see DataFormatValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see DataFormatValue", "fluentSetterMethodName" : "dataFormat", "getterDocumentation" : "

                                                                                              The format of the data that you want to use for output. You can choose one of the following:

                                                                                              • csv : This is a row-based file format with comma-separated values (.csv).

                                                                                              • parquet : Apache Parquet (.parquet) is a columnar storage file format that features efficient compression and provides faster query response.

                                                                                              \n

                                                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #dataFormat} will return {@link DataFormatValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #dataFormatAsString}.\n

                                                                                              \n@return The format of the data that you want to use for output. You can choose one of the following:

                                                                                              • csv : This is a row-based file format with comma-separated values (.csv).

                                                                                              • parquet : Apache Parquet (.parquet) is a columnar storage file format that features efficient compression and provides faster query response.

                                                                                              • \n@see DataFormatValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DataFormat", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DataFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DataFormat", "sensitive" : false, "setterDocumentation" : "

                                                                                                The format of the data that you want to use for output. You can choose one of the following:

                                                                                                • csv : This is a row-based file format with comma-separated values (.csv).

                                                                                                • parquet : Apache Parquet (.parquet) is a columnar storage file format that features efficient compression and provides faster query response.

                                                                                                \n@param dataFormat The format of the data that you want to use for output. You can choose one of the following:

                                                                                                • csv : This is a row-based file format with comma-separated values (.csv).

                                                                                                • parquet : Apache Parquet (.parquet) is a columnar storage file format that features efficient compression and provides faster query response.

                                                                                                • \n@see DataFormatValue", "setterMethodName" : "setDataFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dataFormat", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "dataFormat", "variableType" : "String", "documentation" : "

                                                                                                  The format of the data that you want to use for output. You can choose one of the following:

                                                                                                  • csv : This is a row-based file format with comma-separated values (.csv).

                                                                                                  • parquet : Apache Parquet (.parquet) is a columnar storage file format that features efficient compression and provides faster query response.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DataPageSize" : { "beanStyleGetterMethodName" : "getDataPageSize", "beanStyleSetterMethodName" : "setDataPageSize", "c2jName" : "DataPageSize", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                  The size of one data page in bytes. This parameter defaults to 1024 * 1024 bytes (1 MiB). This number is used for .parquet file format only.

                                                                                                  \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 #dataPageSize(Integer)}.\n@param dataPageSize 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 #dataPageSize(Integer)", "deprecated" : false, "documentation" : "

                                                                                                  The size of one data page in bytes. This parameter defaults to 1024 * 1024 bytes (1 MiB). This number is used for .parquet file format only.

                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dataPageSize", "fluentSetterDocumentation" : "

                                                                                                  The size of one data page in bytes. This parameter defaults to 1024 * 1024 bytes (1 MiB). This number is used for .parquet file format only.

                                                                                                  \n@param dataPageSize The size of one data page in bytes. This parameter defaults to 1024 * 1024 bytes (1 MiB). This number is used for .parquet file format only.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dataPageSize", "getterDocumentation" : "

                                                                                                  The size of one data page in bytes. This parameter defaults to 1024 * 1024 bytes (1 MiB). This number is used for .parquet file format only.

                                                                                                  \n@return The size of one data page in bytes. This parameter defaults to 1024 * 1024 bytes (1 MiB). This number is used for .parquet file format only.", "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" : "DataPageSize", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DataPageSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "DataPageSize", "sensitive" : false, "setterDocumentation" : "

                                                                                                  The size of one data page in bytes. This parameter defaults to 1024 * 1024 bytes (1 MiB). This number is used for .parquet file format only.

                                                                                                  \n@param dataPageSize The size of one data page in bytes. This parameter defaults to 1024 * 1024 bytes (1 MiB). This number is used for .parquet file format only.", "setterMethodName" : "setDataPageSize", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "dataPageSize", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "dataPageSize", "variableType" : "Integer", "documentation" : "

                                                                                                  The size of one data page in bytes. This parameter defaults to 1024 * 1024 bytes (1 MiB). This number is used for .parquet file format only.

                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "DictPageSizeLimit" : { "beanStyleGetterMethodName" : "getDictPageSizeLimit", "beanStyleSetterMethodName" : "setDictPageSizeLimit", "c2jName" : "DictPageSizeLimit", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                  The maximum size of an encoded dictionary page of a column. If the dictionary page exceeds this, this column is stored using an encoding type of PLAIN. This parameter defaults to 1024 * 1024 bytes (1 MiB), the maximum size of a dictionary page before it reverts to PLAIN encoding. This size is used for .parquet file format only.

                                                                                                  \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 #dictPageSizeLimit(Integer)}.\n@param dictPageSizeLimit 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 #dictPageSizeLimit(Integer)", "deprecated" : false, "documentation" : "

                                                                                                  The maximum size of an encoded dictionary page of a column. If the dictionary page exceeds this, this column is stored using an encoding type of PLAIN. This parameter defaults to 1024 * 1024 bytes (1 MiB), the maximum size of a dictionary page before it reverts to PLAIN encoding. This size is used for .parquet file format only.

                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dictPageSizeLimit", "fluentSetterDocumentation" : "

                                                                                                  The maximum size of an encoded dictionary page of a column. If the dictionary page exceeds this, this column is stored using an encoding type of PLAIN. This parameter defaults to 1024 * 1024 bytes (1 MiB), the maximum size of a dictionary page before it reverts to PLAIN encoding. This size is used for .parquet file format only.

                                                                                                  \n@param dictPageSizeLimit The maximum size of an encoded dictionary page of a column. If the dictionary page exceeds this, this column is stored using an encoding type of PLAIN. This parameter defaults to 1024 * 1024 bytes (1 MiB), the maximum size of a dictionary page before it reverts to PLAIN encoding. This size is used for .parquet file format only.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dictPageSizeLimit", "getterDocumentation" : "

                                                                                                  The maximum size of an encoded dictionary page of a column. If the dictionary page exceeds this, this column is stored using an encoding type of PLAIN. This parameter defaults to 1024 * 1024 bytes (1 MiB), the maximum size of a dictionary page before it reverts to PLAIN encoding. This size is used for .parquet file format only.

                                                                                                  \n@return The maximum size of an encoded dictionary page of a column. If the dictionary page exceeds this, this column is stored using an encoding type of PLAIN. This parameter defaults to 1024 * 1024 bytes (1 MiB), the maximum size of a dictionary page before it reverts to PLAIN encoding. This size is used for .parquet file format only.", "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" : "DictPageSizeLimit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DictPageSizeLimit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "DictPageSizeLimit", "sensitive" : false, "setterDocumentation" : "

                                                                                                  The maximum size of an encoded dictionary page of a column. If the dictionary page exceeds this, this column is stored using an encoding type of PLAIN. This parameter defaults to 1024 * 1024 bytes (1 MiB), the maximum size of a dictionary page before it reverts to PLAIN encoding. This size is used for .parquet file format only.

                                                                                                  \n@param dictPageSizeLimit The maximum size of an encoded dictionary page of a column. If the dictionary page exceeds this, this column is stored using an encoding type of PLAIN. This parameter defaults to 1024 * 1024 bytes (1 MiB), the maximum size of a dictionary page before it reverts to PLAIN encoding. This size is used for .parquet file format only.", "setterMethodName" : "setDictPageSizeLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "dictPageSizeLimit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "dictPageSizeLimit", "variableType" : "Integer", "documentation" : "

                                                                                                  The maximum size of an encoded dictionary page of a column. If the dictionary page exceeds this, this column is stored using an encoding type of PLAIN. This parameter defaults to 1024 * 1024 bytes (1 MiB), the maximum size of a dictionary page before it reverts to PLAIN encoding. This size is used for .parquet file format only.

                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "EnableStatistics" : { "beanStyleGetterMethodName" : "getEnableStatistics", "beanStyleSetterMethodName" : "setEnableStatistics", "c2jName" : "EnableStatistics", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                  A value that enables statistics for Parquet pages and row groups. Choose true to enable statistics, false to disable. Statistics include NULL, DISTINCT, MAX, and MIN values. This parameter defaults to true. This value is used for .parquet file format only.

                                                                                                  \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 #enableStatistics(Boolean)}.\n@param enableStatistics 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 #enableStatistics(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                  A value that enables statistics for Parquet pages and row groups. Choose true to enable statistics, false to disable. Statistics include NULL, DISTINCT, MAX, and MIN values. This parameter defaults to true. This value is used for .parquet file format only.

                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enableStatistics", "fluentSetterDocumentation" : "

                                                                                                  A value that enables statistics for Parquet pages and row groups. Choose true to enable statistics, false to disable. Statistics include NULL, DISTINCT, MAX, and MIN values. This parameter defaults to true. This value is used for .parquet file format only.

                                                                                                  \n@param enableStatistics A value that enables statistics for Parquet pages and row groups. Choose true to enable statistics, false to disable. Statistics include NULL, DISTINCT, MAX, and MIN values. This parameter defaults to true. This value is used for .parquet file format only.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableStatistics", "getterDocumentation" : "

                                                                                                  A value that enables statistics for Parquet pages and row groups. Choose true to enable statistics, false to disable. Statistics include NULL, DISTINCT, MAX, and MIN values. This parameter defaults to true. This value is used for .parquet file format only.

                                                                                                  \n@return A value that enables statistics for Parquet pages and row groups. Choose true to enable statistics, false to disable. Statistics include NULL, DISTINCT, MAX, and MIN values. This parameter defaults to true. This value is used for .parquet file format only.", "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" : "EnableStatistics", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EnableStatistics", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableStatistics", "sensitive" : false, "setterDocumentation" : "

                                                                                                  A value that enables statistics for Parquet pages and row groups. Choose true to enable statistics, false to disable. Statistics include NULL, DISTINCT, MAX, and MIN values. This parameter defaults to true. This value is used for .parquet file format only.

                                                                                                  \n@param enableStatistics A value that enables statistics for Parquet pages and row groups. Choose true to enable statistics, false to disable. Statistics include NULL, DISTINCT, MAX, and MIN values. This parameter defaults to true. This value is used for .parquet file format only.", "setterMethodName" : "setEnableStatistics", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableStatistics", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableStatistics", "variableType" : "Boolean", "documentation" : "

                                                                                                  A value that enables statistics for Parquet pages and row groups. Choose true to enable statistics, false to disable. Statistics include NULL, DISTINCT, MAX, and MIN values. This parameter defaults to true. This value is used for .parquet file format only.

                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "EncodingType" : { "beanStyleGetterMethodName" : "getEncodingTypeAsString", "beanStyleSetterMethodName" : "setEncodingType", "c2jName" : "EncodingType", "c2jShape" : "EncodingTypeValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                  The type of encoding you are using:

                                                                                                  • RLE_DICTIONARY uses a combination of bit-packing and run-length encoding to store repeated values more efficiently. This is the default.

                                                                                                  • PLAIN doesn't use encoding at all. Values are stored as they are.

                                                                                                  • PLAIN_DICTIONARY builds a dictionary of the values encountered in a given column. The dictionary is stored in a dictionary page for each column chunk.

                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #encodingTypeAsString(String)}.\n@param encodingType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encodingType(String)", "deprecated" : false, "documentation" : "

                                                                                                  The type of encoding you are using:

                                                                                                  • RLE_DICTIONARY uses a combination of bit-packing and run-length encoding to store repeated values more efficiently. This is the default.

                                                                                                  • PLAIN doesn't use encoding at all. Values are stored as they are.

                                                                                                  • PLAIN_DICTIONARY builds a dictionary of the values encountered in a given column. The dictionary is stored in a dictionary page for each column chunk.

                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : "EncodingTypeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "encodingType", "fluentEnumSetterMethodName" : "encodingType", "fluentGetterMethodName" : "encodingTypeAsString", "fluentSetterDocumentation" : "

                                                                                                  The type of encoding you are using:

                                                                                                  • RLE_DICTIONARY uses a combination of bit-packing and run-length encoding to store repeated values more efficiently. This is the default.

                                                                                                  • PLAIN doesn't use encoding at all. Values are stored as they are.

                                                                                                  • PLAIN_DICTIONARY builds a dictionary of the values encountered in a given column. The dictionary is stored in a dictionary page for each column chunk.

                                                                                                  \n@param encodingType The type of encoding you are using:

                                                                                                  • RLE_DICTIONARY uses a combination of bit-packing and run-length encoding to store repeated values more efficiently. This is the default.

                                                                                                  • PLAIN doesn't use encoding at all. Values are stored as they are.

                                                                                                  • PLAIN_DICTIONARY builds a dictionary of the values encountered in a given column. The dictionary is stored in a dictionary page for each column chunk.

                                                                                                  • \n@see EncodingTypeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncodingTypeValue", "fluentSetterMethodName" : "encodingType", "getterDocumentation" : "

                                                                                                    The type of encoding you are using:

                                                                                                    • RLE_DICTIONARY uses a combination of bit-packing and run-length encoding to store repeated values more efficiently. This is the default.

                                                                                                    • PLAIN doesn't use encoding at all. Values are stored as they are.

                                                                                                    • PLAIN_DICTIONARY builds a dictionary of the values encountered in a given column. The dictionary is stored in a dictionary page for each column chunk.

                                                                                                    \n

                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #encodingType} will return {@link EncodingTypeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #encodingTypeAsString}.\n

                                                                                                    \n@return The type of encoding you are using:

                                                                                                    • RLE_DICTIONARY uses a combination of bit-packing and run-length encoding to store repeated values more efficiently. This is the default.

                                                                                                    • PLAIN doesn't use encoding at all. Values are stored as they are.

                                                                                                    • PLAIN_DICTIONARY builds a dictionary of the values encountered in a given column. The dictionary is stored in a dictionary page for each column chunk.

                                                                                                    • \n@see EncodingTypeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncodingType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EncodingType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EncodingType", "sensitive" : false, "setterDocumentation" : "

                                                                                                      The type of encoding you are using:

                                                                                                      • RLE_DICTIONARY uses a combination of bit-packing and run-length encoding to store repeated values more efficiently. This is the default.

                                                                                                      • PLAIN doesn't use encoding at all. Values are stored as they are.

                                                                                                      • PLAIN_DICTIONARY builds a dictionary of the values encountered in a given column. The dictionary is stored in a dictionary page for each column chunk.

                                                                                                      \n@param encodingType The type of encoding you are using:

                                                                                                      • RLE_DICTIONARY uses a combination of bit-packing and run-length encoding to store repeated values more efficiently. This is the default.

                                                                                                      • PLAIN doesn't use encoding at all. Values are stored as they are.

                                                                                                      • PLAIN_DICTIONARY builds a dictionary of the values encountered in a given column. The dictionary is stored in a dictionary page for each column chunk.

                                                                                                      • \n@see EncodingTypeValue", "setterMethodName" : "setEncodingType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "encodingType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "encodingType", "variableType" : "String", "documentation" : "

                                                                                                        The type of encoding you are using:

                                                                                                        • RLE_DICTIONARY uses a combination of bit-packing and run-length encoding to store repeated values more efficiently. This is the default.

                                                                                                        • PLAIN doesn't use encoding at all. Values are stored as they are.

                                                                                                        • PLAIN_DICTIONARY builds a dictionary of the values encountered in a given column. The dictionary is stored in a dictionary page for each column chunk.

                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "EncryptionMode" : { "beanStyleGetterMethodName" : "getEncryptionModeAsString", "beanStyleSetterMethodName" : "setEncryptionMode", "c2jName" : "EncryptionMode", "c2jShape" : "EncryptionModeValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                        The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, you need an AWS Identity and Access Management (IAM) role with permission to allow \"arn:aws:s3:::dms-*\" to use the following actions:

                                                                                                        • s3:CreateBucket

                                                                                                        • s3:ListBucket

                                                                                                        • s3:DeleteBucket

                                                                                                        • s3:GetBucketLocation

                                                                                                        • s3:GetObject

                                                                                                        • s3:PutObject

                                                                                                        • s3:DeleteObject

                                                                                                        • s3:GetObjectVersion

                                                                                                        • s3:GetBucketPolicy

                                                                                                        • s3:PutBucketPolicy

                                                                                                        • s3:DeleteBucketPolicy

                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #encryptionModeAsString(String)}.\n@param encryptionMode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encryptionMode(String)", "deprecated" : false, "documentation" : "

                                                                                                        The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, you need an AWS Identity and Access Management (IAM) role with permission to allow \"arn:aws:s3:::dms-*\" to use the following actions:

                                                                                                        • s3:CreateBucket

                                                                                                        • s3:ListBucket

                                                                                                        • s3:DeleteBucket

                                                                                                        • s3:GetBucketLocation

                                                                                                        • s3:GetObject

                                                                                                        • s3:PutObject

                                                                                                        • s3:DeleteObject

                                                                                                        • s3:GetObjectVersion

                                                                                                        • s3:GetBucketPolicy

                                                                                                        • s3:PutBucketPolicy

                                                                                                        • s3:DeleteBucketPolicy

                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : "EncryptionModeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "encryptionMode", "fluentEnumSetterMethodName" : "encryptionMode", "fluentGetterMethodName" : "encryptionModeAsString", "fluentSetterDocumentation" : "

                                                                                                        The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, you need an AWS Identity and Access Management (IAM) role with permission to allow \"arn:aws:s3:::dms-*\" to use the following actions:

                                                                                                        • s3:CreateBucket

                                                                                                        • s3:ListBucket

                                                                                                        • s3:DeleteBucket

                                                                                                        • s3:GetBucketLocation

                                                                                                        • s3:GetObject

                                                                                                        • s3:PutObject

                                                                                                        • s3:DeleteObject

                                                                                                        • s3:GetObjectVersion

                                                                                                        • s3:GetBucketPolicy

                                                                                                        • s3:PutBucketPolicy

                                                                                                        • s3:DeleteBucketPolicy

                                                                                                        \n@param encryptionMode The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, you need an AWS Identity and Access Management (IAM) role with permission to allow \"arn:aws:s3:::dms-*\" to use the following actions:

                                                                                                        • s3:CreateBucket

                                                                                                        • s3:ListBucket

                                                                                                        • s3:DeleteBucket

                                                                                                        • s3:GetBucketLocation

                                                                                                        • s3:GetObject

                                                                                                        • s3:PutObject

                                                                                                        • s3:DeleteObject

                                                                                                        • s3:GetObjectVersion

                                                                                                        • s3:GetBucketPolicy

                                                                                                        • s3:PutBucketPolicy

                                                                                                        • s3:DeleteBucketPolicy

                                                                                                        • \n@see EncryptionModeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionModeValue", "fluentSetterMethodName" : "encryptionMode", "getterDocumentation" : "

                                                                                                          The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, you need an AWS Identity and Access Management (IAM) role with permission to allow \"arn:aws:s3:::dms-*\" to use the following actions:

                                                                                                          • s3:CreateBucket

                                                                                                          • s3:ListBucket

                                                                                                          • s3:DeleteBucket

                                                                                                          • s3:GetBucketLocation

                                                                                                          • s3:GetObject

                                                                                                          • s3:PutObject

                                                                                                          • s3:DeleteObject

                                                                                                          • s3:GetObjectVersion

                                                                                                          • s3:GetBucketPolicy

                                                                                                          • s3:PutBucketPolicy

                                                                                                          • s3:DeleteBucketPolicy

                                                                                                          \n

                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #encryptionMode} will return {@link EncryptionModeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #encryptionModeAsString}.\n

                                                                                                          \n@return The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, you need an AWS Identity and Access Management (IAM) role with permission to allow \"arn:aws:s3:::dms-*\" to use the following actions:

                                                                                                          • s3:CreateBucket

                                                                                                          • s3:ListBucket

                                                                                                          • s3:DeleteBucket

                                                                                                          • s3:GetBucketLocation

                                                                                                          • s3:GetObject

                                                                                                          • s3:PutObject

                                                                                                          • s3:DeleteObject

                                                                                                          • s3:GetObjectVersion

                                                                                                          • s3:GetBucketPolicy

                                                                                                          • s3:PutBucketPolicy

                                                                                                          • s3:DeleteBucketPolicy

                                                                                                          • \n@see EncryptionModeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncryptionMode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EncryptionMode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EncryptionMode", "sensitive" : false, "setterDocumentation" : "

                                                                                                            The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, you need an AWS Identity and Access Management (IAM) role with permission to allow \"arn:aws:s3:::dms-*\" to use the following actions:

                                                                                                            • s3:CreateBucket

                                                                                                            • s3:ListBucket

                                                                                                            • s3:DeleteBucket

                                                                                                            • s3:GetBucketLocation

                                                                                                            • s3:GetObject

                                                                                                            • s3:PutObject

                                                                                                            • s3:DeleteObject

                                                                                                            • s3:GetObjectVersion

                                                                                                            • s3:GetBucketPolicy

                                                                                                            • s3:PutBucketPolicy

                                                                                                            • s3:DeleteBucketPolicy

                                                                                                            \n@param encryptionMode The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, you need an AWS Identity and Access Management (IAM) role with permission to allow \"arn:aws:s3:::dms-*\" to use the following actions:

                                                                                                            • s3:CreateBucket

                                                                                                            • s3:ListBucket

                                                                                                            • s3:DeleteBucket

                                                                                                            • s3:GetBucketLocation

                                                                                                            • s3:GetObject

                                                                                                            • s3:PutObject

                                                                                                            • s3:DeleteObject

                                                                                                            • s3:GetObjectVersion

                                                                                                            • s3:GetBucketPolicy

                                                                                                            • s3:PutBucketPolicy

                                                                                                            • s3:DeleteBucketPolicy

                                                                                                            • \n@see EncryptionModeValue", "setterMethodName" : "setEncryptionMode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "encryptionMode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "encryptionMode", "variableType" : "String", "documentation" : "

                                                                                                              The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, you need an AWS Identity and Access Management (IAM) role with permission to allow \"arn:aws:s3:::dms-*\" to use the following actions:

                                                                                                              • s3:CreateBucket

                                                                                                              • s3:ListBucket

                                                                                                              • s3:DeleteBucket

                                                                                                              • s3:GetBucketLocation

                                                                                                              • s3:GetObject

                                                                                                              • s3:PutObject

                                                                                                              • s3:DeleteObject

                                                                                                              • s3:GetObjectVersion

                                                                                                              • s3:GetBucketPolicy

                                                                                                              • s3:PutBucketPolicy

                                                                                                              • s3:DeleteBucketPolicy

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ExternalTableDefinition" : { "beanStyleGetterMethodName" : "getExternalTableDefinition", "beanStyleSetterMethodName" : "setExternalTableDefinition", "c2jName" : "ExternalTableDefinition", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The external table definition.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                              The external table definition.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "externalTableDefinition", "fluentSetterDocumentation" : "

                                                                                                              The external table definition.

                                                                                                              \n@param externalTableDefinition The external table definition.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "externalTableDefinition", "getterDocumentation" : "

                                                                                                              The external table definition.

                                                                                                              \n@return The external table definition.", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ExternalTableDefinition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExternalTableDefinition", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The external table definition.

                                                                                                              \n@param externalTableDefinition The external table definition.", "setterMethodName" : "setExternalTableDefinition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "externalTableDefinition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "externalTableDefinition", "variableType" : "String", "documentation" : "

                                                                                                              The external table definition.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "IncludeOpForFullLoad" : { "beanStyleGetterMethodName" : "getIncludeOpForFullLoad", "beanStyleSetterMethodName" : "setIncludeOpForFullLoad", "c2jName" : "IncludeOpForFullLoad", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              A value that enables a full load to write INSERT operations to the comma-separated value (.csv) output files only to indicate how the rows were added to the source database.

                                                                                                              AWS DMS supports IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                                              For full load, records can only be inserted. By default (the false setting), no information is recorded in these output files for a full load to indicate that the rows were inserted at the source database. If IncludeOpForFullLoad is set to true or y, the INSERT is recorded as an I annotation in the first field of the .csv file. This allows the format of your target records from a full load to be consistent with the target records from a CDC load.

                                                                                                              This setting works together with CdcInsertsOnly for output to .csv files only. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                                              \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 #includeOpForFullLoad(Boolean)}.\n@param includeOpForFullLoad 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 #includeOpForFullLoad(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                              A value that enables a full load to write INSERT operations to the comma-separated value (.csv) output files only to indicate how the rows were added to the source database.

                                                                                                              AWS DMS supports IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                                              For full load, records can only be inserted. By default (the false setting), no information is recorded in these output files for a full load to indicate that the rows were inserted at the source database. If IncludeOpForFullLoad is set to true or y, the INSERT is recorded as an I annotation in the first field of the .csv file. This allows the format of your target records from a full load to be consistent with the target records from a CDC load.

                                                                                                              This setting works together with CdcInsertsOnly for output to .csv files only. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "includeOpForFullLoad", "fluentSetterDocumentation" : "

                                                                                                              A value that enables a full load to write INSERT operations to the comma-separated value (.csv) output files only to indicate how the rows were added to the source database.

                                                                                                              AWS DMS supports IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                                              For full load, records can only be inserted. By default (the false setting), no information is recorded in these output files for a full load to indicate that the rows were inserted at the source database. If IncludeOpForFullLoad is set to true or y, the INSERT is recorded as an I annotation in the first field of the .csv file. This allows the format of your target records from a full load to be consistent with the target records from a CDC load.

                                                                                                              This setting works together with CdcInsertsOnly for output to .csv files only. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                                              \n@param includeOpForFullLoad A value that enables a full load to write INSERT operations to the comma-separated value (.csv) output files only to indicate how the rows were added to the source database.

                                                                                                              AWS DMS supports IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                                              For full load, records can only be inserted. By default (the false setting), no information is recorded in these output files for a full load to indicate that the rows were inserted at the source database. If IncludeOpForFullLoad is set to true or y, the INSERT is recorded as an I annotation in the first field of the .csv file. This allows the format of your target records from a full load to be consistent with the target records from a CDC load.

                                                                                                              This setting works together with CdcInsertsOnly for output to .csv files only. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data 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" : "includeOpForFullLoad", "getterDocumentation" : "

                                                                                                              A value that enables a full load to write INSERT operations to the comma-separated value (.csv) output files only to indicate how the rows were added to the source database.

                                                                                                              AWS DMS supports IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                                              For full load, records can only be inserted. By default (the false setting), no information is recorded in these output files for a full load to indicate that the rows were inserted at the source database. If IncludeOpForFullLoad is set to true or y, the INSERT is recorded as an I annotation in the first field of the .csv file. This allows the format of your target records from a full load to be consistent with the target records from a CDC load.

                                                                                                              This setting works together with CdcInsertsOnly for output to .csv files only. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                                              \n@return A value that enables a full load to write INSERT operations to the comma-separated value (.csv) output files only to indicate how the rows were added to the source database.

                                                                                                              AWS DMS supports IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                                              For full load, records can only be inserted. By default (the false setting), no information is recorded in these output files for a full load to indicate that the rows were inserted at the source database. If IncludeOpForFullLoad is set to true or y, the INSERT is recorded as an I annotation in the first field of the .csv file. This allows the format of your target records from a full load to be consistent with the target records from a CDC load.

                                                                                                              This setting works together with CdcInsertsOnly for output to .csv files only. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                                              ", "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" : "IncludeOpForFullLoad", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IncludeOpForFullLoad", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeOpForFullLoad", "sensitive" : false, "setterDocumentation" : "

                                                                                                              A value that enables a full load to write INSERT operations to the comma-separated value (.csv) output files only to indicate how the rows were added to the source database.

                                                                                                              AWS DMS supports IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                                              For full load, records can only be inserted. By default (the false setting), no information is recorded in these output files for a full load to indicate that the rows were inserted at the source database. If IncludeOpForFullLoad is set to true or y, the INSERT is recorded as an I annotation in the first field of the .csv file. This allows the format of your target records from a full load to be consistent with the target records from a CDC load.

                                                                                                              This setting works together with CdcInsertsOnly for output to .csv files only. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                                              \n@param includeOpForFullLoad A value that enables a full load to write INSERT operations to the comma-separated value (.csv) output files only to indicate how the rows were added to the source database.

                                                                                                              AWS DMS supports IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                                              For full load, records can only be inserted. By default (the false setting), no information is recorded in these output files for a full load to indicate that the rows were inserted at the source database. If IncludeOpForFullLoad is set to true or y, the INSERT is recorded as an I annotation in the first field of the .csv file. This allows the format of your target records from a full load to be consistent with the target records from a CDC load.

                                                                                                              This setting works together with CdcInsertsOnly for output to .csv files only. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                                              ", "setterMethodName" : "setIncludeOpForFullLoad", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeOpForFullLoad", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeOpForFullLoad", "variableType" : "Boolean", "documentation" : "

                                                                                                              A value that enables a full load to write INSERT operations to the comma-separated value (.csv) output files only to indicate how the rows were added to the source database.

                                                                                                              AWS DMS supports IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                                              For full load, records can only be inserted. By default (the false setting), no information is recorded in these output files for a full load to indicate that the rows were inserted at the source database. If IncludeOpForFullLoad is set to true or y, the INSERT is recorded as an I annotation in the first field of the .csv file. This allows the format of your target records from a full load to be consistent with the target records from a CDC load.

                                                                                                              This setting works together with CdcInsertsOnly for output to .csv files only. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                                              ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "ParquetVersion" : { "beanStyleGetterMethodName" : "getParquetVersionAsString", "beanStyleSetterMethodName" : "setParquetVersion", "c2jName" : "ParquetVersion", "c2jShape" : "ParquetVersionValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The version of the Apache Parquet format that you want to use: parquet_1_0 (the default) or parquet_2_0.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #parquetVersionAsString(String)}.\n@param parquetVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parquetVersion(String)", "deprecated" : false, "documentation" : "

                                                                                                              The version of the Apache Parquet format that you want to use: parquet_1_0 (the default) or parquet_2_0.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : "ParquetVersionValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "parquetVersion", "fluentEnumSetterMethodName" : "parquetVersion", "fluentGetterMethodName" : "parquetVersionAsString", "fluentSetterDocumentation" : "

                                                                                                              The version of the Apache Parquet format that you want to use: parquet_1_0 (the default) or parquet_2_0.

                                                                                                              \n@param parquetVersion The version of the Apache Parquet format that you want to use: parquet_1_0 (the default) or parquet_2_0.\n@see ParquetVersionValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see ParquetVersionValue", "fluentSetterMethodName" : "parquetVersion", "getterDocumentation" : "

                                                                                                              The version of the Apache Parquet format that you want to use: parquet_1_0 (the default) or parquet_2_0.

                                                                                                              \n

                                                                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #parquetVersion} will return {@link ParquetVersionValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #parquetVersionAsString}.\n

                                                                                                              \n@return The version of the Apache Parquet format that you want to use: parquet_1_0 (the default) or parquet_2_0.\n@see ParquetVersionValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParquetVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParquetVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParquetVersion", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The version of the Apache Parquet format that you want to use: parquet_1_0 (the default) or parquet_2_0.

                                                                                                              \n@param parquetVersion The version of the Apache Parquet format that you want to use: parquet_1_0 (the default) or parquet_2_0.\n@see ParquetVersionValue", "setterMethodName" : "setParquetVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parquetVersion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parquetVersion", "variableType" : "String", "documentation" : "

                                                                                                              The version of the Apache Parquet format that you want to use: parquet_1_0 (the default) or parquet_2_0.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RowGroupLength" : { "beanStyleGetterMethodName" : "getRowGroupLength", "beanStyleSetterMethodName" : "setRowGroupLength", "c2jName" : "RowGroupLength", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The number of rows in a row group. A smaller row group size provides faster reads. But as the number of row groups grows, the slower writes become. This parameter defaults to 10,000 rows. This number is used for .parquet file format only.

                                                                                                              If you choose a value larger than the maximum, RowGroupLength is set to the max row group length in bytes (64 * 1024 * 1024).

                                                                                                              \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 #rowGroupLength(Integer)}.\n@param rowGroupLength 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 #rowGroupLength(Integer)", "deprecated" : false, "documentation" : "

                                                                                                              The number of rows in a row group. A smaller row group size provides faster reads. But as the number of row groups grows, the slower writes become. This parameter defaults to 10,000 rows. This number is used for .parquet file format only.

                                                                                                              If you choose a value larger than the maximum, RowGroupLength is set to the max row group length in bytes (64 * 1024 * 1024).

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rowGroupLength", "fluentSetterDocumentation" : "

                                                                                                              The number of rows in a row group. A smaller row group size provides faster reads. But as the number of row groups grows, the slower writes become. This parameter defaults to 10,000 rows. This number is used for .parquet file format only.

                                                                                                              If you choose a value larger than the maximum, RowGroupLength is set to the max row group length in bytes (64 * 1024 * 1024).

                                                                                                              \n@param rowGroupLength The number of rows in a row group. A smaller row group size provides faster reads. But as the number of row groups grows, the slower writes become. This parameter defaults to 10,000 rows. This number is used for .parquet file format only.

                                                                                                              If you choose a value larger than the maximum, RowGroupLength is set to the max row group length in bytes (64 * 1024 * 1024).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rowGroupLength", "getterDocumentation" : "

                                                                                                              The number of rows in a row group. A smaller row group size provides faster reads. But as the number of row groups grows, the slower writes become. This parameter defaults to 10,000 rows. This number is used for .parquet file format only.

                                                                                                              If you choose a value larger than the maximum, RowGroupLength is set to the max row group length in bytes (64 * 1024 * 1024).

                                                                                                              \n@return The number of rows in a row group. A smaller row group size provides faster reads. But as the number of row groups grows, the slower writes become. This parameter defaults to 10,000 rows. This number is used for .parquet file format only.

                                                                                                              If you choose a value larger than the maximum, RowGroupLength is set to the max row group length in bytes (64 * 1024 * 1024).", "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" : "RowGroupLength", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RowGroupLength", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "RowGroupLength", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The number of rows in a row group. A smaller row group size provides faster reads. But as the number of row groups grows, the slower writes become. This parameter defaults to 10,000 rows. This number is used for .parquet file format only.

                                                                                                              If you choose a value larger than the maximum, RowGroupLength is set to the max row group length in bytes (64 * 1024 * 1024).

                                                                                                              \n@param rowGroupLength The number of rows in a row group. A smaller row group size provides faster reads. But as the number of row groups grows, the slower writes become. This parameter defaults to 10,000 rows. This number is used for .parquet file format only.

                                                                                                              If you choose a value larger than the maximum, RowGroupLength is set to the max row group length in bytes (64 * 1024 * 1024).", "setterMethodName" : "setRowGroupLength", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "rowGroupLength", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "rowGroupLength", "variableType" : "Integer", "documentation" : "

                                                                                                              The number of rows in a row group. A smaller row group size provides faster reads. But as the number of row groups grows, the slower writes become. This parameter defaults to 10,000 rows. This number is used for .parquet file format only.

                                                                                                              If you choose a value larger than the maximum, RowGroupLength is set to the max row group length in bytes (64 * 1024 * 1024).

                                                                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "ServerSideEncryptionKmsKeyId" : { "beanStyleGetterMethodName" : "getServerSideEncryptionKmsKeyId", "beanStyleSetterMethodName" : "setServerSideEncryptionKmsKeyId", "c2jName" : "ServerSideEncryptionKmsKeyId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              If you are using SSE_KMS for the EncryptionMode, provide the AWS KMS key ID. The key that you use needs an attached policy that enables AWS Identity and Access Management (IAM) user permissions and allows use of the key.

                                                                                                              Here is a CLI example: aws dms create-endpoint --endpoint-identifier value --endpoint-type target --engine-name s3 --s3-settings ServiceAccessRoleArn=value,BucketFolder=value,BucketName=value,EncryptionMode=SSE_KMS,ServerSideEncryptionKmsKeyId=value

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serverSideEncryptionKmsKeyId(String)}.\n@param serverSideEncryptionKmsKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverSideEncryptionKmsKeyId(String)", "deprecated" : false, "documentation" : "

                                                                                                              If you are using SSE_KMS for the EncryptionMode, provide the AWS KMS key ID. The key that you use needs an attached policy that enables AWS Identity and Access Management (IAM) user permissions and allows use of the key.

                                                                                                              Here is a CLI example: aws dms create-endpoint --endpoint-identifier value --endpoint-type target --engine-name s3 --s3-settings ServiceAccessRoleArn=value,BucketFolder=value,BucketName=value,EncryptionMode=SSE_KMS,ServerSideEncryptionKmsKeyId=value

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverSideEncryptionKmsKeyId", "fluentSetterDocumentation" : "

                                                                                                              If you are using SSE_KMS for the EncryptionMode, provide the AWS KMS key ID. The key that you use needs an attached policy that enables AWS Identity and Access Management (IAM) user permissions and allows use of the key.

                                                                                                              Here is a CLI example: aws dms create-endpoint --endpoint-identifier value --endpoint-type target --engine-name s3 --s3-settings ServiceAccessRoleArn=value,BucketFolder=value,BucketName=value,EncryptionMode=SSE_KMS,ServerSideEncryptionKmsKeyId=value

                                                                                                              \n@param serverSideEncryptionKmsKeyId If you are using SSE_KMS for the EncryptionMode, provide the AWS KMS key ID. The key that you use needs an attached policy that enables AWS Identity and Access Management (IAM) user permissions and allows use of the key.

                                                                                                              Here is a CLI example: aws dms create-endpoint --endpoint-identifier value --endpoint-type target --engine-name s3 --s3-settings ServiceAccessRoleArn=value,BucketFolder=value,BucketName=value,EncryptionMode=SSE_KMS,ServerSideEncryptionKmsKeyId=value \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverSideEncryptionKmsKeyId", "getterDocumentation" : "

                                                                                                              If you are using SSE_KMS for the EncryptionMode, provide the AWS KMS key ID. The key that you use needs an attached policy that enables AWS Identity and Access Management (IAM) user permissions and allows use of the key.

                                                                                                              Here is a CLI example: aws dms create-endpoint --endpoint-identifier value --endpoint-type target --engine-name s3 --s3-settings ServiceAccessRoleArn=value,BucketFolder=value,BucketName=value,EncryptionMode=SSE_KMS,ServerSideEncryptionKmsKeyId=value

                                                                                                              \n@return If you are using SSE_KMS for the EncryptionMode, provide the AWS KMS key ID. The key that you use needs an attached policy that enables AWS Identity and Access Management (IAM) user permissions and allows use of the key.

                                                                                                              Here is a CLI example: aws dms create-endpoint --endpoint-identifier value --endpoint-type target --engine-name s3 --s3-settings ServiceAccessRoleArn=value,BucketFolder=value,BucketName=value,EncryptionMode=SSE_KMS,ServerSideEncryptionKmsKeyId=value ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServerSideEncryptionKmsKeyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServerSideEncryptionKmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServerSideEncryptionKmsKeyId", "sensitive" : false, "setterDocumentation" : "

                                                                                                              If you are using SSE_KMS for the EncryptionMode, provide the AWS KMS key ID. The key that you use needs an attached policy that enables AWS Identity and Access Management (IAM) user permissions and allows use of the key.

                                                                                                              Here is a CLI example: aws dms create-endpoint --endpoint-identifier value --endpoint-type target --engine-name s3 --s3-settings ServiceAccessRoleArn=value,BucketFolder=value,BucketName=value,EncryptionMode=SSE_KMS,ServerSideEncryptionKmsKeyId=value

                                                                                                              \n@param serverSideEncryptionKmsKeyId If you are using SSE_KMS for the EncryptionMode, provide the AWS KMS key ID. The key that you use needs an attached policy that enables AWS Identity and Access Management (IAM) user permissions and allows use of the key.

                                                                                                              Here is a CLI example: aws dms create-endpoint --endpoint-identifier value --endpoint-type target --engine-name s3 --s3-settings ServiceAccessRoleArn=value,BucketFolder=value,BucketName=value,EncryptionMode=SSE_KMS,ServerSideEncryptionKmsKeyId=value ", "setterMethodName" : "setServerSideEncryptionKmsKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serverSideEncryptionKmsKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverSideEncryptionKmsKeyId", "variableType" : "String", "documentation" : "

                                                                                                              If you are using SSE_KMS for the EncryptionMode, provide the AWS KMS key ID. The key that you use needs an attached policy that enables AWS Identity and Access Management (IAM) user permissions and allows use of the key.

                                                                                                              Here is a CLI example: aws dms create-endpoint --endpoint-identifier value --endpoint-type target --engine-name s3 --s3-settings ServiceAccessRoleArn=value,BucketFolder=value,BucketName=value,EncryptionMode=SSE_KMS,ServerSideEncryptionKmsKeyId=value

                                                                                                              ", "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.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceAccessRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceAccessRoleArn", "sensitive" : false, "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, "timestampFormat" : null, "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 }, "TimestampColumnName" : { "beanStyleGetterMethodName" : "getTimestampColumnName", "beanStyleSetterMethodName" : "setTimestampColumnName", "c2jName" : "TimestampColumnName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              A value that includes a timestamp column in the Amazon S3 target endpoint data. AWS DMS includes an additional column in the migrated data when you set timestampColumnName to a non-blank value.

                                                                                                              AWS DMS supports TimestampColumnName in versions 3.1.4 and later.

                                                                                                              For a full load, each row of the timestamp column contains a timestamp for when the data was transferred from the source to the target by DMS. For a CDC load, each row of the timestamp column contains the timestamp for the commit of that row in the source database. The format for the timestamp column value is yyyy-MM-dd HH:mm:ss.SSSSSS. For CDC, the microsecond precision depends on the commit timestamp supported by DMS for the source database. When the AddColumnName setting is set to true, DMS also includes the name for the timestamp column that you set as the nonblank value of timestampColumnName.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #timestampColumnName(String)}.\n@param timestampColumnName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timestampColumnName(String)", "deprecated" : false, "documentation" : "

                                                                                                              A value that includes a timestamp column in the Amazon S3 target endpoint data. AWS DMS includes an additional column in the migrated data when you set timestampColumnName to a non-blank value.

                                                                                                              AWS DMS supports TimestampColumnName in versions 3.1.4 and later.

                                                                                                              For a full load, each row of the timestamp column contains a timestamp for when the data was transferred from the source to the target by DMS. For a CDC load, each row of the timestamp column contains the timestamp for the commit of that row in the source database. The format for the timestamp column value is yyyy-MM-dd HH:mm:ss.SSSSSS. For CDC, the microsecond precision depends on the commit timestamp supported by DMS for the source database. When the AddColumnName setting is set to true, DMS also includes the name for the timestamp column that you set as the nonblank value of timestampColumnName.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timestampColumnName", "fluentSetterDocumentation" : "

                                                                                                              A value that includes a timestamp column in the Amazon S3 target endpoint data. AWS DMS includes an additional column in the migrated data when you set timestampColumnName to a non-blank value.

                                                                                                              AWS DMS supports TimestampColumnName in versions 3.1.4 and later.

                                                                                                              For a full load, each row of the timestamp column contains a timestamp for when the data was transferred from the source to the target by DMS. For a CDC load, each row of the timestamp column contains the timestamp for the commit of that row in the source database. The format for the timestamp column value is yyyy-MM-dd HH:mm:ss.SSSSSS. For CDC, the microsecond precision depends on the commit timestamp supported by DMS for the source database. When the AddColumnName setting is set to true, DMS also includes the name for the timestamp column that you set as the nonblank value of timestampColumnName.

                                                                                                              \n@param timestampColumnName A value that includes a timestamp column in the Amazon S3 target endpoint data. AWS DMS includes an additional column in the migrated data when you set timestampColumnName to a non-blank value.

                                                                                                              AWS DMS supports TimestampColumnName in versions 3.1.4 and later.

                                                                                                              For a full load, each row of the timestamp column contains a timestamp for when the data was transferred from the source to the target by DMS. For a CDC load, each row of the timestamp column contains the timestamp for the commit of that row in the source database. The format for the timestamp column value is yyyy-MM-dd HH:mm:ss.SSSSSS. For CDC, the microsecond precision depends on the commit timestamp supported by DMS for the source database. When the AddColumnName setting is set to true, DMS also includes the name for the timestamp column that you set as the nonblank value of timestampColumnName.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timestampColumnName", "getterDocumentation" : "

                                                                                                              A value that includes a timestamp column in the Amazon S3 target endpoint data. AWS DMS includes an additional column in the migrated data when you set timestampColumnName to a non-blank value.

                                                                                                              AWS DMS supports TimestampColumnName in versions 3.1.4 and later.

                                                                                                              For a full load, each row of the timestamp column contains a timestamp for when the data was transferred from the source to the target by DMS. For a CDC load, each row of the timestamp column contains the timestamp for the commit of that row in the source database. The format for the timestamp column value is yyyy-MM-dd HH:mm:ss.SSSSSS. For CDC, the microsecond precision depends on the commit timestamp supported by DMS for the source database. When the AddColumnName setting is set to true, DMS also includes the name for the timestamp column that you set as the nonblank value of timestampColumnName.

                                                                                                              \n@return A value that includes a timestamp column in the Amazon S3 target endpoint data. AWS DMS includes an additional column in the migrated data when you set timestampColumnName to a non-blank value.

                                                                                                              AWS DMS supports TimestampColumnName in versions 3.1.4 and later.

                                                                                                              For a full load, each row of the timestamp column contains a timestamp for when the data was transferred from the source to the target by DMS. For a CDC load, each row of the timestamp column contains the timestamp for the commit of that row in the source database. The format for the timestamp column value is yyyy-MM-dd HH:mm:ss.SSSSSS. For CDC, the microsecond precision depends on the commit timestamp supported by DMS for the source database. When the AddColumnName setting is set to true, DMS also includes the name for the timestamp column that you set as the nonblank value of timestampColumnName.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TimestampColumnName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TimestampColumnName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TimestampColumnName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              A value that includes a timestamp column in the Amazon S3 target endpoint data. AWS DMS includes an additional column in the migrated data when you set timestampColumnName to a non-blank value.

                                                                                                              AWS DMS supports TimestampColumnName in versions 3.1.4 and later.

                                                                                                              For a full load, each row of the timestamp column contains a timestamp for when the data was transferred from the source to the target by DMS. For a CDC load, each row of the timestamp column contains the timestamp for the commit of that row in the source database. The format for the timestamp column value is yyyy-MM-dd HH:mm:ss.SSSSSS. For CDC, the microsecond precision depends on the commit timestamp supported by DMS for the source database. When the AddColumnName setting is set to true, DMS also includes the name for the timestamp column that you set as the nonblank value of timestampColumnName.

                                                                                                              \n@param timestampColumnName A value that includes a timestamp column in the Amazon S3 target endpoint data. AWS DMS includes an additional column in the migrated data when you set timestampColumnName to a non-blank value.

                                                                                                              AWS DMS supports TimestampColumnName in versions 3.1.4 and later.

                                                                                                              For a full load, each row of the timestamp column contains a timestamp for when the data was transferred from the source to the target by DMS. For a CDC load, each row of the timestamp column contains the timestamp for the commit of that row in the source database. The format for the timestamp column value is yyyy-MM-dd HH:mm:ss.SSSSSS. For CDC, the microsecond precision depends on the commit timestamp supported by DMS for the source database. When the AddColumnName setting is set to true, DMS also includes the name for the timestamp column that you set as the nonblank value of timestampColumnName.", "setterMethodName" : "setTimestampColumnName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "timestampColumnName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "timestampColumnName", "variableType" : "String", "documentation" : "

                                                                                                              A value that includes a timestamp column in the Amazon S3 target endpoint data. AWS DMS includes an additional column in the migrated data when you set timestampColumnName to a non-blank value.

                                                                                                              AWS DMS supports TimestampColumnName in versions 3.1.4 and later.

                                                                                                              For a full load, each row of the timestamp column contains a timestamp for when the data was transferred from the source to the target by DMS. For a CDC load, each row of the timestamp column contains the timestamp for the commit of that row in the source database. The format for the timestamp column value is yyyy-MM-dd HH:mm:ss.SSSSSS. For CDC, the microsecond precision depends on the commit timestamp supported by DMS for the source database. When the AddColumnName setting is set to true, DMS also includes the name for the timestamp column that you set as the nonblank value of timestampColumnName.

                                                                                                              ", "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.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceAccessRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceAccessRoleArn", "sensitive" : false, "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, "timestampFormat" : null, "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" : "

                                                                                                              The external table definition.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                              The external table definition.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "externalTableDefinition", "fluentSetterDocumentation" : "

                                                                                                              The external table definition.

                                                                                                              \n@param externalTableDefinition The external table definition.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "externalTableDefinition", "getterDocumentation" : "

                                                                                                              The external table definition.

                                                                                                              \n@return The external table definition.", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ExternalTableDefinition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExternalTableDefinition", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The external table definition.

                                                                                                              \n@param externalTableDefinition The external table definition.", "setterMethodName" : "setExternalTableDefinition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "externalTableDefinition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "externalTableDefinition", "variableType" : "String", "documentation" : "

                                                                                                              The external table definition.

                                                                                                              ", "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).

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CsvRowDelimiter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CsvRowDelimiter", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CsvDelimiter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CsvDelimiter", "sensitive" : false, "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, "timestampFormat" : null, "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/.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BucketFolder", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BucketFolder", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BucketName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BucketName", "sensitive" : false, "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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the S3 bucket.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCompressionTypeAsString", "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. Applies to both .csv and .parquet file formats.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #compressionTypeAsString(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. Applies to both .csv and .parquet file formats.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : "CompressionTypeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "compressionType", "fluentEnumSetterMethodName" : "compressionType", "fluentGetterMethodName" : "compressionTypeAsString", "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. Applies to both .csv and .parquet file formats.

                                                                                                              \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. Applies to both .csv and .parquet file formats.\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. Applies to both .csv and .parquet file formats.

                                                                                                              \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 #compressionTypeAsString}.\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. Applies to both .csv and .parquet file formats.\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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CompressionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CompressionType", "sensitive" : false, "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. Applies to both .csv and .parquet file formats.

                                                                                                              \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. Applies to both .csv and .parquet file formats.\n@see CompressionTypeValue", "setterMethodName" : "setCompressionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "compressionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "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. Applies to both .csv and .parquet file formats.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEncryptionModeAsString", "beanStyleSetterMethodName" : "setEncryptionMode", "c2jName" : "EncryptionMode", "c2jShape" : "EncryptionModeValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, you need an AWS Identity and Access Management (IAM) role with permission to allow \"arn:aws:s3:::dms-*\" to use the following actions:

                                                                                                              • s3:CreateBucket

                                                                                                              • s3:ListBucket

                                                                                                              • s3:DeleteBucket

                                                                                                              • s3:GetBucketLocation

                                                                                                              • s3:GetObject

                                                                                                              • s3:PutObject

                                                                                                              • s3:DeleteObject

                                                                                                              • s3:GetObjectVersion

                                                                                                              • s3:GetBucketPolicy

                                                                                                              • s3:PutBucketPolicy

                                                                                                              • s3:DeleteBucketPolicy

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #encryptionModeAsString(String)}.\n@param encryptionMode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encryptionMode(String)", "deprecated" : false, "documentation" : "

                                                                                                              The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, you need an AWS Identity and Access Management (IAM) role with permission to allow \"arn:aws:s3:::dms-*\" to use the following actions:

                                                                                                              • s3:CreateBucket

                                                                                                              • s3:ListBucket

                                                                                                              • s3:DeleteBucket

                                                                                                              • s3:GetBucketLocation

                                                                                                              • s3:GetObject

                                                                                                              • s3:PutObject

                                                                                                              • s3:DeleteObject

                                                                                                              • s3:GetObjectVersion

                                                                                                              • s3:GetBucketPolicy

                                                                                                              • s3:PutBucketPolicy

                                                                                                              • s3:DeleteBucketPolicy

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : "EncryptionModeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "encryptionMode", "fluentEnumSetterMethodName" : "encryptionMode", "fluentGetterMethodName" : "encryptionModeAsString", "fluentSetterDocumentation" : "

                                                                                                              The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, you need an AWS Identity and Access Management (IAM) role with permission to allow \"arn:aws:s3:::dms-*\" to use the following actions:

                                                                                                              • s3:CreateBucket

                                                                                                              • s3:ListBucket

                                                                                                              • s3:DeleteBucket

                                                                                                              • s3:GetBucketLocation

                                                                                                              • s3:GetObject

                                                                                                              • s3:PutObject

                                                                                                              • s3:DeleteObject

                                                                                                              • s3:GetObjectVersion

                                                                                                              • s3:GetBucketPolicy

                                                                                                              • s3:PutBucketPolicy

                                                                                                              • s3:DeleteBucketPolicy

                                                                                                              \n@param encryptionMode The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, you need an AWS Identity and Access Management (IAM) role with permission to allow \"arn:aws:s3:::dms-*\" to use the following actions:

                                                                                                              • s3:CreateBucket

                                                                                                              • s3:ListBucket

                                                                                                              • s3:DeleteBucket

                                                                                                              • s3:GetBucketLocation

                                                                                                              • s3:GetObject

                                                                                                              • s3:PutObject

                                                                                                              • s3:DeleteObject

                                                                                                              • s3:GetObjectVersion

                                                                                                              • s3:GetBucketPolicy

                                                                                                              • s3:PutBucketPolicy

                                                                                                              • s3:DeleteBucketPolicy

                                                                                                              • \n@see EncryptionModeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionModeValue", "fluentSetterMethodName" : "encryptionMode", "getterDocumentation" : "

                                                                                                                The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, you need an AWS Identity and Access Management (IAM) role with permission to allow \"arn:aws:s3:::dms-*\" to use the following actions:

                                                                                                                • s3:CreateBucket

                                                                                                                • s3:ListBucket

                                                                                                                • s3:DeleteBucket

                                                                                                                • s3:GetBucketLocation

                                                                                                                • s3:GetObject

                                                                                                                • s3:PutObject

                                                                                                                • s3:DeleteObject

                                                                                                                • s3:GetObjectVersion

                                                                                                                • s3:GetBucketPolicy

                                                                                                                • s3:PutBucketPolicy

                                                                                                                • s3:DeleteBucketPolicy

                                                                                                                \n

                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #encryptionMode} will return {@link EncryptionModeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #encryptionModeAsString}.\n

                                                                                                                \n@return The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, you need an AWS Identity and Access Management (IAM) role with permission to allow \"arn:aws:s3:::dms-*\" to use the following actions:

                                                                                                                • s3:CreateBucket

                                                                                                                • s3:ListBucket

                                                                                                                • s3:DeleteBucket

                                                                                                                • s3:GetBucketLocation

                                                                                                                • s3:GetObject

                                                                                                                • s3:PutObject

                                                                                                                • s3:DeleteObject

                                                                                                                • s3:GetObjectVersion

                                                                                                                • s3:GetBucketPolicy

                                                                                                                • s3:PutBucketPolicy

                                                                                                                • s3:DeleteBucketPolicy

                                                                                                                • \n@see EncryptionModeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncryptionMode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EncryptionMode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EncryptionMode", "sensitive" : false, "setterDocumentation" : "

                                                                                                                  The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, you need an AWS Identity and Access Management (IAM) role with permission to allow \"arn:aws:s3:::dms-*\" to use the following actions:

                                                                                                                  • s3:CreateBucket

                                                                                                                  • s3:ListBucket

                                                                                                                  • s3:DeleteBucket

                                                                                                                  • s3:GetBucketLocation

                                                                                                                  • s3:GetObject

                                                                                                                  • s3:PutObject

                                                                                                                  • s3:DeleteObject

                                                                                                                  • s3:GetObjectVersion

                                                                                                                  • s3:GetBucketPolicy

                                                                                                                  • s3:PutBucketPolicy

                                                                                                                  • s3:DeleteBucketPolicy

                                                                                                                  \n@param encryptionMode The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, you need an AWS Identity and Access Management (IAM) role with permission to allow \"arn:aws:s3:::dms-*\" to use the following actions:

                                                                                                                  • s3:CreateBucket

                                                                                                                  • s3:ListBucket

                                                                                                                  • s3:DeleteBucket

                                                                                                                  • s3:GetBucketLocation

                                                                                                                  • s3:GetObject

                                                                                                                  • s3:PutObject

                                                                                                                  • s3:DeleteObject

                                                                                                                  • s3:GetObjectVersion

                                                                                                                  • s3:GetBucketPolicy

                                                                                                                  • s3:PutBucketPolicy

                                                                                                                  • s3:DeleteBucketPolicy

                                                                                                                  • \n@see EncryptionModeValue", "setterMethodName" : "setEncryptionMode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "encryptionMode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "encryptionMode", "variableType" : "String", "documentation" : "

                                                                                                                    The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. To use SSE_S3, you need an AWS Identity and Access Management (IAM) role with permission to allow \"arn:aws:s3:::dms-*\" to use the following actions:

                                                                                                                    • s3:CreateBucket

                                                                                                                    • s3:ListBucket

                                                                                                                    • s3:DeleteBucket

                                                                                                                    • s3:GetBucketLocation

                                                                                                                    • s3:GetObject

                                                                                                                    • s3:PutObject

                                                                                                                    • s3:DeleteObject

                                                                                                                    • s3:GetObjectVersion

                                                                                                                    • s3:GetBucketPolicy

                                                                                                                    • s3:PutBucketPolicy

                                                                                                                    • s3:DeleteBucketPolicy

                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServerSideEncryptionKmsKeyId", "beanStyleSetterMethodName" : "setServerSideEncryptionKmsKeyId", "c2jName" : "ServerSideEncryptionKmsKeyId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    If you are using SSE_KMS for the EncryptionMode, provide the AWS KMS key ID. The key that you use needs an attached policy that enables AWS Identity and Access Management (IAM) user permissions and allows use of the key.

                                                                                                                    Here is a CLI example: aws dms create-endpoint --endpoint-identifier value --endpoint-type target --engine-name s3 --s3-settings ServiceAccessRoleArn=value,BucketFolder=value,BucketName=value,EncryptionMode=SSE_KMS,ServerSideEncryptionKmsKeyId=value

                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serverSideEncryptionKmsKeyId(String)}.\n@param serverSideEncryptionKmsKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverSideEncryptionKmsKeyId(String)", "deprecated" : false, "documentation" : "

                                                                                                                    If you are using SSE_KMS for the EncryptionMode, provide the AWS KMS key ID. The key that you use needs an attached policy that enables AWS Identity and Access Management (IAM) user permissions and allows use of the key.

                                                                                                                    Here is a CLI example: aws dms create-endpoint --endpoint-identifier value --endpoint-type target --engine-name s3 --s3-settings ServiceAccessRoleArn=value,BucketFolder=value,BucketName=value,EncryptionMode=SSE_KMS,ServerSideEncryptionKmsKeyId=value

                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverSideEncryptionKmsKeyId", "fluentSetterDocumentation" : "

                                                                                                                    If you are using SSE_KMS for the EncryptionMode, provide the AWS KMS key ID. The key that you use needs an attached policy that enables AWS Identity and Access Management (IAM) user permissions and allows use of the key.

                                                                                                                    Here is a CLI example: aws dms create-endpoint --endpoint-identifier value --endpoint-type target --engine-name s3 --s3-settings ServiceAccessRoleArn=value,BucketFolder=value,BucketName=value,EncryptionMode=SSE_KMS,ServerSideEncryptionKmsKeyId=value

                                                                                                                    \n@param serverSideEncryptionKmsKeyId If you are using SSE_KMS for the EncryptionMode, provide the AWS KMS key ID. The key that you use needs an attached policy that enables AWS Identity and Access Management (IAM) user permissions and allows use of the key.

                                                                                                                    Here is a CLI example: aws dms create-endpoint --endpoint-identifier value --endpoint-type target --engine-name s3 --s3-settings ServiceAccessRoleArn=value,BucketFolder=value,BucketName=value,EncryptionMode=SSE_KMS,ServerSideEncryptionKmsKeyId=value \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverSideEncryptionKmsKeyId", "getterDocumentation" : "

                                                                                                                    If you are using SSE_KMS for the EncryptionMode, provide the AWS KMS key ID. The key that you use needs an attached policy that enables AWS Identity and Access Management (IAM) user permissions and allows use of the key.

                                                                                                                    Here is a CLI example: aws dms create-endpoint --endpoint-identifier value --endpoint-type target --engine-name s3 --s3-settings ServiceAccessRoleArn=value,BucketFolder=value,BucketName=value,EncryptionMode=SSE_KMS,ServerSideEncryptionKmsKeyId=value

                                                                                                                    \n@return If you are using SSE_KMS for the EncryptionMode, provide the AWS KMS key ID. The key that you use needs an attached policy that enables AWS Identity and Access Management (IAM) user permissions and allows use of the key.

                                                                                                                    Here is a CLI example: aws dms create-endpoint --endpoint-identifier value --endpoint-type target --engine-name s3 --s3-settings ServiceAccessRoleArn=value,BucketFolder=value,BucketName=value,EncryptionMode=SSE_KMS,ServerSideEncryptionKmsKeyId=value ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServerSideEncryptionKmsKeyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServerSideEncryptionKmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServerSideEncryptionKmsKeyId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                    If you are using SSE_KMS for the EncryptionMode, provide the AWS KMS key ID. The key that you use needs an attached policy that enables AWS Identity and Access Management (IAM) user permissions and allows use of the key.

                                                                                                                    Here is a CLI example: aws dms create-endpoint --endpoint-identifier value --endpoint-type target --engine-name s3 --s3-settings ServiceAccessRoleArn=value,BucketFolder=value,BucketName=value,EncryptionMode=SSE_KMS,ServerSideEncryptionKmsKeyId=value

                                                                                                                    \n@param serverSideEncryptionKmsKeyId If you are using SSE_KMS for the EncryptionMode, provide the AWS KMS key ID. The key that you use needs an attached policy that enables AWS Identity and Access Management (IAM) user permissions and allows use of the key.

                                                                                                                    Here is a CLI example: aws dms create-endpoint --endpoint-identifier value --endpoint-type target --engine-name s3 --s3-settings ServiceAccessRoleArn=value,BucketFolder=value,BucketName=value,EncryptionMode=SSE_KMS,ServerSideEncryptionKmsKeyId=value ", "setterMethodName" : "setServerSideEncryptionKmsKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serverSideEncryptionKmsKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverSideEncryptionKmsKeyId", "variableType" : "String", "documentation" : "

                                                                                                                    If you are using SSE_KMS for the EncryptionMode, provide the AWS KMS key ID. The key that you use needs an attached policy that enables AWS Identity and Access Management (IAM) user permissions and allows use of the key.

                                                                                                                    Here is a CLI example: aws dms create-endpoint --endpoint-identifier value --endpoint-type target --engine-name s3 --s3-settings ServiceAccessRoleArn=value,BucketFolder=value,BucketName=value,EncryptionMode=SSE_KMS,ServerSideEncryptionKmsKeyId=value

                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDataFormatAsString", "beanStyleSetterMethodName" : "setDataFormat", "c2jName" : "DataFormat", "c2jShape" : "DataFormatValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    The format of the data that you want to use for output. You can choose one of the following:

                                                                                                                    • csv : This is a row-based file format with comma-separated values (.csv).

                                                                                                                    • parquet : Apache Parquet (.parquet) is a columnar storage file format that features efficient compression and provides faster query response.

                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #dataFormatAsString(String)}.\n@param dataFormat a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dataFormat(String)", "deprecated" : false, "documentation" : "

                                                                                                                    The format of the data that you want to use for output. You can choose one of the following:

                                                                                                                    • csv : This is a row-based file format with comma-separated values (.csv).

                                                                                                                    • parquet : Apache Parquet (.parquet) is a columnar storage file format that features efficient compression and provides faster query response.

                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : "DataFormatValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "dataFormat", "fluentEnumSetterMethodName" : "dataFormat", "fluentGetterMethodName" : "dataFormatAsString", "fluentSetterDocumentation" : "

                                                                                                                    The format of the data that you want to use for output. You can choose one of the following:

                                                                                                                    • csv : This is a row-based file format with comma-separated values (.csv).

                                                                                                                    • parquet : Apache Parquet (.parquet) is a columnar storage file format that features efficient compression and provides faster query response.

                                                                                                                    \n@param dataFormat The format of the data that you want to use for output. You can choose one of the following:

                                                                                                                    • csv : This is a row-based file format with comma-separated values (.csv).

                                                                                                                    • parquet : Apache Parquet (.parquet) is a columnar storage file format that features efficient compression and provides faster query response.

                                                                                                                    • \n@see DataFormatValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see DataFormatValue", "fluentSetterMethodName" : "dataFormat", "getterDocumentation" : "

                                                                                                                      The format of the data that you want to use for output. You can choose one of the following:

                                                                                                                      • csv : This is a row-based file format with comma-separated values (.csv).

                                                                                                                      • parquet : Apache Parquet (.parquet) is a columnar storage file format that features efficient compression and provides faster query response.

                                                                                                                      \n

                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #dataFormat} will return {@link DataFormatValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #dataFormatAsString}.\n

                                                                                                                      \n@return The format of the data that you want to use for output. You can choose one of the following:

                                                                                                                      • csv : This is a row-based file format with comma-separated values (.csv).

                                                                                                                      • parquet : Apache Parquet (.parquet) is a columnar storage file format that features efficient compression and provides faster query response.

                                                                                                                      • \n@see DataFormatValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DataFormat", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DataFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DataFormat", "sensitive" : false, "setterDocumentation" : "

                                                                                                                        The format of the data that you want to use for output. You can choose one of the following:

                                                                                                                        • csv : This is a row-based file format with comma-separated values (.csv).

                                                                                                                        • parquet : Apache Parquet (.parquet) is a columnar storage file format that features efficient compression and provides faster query response.

                                                                                                                        \n@param dataFormat The format of the data that you want to use for output. You can choose one of the following:

                                                                                                                        • csv : This is a row-based file format with comma-separated values (.csv).

                                                                                                                        • parquet : Apache Parquet (.parquet) is a columnar storage file format that features efficient compression and provides faster query response.

                                                                                                                        • \n@see DataFormatValue", "setterMethodName" : "setDataFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dataFormat", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "dataFormat", "variableType" : "String", "documentation" : "

                                                                                                                          The format of the data that you want to use for output. You can choose one of the following:

                                                                                                                          • csv : This is a row-based file format with comma-separated values (.csv).

                                                                                                                          • parquet : Apache Parquet (.parquet) is a columnar storage file format that features efficient compression and provides faster query response.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEncodingTypeAsString", "beanStyleSetterMethodName" : "setEncodingType", "c2jName" : "EncodingType", "c2jShape" : "EncodingTypeValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The type of encoding you are using:

                                                                                                                          • RLE_DICTIONARY uses a combination of bit-packing and run-length encoding to store repeated values more efficiently. This is the default.

                                                                                                                          • PLAIN doesn't use encoding at all. Values are stored as they are.

                                                                                                                          • PLAIN_DICTIONARY builds a dictionary of the values encountered in a given column. The dictionary is stored in a dictionary page for each column chunk.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #encodingTypeAsString(String)}.\n@param encodingType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encodingType(String)", "deprecated" : false, "documentation" : "

                                                                                                                          The type of encoding you are using:

                                                                                                                          • RLE_DICTIONARY uses a combination of bit-packing and run-length encoding to store repeated values more efficiently. This is the default.

                                                                                                                          • PLAIN doesn't use encoding at all. Values are stored as they are.

                                                                                                                          • PLAIN_DICTIONARY builds a dictionary of the values encountered in a given column. The dictionary is stored in a dictionary page for each column chunk.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : "EncodingTypeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "encodingType", "fluentEnumSetterMethodName" : "encodingType", "fluentGetterMethodName" : "encodingTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                          The type of encoding you are using:

                                                                                                                          • RLE_DICTIONARY uses a combination of bit-packing and run-length encoding to store repeated values more efficiently. This is the default.

                                                                                                                          • PLAIN doesn't use encoding at all. Values are stored as they are.

                                                                                                                          • PLAIN_DICTIONARY builds a dictionary of the values encountered in a given column. The dictionary is stored in a dictionary page for each column chunk.

                                                                                                                          \n@param encodingType The type of encoding you are using:

                                                                                                                          • RLE_DICTIONARY uses a combination of bit-packing and run-length encoding to store repeated values more efficiently. This is the default.

                                                                                                                          • PLAIN doesn't use encoding at all. Values are stored as they are.

                                                                                                                          • PLAIN_DICTIONARY builds a dictionary of the values encountered in a given column. The dictionary is stored in a dictionary page for each column chunk.

                                                                                                                          • \n@see EncodingTypeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncodingTypeValue", "fluentSetterMethodName" : "encodingType", "getterDocumentation" : "

                                                                                                                            The type of encoding you are using:

                                                                                                                            • RLE_DICTIONARY uses a combination of bit-packing and run-length encoding to store repeated values more efficiently. This is the default.

                                                                                                                            • PLAIN doesn't use encoding at all. Values are stored as they are.

                                                                                                                            • PLAIN_DICTIONARY builds a dictionary of the values encountered in a given column. The dictionary is stored in a dictionary page for each column chunk.

                                                                                                                            \n

                                                                                                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #encodingType} will return {@link EncodingTypeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #encodingTypeAsString}.\n

                                                                                                                            \n@return The type of encoding you are using:

                                                                                                                            • RLE_DICTIONARY uses a combination of bit-packing and run-length encoding to store repeated values more efficiently. This is the default.

                                                                                                                            • PLAIN doesn't use encoding at all. Values are stored as they are.

                                                                                                                            • PLAIN_DICTIONARY builds a dictionary of the values encountered in a given column. The dictionary is stored in a dictionary page for each column chunk.

                                                                                                                            • \n@see EncodingTypeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncodingType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EncodingType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EncodingType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                              The type of encoding you are using:

                                                                                                                              • RLE_DICTIONARY uses a combination of bit-packing and run-length encoding to store repeated values more efficiently. This is the default.

                                                                                                                              • PLAIN doesn't use encoding at all. Values are stored as they are.

                                                                                                                              • PLAIN_DICTIONARY builds a dictionary of the values encountered in a given column. The dictionary is stored in a dictionary page for each column chunk.

                                                                                                                              \n@param encodingType The type of encoding you are using:

                                                                                                                              • RLE_DICTIONARY uses a combination of bit-packing and run-length encoding to store repeated values more efficiently. This is the default.

                                                                                                                              • PLAIN doesn't use encoding at all. Values are stored as they are.

                                                                                                                              • PLAIN_DICTIONARY builds a dictionary of the values encountered in a given column. The dictionary is stored in a dictionary page for each column chunk.

                                                                                                                              • \n@see EncodingTypeValue", "setterMethodName" : "setEncodingType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "encodingType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "encodingType", "variableType" : "String", "documentation" : "

                                                                                                                                The type of encoding you are using:

                                                                                                                                • RLE_DICTIONARY uses a combination of bit-packing and run-length encoding to store repeated values more efficiently. This is the default.

                                                                                                                                • PLAIN doesn't use encoding at all. Values are stored as they are.

                                                                                                                                • PLAIN_DICTIONARY builds a dictionary of the values encountered in a given column. The dictionary is stored in a dictionary page for each column chunk.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDictPageSizeLimit", "beanStyleSetterMethodName" : "setDictPageSizeLimit", "c2jName" : "DictPageSizeLimit", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The maximum size of an encoded dictionary page of a column. If the dictionary page exceeds this, this column is stored using an encoding type of PLAIN. This parameter defaults to 1024 * 1024 bytes (1 MiB), the maximum size of a dictionary page before it reverts to PLAIN encoding. This size is used for .parquet file format only.

                                                                                                                                \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 #dictPageSizeLimit(Integer)}.\n@param dictPageSizeLimit 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 #dictPageSizeLimit(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                The maximum size of an encoded dictionary page of a column. If the dictionary page exceeds this, this column is stored using an encoding type of PLAIN. This parameter defaults to 1024 * 1024 bytes (1 MiB), the maximum size of a dictionary page before it reverts to PLAIN encoding. This size is used for .parquet file format only.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dictPageSizeLimit", "fluentSetterDocumentation" : "

                                                                                                                                The maximum size of an encoded dictionary page of a column. If the dictionary page exceeds this, this column is stored using an encoding type of PLAIN. This parameter defaults to 1024 * 1024 bytes (1 MiB), the maximum size of a dictionary page before it reverts to PLAIN encoding. This size is used for .parquet file format only.

                                                                                                                                \n@param dictPageSizeLimit The maximum size of an encoded dictionary page of a column. If the dictionary page exceeds this, this column is stored using an encoding type of PLAIN. This parameter defaults to 1024 * 1024 bytes (1 MiB), the maximum size of a dictionary page before it reverts to PLAIN encoding. This size is used for .parquet file format only.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dictPageSizeLimit", "getterDocumentation" : "

                                                                                                                                The maximum size of an encoded dictionary page of a column. If the dictionary page exceeds this, this column is stored using an encoding type of PLAIN. This parameter defaults to 1024 * 1024 bytes (1 MiB), the maximum size of a dictionary page before it reverts to PLAIN encoding. This size is used for .parquet file format only.

                                                                                                                                \n@return The maximum size of an encoded dictionary page of a column. If the dictionary page exceeds this, this column is stored using an encoding type of PLAIN. This parameter defaults to 1024 * 1024 bytes (1 MiB), the maximum size of a dictionary page before it reverts to PLAIN encoding. This size is used for .parquet file format only.", "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" : "DictPageSizeLimit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DictPageSizeLimit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "DictPageSizeLimit", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The maximum size of an encoded dictionary page of a column. If the dictionary page exceeds this, this column is stored using an encoding type of PLAIN. This parameter defaults to 1024 * 1024 bytes (1 MiB), the maximum size of a dictionary page before it reverts to PLAIN encoding. This size is used for .parquet file format only.

                                                                                                                                \n@param dictPageSizeLimit The maximum size of an encoded dictionary page of a column. If the dictionary page exceeds this, this column is stored using an encoding type of PLAIN. This parameter defaults to 1024 * 1024 bytes (1 MiB), the maximum size of a dictionary page before it reverts to PLAIN encoding. This size is used for .parquet file format only.", "setterMethodName" : "setDictPageSizeLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "dictPageSizeLimit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "dictPageSizeLimit", "variableType" : "Integer", "documentation" : "

                                                                                                                                The maximum size of an encoded dictionary page of a column. If the dictionary page exceeds this, this column is stored using an encoding type of PLAIN. This parameter defaults to 1024 * 1024 bytes (1 MiB), the maximum size of a dictionary page before it reverts to PLAIN encoding. This size is used for .parquet file format only.

                                                                                                                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRowGroupLength", "beanStyleSetterMethodName" : "setRowGroupLength", "c2jName" : "RowGroupLength", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The number of rows in a row group. A smaller row group size provides faster reads. But as the number of row groups grows, the slower writes become. This parameter defaults to 10,000 rows. This number is used for .parquet file format only.

                                                                                                                                If you choose a value larger than the maximum, RowGroupLength is set to the max row group length in bytes (64 * 1024 * 1024).

                                                                                                                                \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 #rowGroupLength(Integer)}.\n@param rowGroupLength 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 #rowGroupLength(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                The number of rows in a row group. A smaller row group size provides faster reads. But as the number of row groups grows, the slower writes become. This parameter defaults to 10,000 rows. This number is used for .parquet file format only.

                                                                                                                                If you choose a value larger than the maximum, RowGroupLength is set to the max row group length in bytes (64 * 1024 * 1024).

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rowGroupLength", "fluentSetterDocumentation" : "

                                                                                                                                The number of rows in a row group. A smaller row group size provides faster reads. But as the number of row groups grows, the slower writes become. This parameter defaults to 10,000 rows. This number is used for .parquet file format only.

                                                                                                                                If you choose a value larger than the maximum, RowGroupLength is set to the max row group length in bytes (64 * 1024 * 1024).

                                                                                                                                \n@param rowGroupLength The number of rows in a row group. A smaller row group size provides faster reads. But as the number of row groups grows, the slower writes become. This parameter defaults to 10,000 rows. This number is used for .parquet file format only.

                                                                                                                                If you choose a value larger than the maximum, RowGroupLength is set to the max row group length in bytes (64 * 1024 * 1024).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rowGroupLength", "getterDocumentation" : "

                                                                                                                                The number of rows in a row group. A smaller row group size provides faster reads. But as the number of row groups grows, the slower writes become. This parameter defaults to 10,000 rows. This number is used for .parquet file format only.

                                                                                                                                If you choose a value larger than the maximum, RowGroupLength is set to the max row group length in bytes (64 * 1024 * 1024).

                                                                                                                                \n@return The number of rows in a row group. A smaller row group size provides faster reads. But as the number of row groups grows, the slower writes become. This parameter defaults to 10,000 rows. This number is used for .parquet file format only.

                                                                                                                                If you choose a value larger than the maximum, RowGroupLength is set to the max row group length in bytes (64 * 1024 * 1024).", "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" : "RowGroupLength", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RowGroupLength", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "RowGroupLength", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The number of rows in a row group. A smaller row group size provides faster reads. But as the number of row groups grows, the slower writes become. This parameter defaults to 10,000 rows. This number is used for .parquet file format only.

                                                                                                                                If you choose a value larger than the maximum, RowGroupLength is set to the max row group length in bytes (64 * 1024 * 1024).

                                                                                                                                \n@param rowGroupLength The number of rows in a row group. A smaller row group size provides faster reads. But as the number of row groups grows, the slower writes become. This parameter defaults to 10,000 rows. This number is used for .parquet file format only.

                                                                                                                                If you choose a value larger than the maximum, RowGroupLength is set to the max row group length in bytes (64 * 1024 * 1024).", "setterMethodName" : "setRowGroupLength", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "rowGroupLength", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "rowGroupLength", "variableType" : "Integer", "documentation" : "

                                                                                                                                The number of rows in a row group. A smaller row group size provides faster reads. But as the number of row groups grows, the slower writes become. This parameter defaults to 10,000 rows. This number is used for .parquet file format only.

                                                                                                                                If you choose a value larger than the maximum, RowGroupLength is set to the max row group length in bytes (64 * 1024 * 1024).

                                                                                                                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDataPageSize", "beanStyleSetterMethodName" : "setDataPageSize", "c2jName" : "DataPageSize", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The size of one data page in bytes. This parameter defaults to 1024 * 1024 bytes (1 MiB). This number is used for .parquet file format only.

                                                                                                                                \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 #dataPageSize(Integer)}.\n@param dataPageSize 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 #dataPageSize(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                The size of one data page in bytes. This parameter defaults to 1024 * 1024 bytes (1 MiB). This number is used for .parquet file format only.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dataPageSize", "fluentSetterDocumentation" : "

                                                                                                                                The size of one data page in bytes. This parameter defaults to 1024 * 1024 bytes (1 MiB). This number is used for .parquet file format only.

                                                                                                                                \n@param dataPageSize The size of one data page in bytes. This parameter defaults to 1024 * 1024 bytes (1 MiB). This number is used for .parquet file format only.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dataPageSize", "getterDocumentation" : "

                                                                                                                                The size of one data page in bytes. This parameter defaults to 1024 * 1024 bytes (1 MiB). This number is used for .parquet file format only.

                                                                                                                                \n@return The size of one data page in bytes. This parameter defaults to 1024 * 1024 bytes (1 MiB). This number is used for .parquet file format only.", "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" : "DataPageSize", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DataPageSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "DataPageSize", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The size of one data page in bytes. This parameter defaults to 1024 * 1024 bytes (1 MiB). This number is used for .parquet file format only.

                                                                                                                                \n@param dataPageSize The size of one data page in bytes. This parameter defaults to 1024 * 1024 bytes (1 MiB). This number is used for .parquet file format only.", "setterMethodName" : "setDataPageSize", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "dataPageSize", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "dataPageSize", "variableType" : "Integer", "documentation" : "

                                                                                                                                The size of one data page in bytes. This parameter defaults to 1024 * 1024 bytes (1 MiB). This number is used for .parquet file format only.

                                                                                                                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getParquetVersionAsString", "beanStyleSetterMethodName" : "setParquetVersion", "c2jName" : "ParquetVersion", "c2jShape" : "ParquetVersionValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The version of the Apache Parquet format that you want to use: parquet_1_0 (the default) or parquet_2_0.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #parquetVersionAsString(String)}.\n@param parquetVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parquetVersion(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The version of the Apache Parquet format that you want to use: parquet_1_0 (the default) or parquet_2_0.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : "ParquetVersionValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "parquetVersion", "fluentEnumSetterMethodName" : "parquetVersion", "fluentGetterMethodName" : "parquetVersionAsString", "fluentSetterDocumentation" : "

                                                                                                                                The version of the Apache Parquet format that you want to use: parquet_1_0 (the default) or parquet_2_0.

                                                                                                                                \n@param parquetVersion The version of the Apache Parquet format that you want to use: parquet_1_0 (the default) or parquet_2_0.\n@see ParquetVersionValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see ParquetVersionValue", "fluentSetterMethodName" : "parquetVersion", "getterDocumentation" : "

                                                                                                                                The version of the Apache Parquet format that you want to use: parquet_1_0 (the default) or parquet_2_0.

                                                                                                                                \n

                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #parquetVersion} will return {@link ParquetVersionValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #parquetVersionAsString}.\n

                                                                                                                                \n@return The version of the Apache Parquet format that you want to use: parquet_1_0 (the default) or parquet_2_0.\n@see ParquetVersionValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParquetVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParquetVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParquetVersion", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The version of the Apache Parquet format that you want to use: parquet_1_0 (the default) or parquet_2_0.

                                                                                                                                \n@param parquetVersion The version of the Apache Parquet format that you want to use: parquet_1_0 (the default) or parquet_2_0.\n@see ParquetVersionValue", "setterMethodName" : "setParquetVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parquetVersion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parquetVersion", "variableType" : "String", "documentation" : "

                                                                                                                                The version of the Apache Parquet format that you want to use: parquet_1_0 (the default) or parquet_2_0.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEnableStatistics", "beanStyleSetterMethodName" : "setEnableStatistics", "c2jName" : "EnableStatistics", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A value that enables statistics for Parquet pages and row groups. Choose true to enable statistics, false to disable. Statistics include NULL, DISTINCT, MAX, and MIN values. This parameter defaults to true. This value is used for .parquet file format only.

                                                                                                                                \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 #enableStatistics(Boolean)}.\n@param enableStatistics 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 #enableStatistics(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                A value that enables statistics for Parquet pages and row groups. Choose true to enable statistics, false to disable. Statistics include NULL, DISTINCT, MAX, and MIN values. This parameter defaults to true. This value is used for .parquet file format only.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enableStatistics", "fluentSetterDocumentation" : "

                                                                                                                                A value that enables statistics for Parquet pages and row groups. Choose true to enable statistics, false to disable. Statistics include NULL, DISTINCT, MAX, and MIN values. This parameter defaults to true. This value is used for .parquet file format only.

                                                                                                                                \n@param enableStatistics A value that enables statistics for Parquet pages and row groups. Choose true to enable statistics, false to disable. Statistics include NULL, DISTINCT, MAX, and MIN values. This parameter defaults to true. This value is used for .parquet file format only.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableStatistics", "getterDocumentation" : "

                                                                                                                                A value that enables statistics for Parquet pages and row groups. Choose true to enable statistics, false to disable. Statistics include NULL, DISTINCT, MAX, and MIN values. This parameter defaults to true. This value is used for .parquet file format only.

                                                                                                                                \n@return A value that enables statistics for Parquet pages and row groups. Choose true to enable statistics, false to disable. Statistics include NULL, DISTINCT, MAX, and MIN values. This parameter defaults to true. This value is used for .parquet file format only.", "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" : "EnableStatistics", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EnableStatistics", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableStatistics", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A value that enables statistics for Parquet pages and row groups. Choose true to enable statistics, false to disable. Statistics include NULL, DISTINCT, MAX, and MIN values. This parameter defaults to true. This value is used for .parquet file format only.

                                                                                                                                \n@param enableStatistics A value that enables statistics for Parquet pages and row groups. Choose true to enable statistics, false to disable. Statistics include NULL, DISTINCT, MAX, and MIN values. This parameter defaults to true. This value is used for .parquet file format only.", "setterMethodName" : "setEnableStatistics", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableStatistics", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableStatistics", "variableType" : "Boolean", "documentation" : "

                                                                                                                                A value that enables statistics for Parquet pages and row groups. Choose true to enable statistics, false to disable. Statistics include NULL, DISTINCT, MAX, and MIN values. This parameter defaults to true. This value is used for .parquet file format only.

                                                                                                                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIncludeOpForFullLoad", "beanStyleSetterMethodName" : "setIncludeOpForFullLoad", "c2jName" : "IncludeOpForFullLoad", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A value that enables a full load to write INSERT operations to the comma-separated value (.csv) output files only to indicate how the rows were added to the source database.

                                                                                                                                AWS DMS supports IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                                                                For full load, records can only be inserted. By default (the false setting), no information is recorded in these output files for a full load to indicate that the rows were inserted at the source database. If IncludeOpForFullLoad is set to true or y, the INSERT is recorded as an I annotation in the first field of the .csv file. This allows the format of your target records from a full load to be consistent with the target records from a CDC load.

                                                                                                                                This setting works together with CdcInsertsOnly for output to .csv files only. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                                                                \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 #includeOpForFullLoad(Boolean)}.\n@param includeOpForFullLoad 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 #includeOpForFullLoad(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                A value that enables a full load to write INSERT operations to the comma-separated value (.csv) output files only to indicate how the rows were added to the source database.

                                                                                                                                AWS DMS supports IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                                                                For full load, records can only be inserted. By default (the false setting), no information is recorded in these output files for a full load to indicate that the rows were inserted at the source database. If IncludeOpForFullLoad is set to true or y, the INSERT is recorded as an I annotation in the first field of the .csv file. This allows the format of your target records from a full load to be consistent with the target records from a CDC load.

                                                                                                                                This setting works together with CdcInsertsOnly for output to .csv files only. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "includeOpForFullLoad", "fluentSetterDocumentation" : "

                                                                                                                                A value that enables a full load to write INSERT operations to the comma-separated value (.csv) output files only to indicate how the rows were added to the source database.

                                                                                                                                AWS DMS supports IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                                                                For full load, records can only be inserted. By default (the false setting), no information is recorded in these output files for a full load to indicate that the rows were inserted at the source database. If IncludeOpForFullLoad is set to true or y, the INSERT is recorded as an I annotation in the first field of the .csv file. This allows the format of your target records from a full load to be consistent with the target records from a CDC load.

                                                                                                                                This setting works together with CdcInsertsOnly for output to .csv files only. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                                                                \n@param includeOpForFullLoad A value that enables a full load to write INSERT operations to the comma-separated value (.csv) output files only to indicate how the rows were added to the source database.

                                                                                                                                AWS DMS supports IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                                                                For full load, records can only be inserted. By default (the false setting), no information is recorded in these output files for a full load to indicate that the rows were inserted at the source database. If IncludeOpForFullLoad is set to true or y, the INSERT is recorded as an I annotation in the first field of the .csv file. This allows the format of your target records from a full load to be consistent with the target records from a CDC load.

                                                                                                                                This setting works together with CdcInsertsOnly for output to .csv files only. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data 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" : "includeOpForFullLoad", "getterDocumentation" : "

                                                                                                                                A value that enables a full load to write INSERT operations to the comma-separated value (.csv) output files only to indicate how the rows were added to the source database.

                                                                                                                                AWS DMS supports IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                                                                For full load, records can only be inserted. By default (the false setting), no information is recorded in these output files for a full load to indicate that the rows were inserted at the source database. If IncludeOpForFullLoad is set to true or y, the INSERT is recorded as an I annotation in the first field of the .csv file. This allows the format of your target records from a full load to be consistent with the target records from a CDC load.

                                                                                                                                This setting works together with CdcInsertsOnly for output to .csv files only. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                                                                \n@return A value that enables a full load to write INSERT operations to the comma-separated value (.csv) output files only to indicate how the rows were added to the source database.

                                                                                                                                AWS DMS supports IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                                                                For full load, records can only be inserted. By default (the false setting), no information is recorded in these output files for a full load to indicate that the rows were inserted at the source database. If IncludeOpForFullLoad is set to true or y, the INSERT is recorded as an I annotation in the first field of the .csv file. This allows the format of your target records from a full load to be consistent with the target records from a CDC load.

                                                                                                                                This setting works together with CdcInsertsOnly for output to .csv files only. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                                                                ", "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" : "IncludeOpForFullLoad", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IncludeOpForFullLoad", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeOpForFullLoad", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A value that enables a full load to write INSERT operations to the comma-separated value (.csv) output files only to indicate how the rows were added to the source database.

                                                                                                                                AWS DMS supports IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                                                                For full load, records can only be inserted. By default (the false setting), no information is recorded in these output files for a full load to indicate that the rows were inserted at the source database. If IncludeOpForFullLoad is set to true or y, the INSERT is recorded as an I annotation in the first field of the .csv file. This allows the format of your target records from a full load to be consistent with the target records from a CDC load.

                                                                                                                                This setting works together with CdcInsertsOnly for output to .csv files only. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                                                                \n@param includeOpForFullLoad A value that enables a full load to write INSERT operations to the comma-separated value (.csv) output files only to indicate how the rows were added to the source database.

                                                                                                                                AWS DMS supports IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                                                                For full load, records can only be inserted. By default (the false setting), no information is recorded in these output files for a full load to indicate that the rows were inserted at the source database. If IncludeOpForFullLoad is set to true or y, the INSERT is recorded as an I annotation in the first field of the .csv file. This allows the format of your target records from a full load to be consistent with the target records from a CDC load.

                                                                                                                                This setting works together with CdcInsertsOnly for output to .csv files only. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                                                                ", "setterMethodName" : "setIncludeOpForFullLoad", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeOpForFullLoad", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeOpForFullLoad", "variableType" : "Boolean", "documentation" : "

                                                                                                                                A value that enables a full load to write INSERT operations to the comma-separated value (.csv) output files only to indicate how the rows were added to the source database.

                                                                                                                                AWS DMS supports IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                                                                For full load, records can only be inserted. By default (the false setting), no information is recorded in these output files for a full load to indicate that the rows were inserted at the source database. If IncludeOpForFullLoad is set to true or y, the INSERT is recorded as an I annotation in the first field of the .csv file. This allows the format of your target records from a full load to be consistent with the target records from a CDC load.

                                                                                                                                This setting works together with CdcInsertsOnly for output to .csv files only. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                                                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCdcInsertsOnly", "beanStyleSetterMethodName" : "setCdcInsertsOnly", "c2jName" : "CdcInsertsOnly", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A value that enables a change data capture (CDC) load to write only INSERT operations to .csv or columnar storage (.parquet) output files. By default (the false setting), the first field in a .csv or .parquet record contains the letter I (INSERT), U (UPDATE), or D (DELETE). These values indicate whether the row was inserted, updated, or deleted at the source database for a CDC load to the target.

                                                                                                                                If cdcInsertsOnly is set to true or y, only INSERTs from the source database are migrated to the .csv or .parquet file. For .csv format only, how these INSERTs are recorded depends on the value of IncludeOpForFullLoad. If IncludeOpForFullLoad is set to true, the first field of every CDC record is set to I to indicate the INSERT operation at the source. If IncludeOpForFullLoad is set to false, every CDC record is written without a first field to indicate the INSERT operation at the source. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                                                                AWS DMS supports this interaction between CdcInsertsOnly and IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                                                                \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 #cdcInsertsOnly(Boolean)}.\n@param cdcInsertsOnly 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 #cdcInsertsOnly(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                A value that enables a change data capture (CDC) load to write only INSERT operations to .csv or columnar storage (.parquet) output files. By default (the false setting), the first field in a .csv or .parquet record contains the letter I (INSERT), U (UPDATE), or D (DELETE). These values indicate whether the row was inserted, updated, or deleted at the source database for a CDC load to the target.

                                                                                                                                If cdcInsertsOnly is set to true or y, only INSERTs from the source database are migrated to the .csv or .parquet file. For .csv format only, how these INSERTs are recorded depends on the value of IncludeOpForFullLoad. If IncludeOpForFullLoad is set to true, the first field of every CDC record is set to I to indicate the INSERT operation at the source. If IncludeOpForFullLoad is set to false, every CDC record is written without a first field to indicate the INSERT operation at the source. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                                                                AWS DMS supports this interaction between CdcInsertsOnly and IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cdcInsertsOnly", "fluentSetterDocumentation" : "

                                                                                                                                A value that enables a change data capture (CDC) load to write only INSERT operations to .csv or columnar storage (.parquet) output files. By default (the false setting), the first field in a .csv or .parquet record contains the letter I (INSERT), U (UPDATE), or D (DELETE). These values indicate whether the row was inserted, updated, or deleted at the source database for a CDC load to the target.

                                                                                                                                If cdcInsertsOnly is set to true or y, only INSERTs from the source database are migrated to the .csv or .parquet file. For .csv format only, how these INSERTs are recorded depends on the value of IncludeOpForFullLoad. If IncludeOpForFullLoad is set to true, the first field of every CDC record is set to I to indicate the INSERT operation at the source. If IncludeOpForFullLoad is set to false, every CDC record is written without a first field to indicate the INSERT operation at the source. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                                                                AWS DMS supports this interaction between CdcInsertsOnly and IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                                                                \n@param cdcInsertsOnly A value that enables a change data capture (CDC) load to write only INSERT operations to .csv or columnar storage (.parquet) output files. By default (the false setting), the first field in a .csv or .parquet record contains the letter I (INSERT), U (UPDATE), or D (DELETE). These values indicate whether the row was inserted, updated, or deleted at the source database for a CDC load to the target.

                                                                                                                                If cdcInsertsOnly is set to true or y, only INSERTs from the source database are migrated to the .csv or .parquet file. For .csv format only, how these INSERTs are recorded depends on the value of IncludeOpForFullLoad. If IncludeOpForFullLoad is set to true, the first field of every CDC record is set to I to indicate the INSERT operation at the source. If IncludeOpForFullLoad is set to false, every CDC record is written without a first field to indicate the INSERT operation at the source. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                                                                AWS DMS supports this interaction between CdcInsertsOnly and IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                                                                \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cdcInsertsOnly", "getterDocumentation" : "

                                                                                                                                A value that enables a change data capture (CDC) load to write only INSERT operations to .csv or columnar storage (.parquet) output files. By default (the false setting), the first field in a .csv or .parquet record contains the letter I (INSERT), U (UPDATE), or D (DELETE). These values indicate whether the row was inserted, updated, or deleted at the source database for a CDC load to the target.

                                                                                                                                If cdcInsertsOnly is set to true or y, only INSERTs from the source database are migrated to the .csv or .parquet file. For .csv format only, how these INSERTs are recorded depends on the value of IncludeOpForFullLoad. If IncludeOpForFullLoad is set to true, the first field of every CDC record is set to I to indicate the INSERT operation at the source. If IncludeOpForFullLoad is set to false, every CDC record is written without a first field to indicate the INSERT operation at the source. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                                                                AWS DMS supports this interaction between CdcInsertsOnly and IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                                                                \n@return A value that enables a change data capture (CDC) load to write only INSERT operations to .csv or columnar storage (.parquet) output files. By default (the false setting), the first field in a .csv or .parquet record contains the letter I (INSERT), U (UPDATE), or D (DELETE). These values indicate whether the row was inserted, updated, or deleted at the source database for a CDC load to the target.

                                                                                                                                If cdcInsertsOnly is set to true or y, only INSERTs from the source database are migrated to the .csv or .parquet file. For .csv format only, how these INSERTs are recorded depends on the value of IncludeOpForFullLoad. If IncludeOpForFullLoad is set to true, the first field of every CDC record is set to I to indicate the INSERT operation at the source. If IncludeOpForFullLoad is set to false, every CDC record is written without a first field to indicate the INSERT operation at the source. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                                                                AWS DMS supports this interaction between CdcInsertsOnly and IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                                                                ", "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" : "CdcInsertsOnly", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CdcInsertsOnly", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "CdcInsertsOnly", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A value that enables a change data capture (CDC) load to write only INSERT operations to .csv or columnar storage (.parquet) output files. By default (the false setting), the first field in a .csv or .parquet record contains the letter I (INSERT), U (UPDATE), or D (DELETE). These values indicate whether the row was inserted, updated, or deleted at the source database for a CDC load to the target.

                                                                                                                                If cdcInsertsOnly is set to true or y, only INSERTs from the source database are migrated to the .csv or .parquet file. For .csv format only, how these INSERTs are recorded depends on the value of IncludeOpForFullLoad. If IncludeOpForFullLoad is set to true, the first field of every CDC record is set to I to indicate the INSERT operation at the source. If IncludeOpForFullLoad is set to false, every CDC record is written without a first field to indicate the INSERT operation at the source. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                                                                AWS DMS supports this interaction between CdcInsertsOnly and IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                                                                \n@param cdcInsertsOnly A value that enables a change data capture (CDC) load to write only INSERT operations to .csv or columnar storage (.parquet) output files. By default (the false setting), the first field in a .csv or .parquet record contains the letter I (INSERT), U (UPDATE), or D (DELETE). These values indicate whether the row was inserted, updated, or deleted at the source database for a CDC load to the target.

                                                                                                                                If cdcInsertsOnly is set to true or y, only INSERTs from the source database are migrated to the .csv or .parquet file. For .csv format only, how these INSERTs are recorded depends on the value of IncludeOpForFullLoad. If IncludeOpForFullLoad is set to true, the first field of every CDC record is set to I to indicate the INSERT operation at the source. If IncludeOpForFullLoad is set to false, every CDC record is written without a first field to indicate the INSERT operation at the source. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                                                                AWS DMS supports this interaction between CdcInsertsOnly and IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                                                                ", "setterMethodName" : "setCdcInsertsOnly", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "cdcInsertsOnly", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "cdcInsertsOnly", "variableType" : "Boolean", "documentation" : "

                                                                                                                                A value that enables a change data capture (CDC) load to write only INSERT operations to .csv or columnar storage (.parquet) output files. By default (the false setting), the first field in a .csv or .parquet record contains the letter I (INSERT), U (UPDATE), or D (DELETE). These values indicate whether the row was inserted, updated, or deleted at the source database for a CDC load to the target.

                                                                                                                                If cdcInsertsOnly is set to true or y, only INSERTs from the source database are migrated to the .csv or .parquet file. For .csv format only, how these INSERTs are recorded depends on the value of IncludeOpForFullLoad. If IncludeOpForFullLoad is set to true, the first field of every CDC record is set to I to indicate the INSERT operation at the source. If IncludeOpForFullLoad is set to false, every CDC record is written without a first field to indicate the INSERT operation at the source. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS Database Migration Service User Guide..

                                                                                                                                AWS DMS supports this interaction between CdcInsertsOnly and IncludeOpForFullLoad in versions 3.1.4 and later.

                                                                                                                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTimestampColumnName", "beanStyleSetterMethodName" : "setTimestampColumnName", "c2jName" : "TimestampColumnName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A value that includes a timestamp column in the Amazon S3 target endpoint data. AWS DMS includes an additional column in the migrated data when you set timestampColumnName to a non-blank value.

                                                                                                                                AWS DMS supports TimestampColumnName in versions 3.1.4 and later.

                                                                                                                                For a full load, each row of the timestamp column contains a timestamp for when the data was transferred from the source to the target by DMS. For a CDC load, each row of the timestamp column contains the timestamp for the commit of that row in the source database. The format for the timestamp column value is yyyy-MM-dd HH:mm:ss.SSSSSS. For CDC, the microsecond precision depends on the commit timestamp supported by DMS for the source database. When the AddColumnName setting is set to true, DMS also includes the name for the timestamp column that you set as the nonblank value of timestampColumnName.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #timestampColumnName(String)}.\n@param timestampColumnName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timestampColumnName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                A value that includes a timestamp column in the Amazon S3 target endpoint data. AWS DMS includes an additional column in the migrated data when you set timestampColumnName to a non-blank value.

                                                                                                                                AWS DMS supports TimestampColumnName in versions 3.1.4 and later.

                                                                                                                                For a full load, each row of the timestamp column contains a timestamp for when the data was transferred from the source to the target by DMS. For a CDC load, each row of the timestamp column contains the timestamp for the commit of that row in the source database. The format for the timestamp column value is yyyy-MM-dd HH:mm:ss.SSSSSS. For CDC, the microsecond precision depends on the commit timestamp supported by DMS for the source database. When the AddColumnName setting is set to true, DMS also includes the name for the timestamp column that you set as the nonblank value of timestampColumnName.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timestampColumnName", "fluentSetterDocumentation" : "

                                                                                                                                A value that includes a timestamp column in the Amazon S3 target endpoint data. AWS DMS includes an additional column in the migrated data when you set timestampColumnName to a non-blank value.

                                                                                                                                AWS DMS supports TimestampColumnName in versions 3.1.4 and later.

                                                                                                                                For a full load, each row of the timestamp column contains a timestamp for when the data was transferred from the source to the target by DMS. For a CDC load, each row of the timestamp column contains the timestamp for the commit of that row in the source database. The format for the timestamp column value is yyyy-MM-dd HH:mm:ss.SSSSSS. For CDC, the microsecond precision depends on the commit timestamp supported by DMS for the source database. When the AddColumnName setting is set to true, DMS also includes the name for the timestamp column that you set as the nonblank value of timestampColumnName.

                                                                                                                                \n@param timestampColumnName A value that includes a timestamp column in the Amazon S3 target endpoint data. AWS DMS includes an additional column in the migrated data when you set timestampColumnName to a non-blank value.

                                                                                                                                AWS DMS supports TimestampColumnName in versions 3.1.4 and later.

                                                                                                                                For a full load, each row of the timestamp column contains a timestamp for when the data was transferred from the source to the target by DMS. For a CDC load, each row of the timestamp column contains the timestamp for the commit of that row in the source database. The format for the timestamp column value is yyyy-MM-dd HH:mm:ss.SSSSSS. For CDC, the microsecond precision depends on the commit timestamp supported by DMS for the source database. When the AddColumnName setting is set to true, DMS also includes the name for the timestamp column that you set as the nonblank value of timestampColumnName.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timestampColumnName", "getterDocumentation" : "

                                                                                                                                A value that includes a timestamp column in the Amazon S3 target endpoint data. AWS DMS includes an additional column in the migrated data when you set timestampColumnName to a non-blank value.

                                                                                                                                AWS DMS supports TimestampColumnName in versions 3.1.4 and later.

                                                                                                                                For a full load, each row of the timestamp column contains a timestamp for when the data was transferred from the source to the target by DMS. For a CDC load, each row of the timestamp column contains the timestamp for the commit of that row in the source database. The format for the timestamp column value is yyyy-MM-dd HH:mm:ss.SSSSSS. For CDC, the microsecond precision depends on the commit timestamp supported by DMS for the source database. When the AddColumnName setting is set to true, DMS also includes the name for the timestamp column that you set as the nonblank value of timestampColumnName.

                                                                                                                                \n@return A value that includes a timestamp column in the Amazon S3 target endpoint data. AWS DMS includes an additional column in the migrated data when you set timestampColumnName to a non-blank value.

                                                                                                                                AWS DMS supports TimestampColumnName in versions 3.1.4 and later.

                                                                                                                                For a full load, each row of the timestamp column contains a timestamp for when the data was transferred from the source to the target by DMS. For a CDC load, each row of the timestamp column contains the timestamp for the commit of that row in the source database. The format for the timestamp column value is yyyy-MM-dd HH:mm:ss.SSSSSS. For CDC, the microsecond precision depends on the commit timestamp supported by DMS for the source database. When the AddColumnName setting is set to true, DMS also includes the name for the timestamp column that you set as the nonblank value of timestampColumnName.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TimestampColumnName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TimestampColumnName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TimestampColumnName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A value that includes a timestamp column in the Amazon S3 target endpoint data. AWS DMS includes an additional column in the migrated data when you set timestampColumnName to a non-blank value.

                                                                                                                                AWS DMS supports TimestampColumnName in versions 3.1.4 and later.

                                                                                                                                For a full load, each row of the timestamp column contains a timestamp for when the data was transferred from the source to the target by DMS. For a CDC load, each row of the timestamp column contains the timestamp for the commit of that row in the source database. The format for the timestamp column value is yyyy-MM-dd HH:mm:ss.SSSSSS. For CDC, the microsecond precision depends on the commit timestamp supported by DMS for the source database. When the AddColumnName setting is set to true, DMS also includes the name for the timestamp column that you set as the nonblank value of timestampColumnName.

                                                                                                                                \n@param timestampColumnName A value that includes a timestamp column in the Amazon S3 target endpoint data. AWS DMS includes an additional column in the migrated data when you set timestampColumnName to a non-blank value.

                                                                                                                                AWS DMS supports TimestampColumnName in versions 3.1.4 and later.

                                                                                                                                For a full load, each row of the timestamp column contains a timestamp for when the data was transferred from the source to the target by DMS. For a CDC load, each row of the timestamp column contains the timestamp for the commit of that row in the source database. The format for the timestamp column value is yyyy-MM-dd HH:mm:ss.SSSSSS. For CDC, the microsecond precision depends on the commit timestamp supported by DMS for the source database. When the AddColumnName setting is set to true, DMS also includes the name for the timestamp column that you set as the nonblank value of timestampColumnName.", "setterMethodName" : "setTimestampColumnName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "timestampColumnName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "timestampColumnName", "variableType" : "String", "documentation" : "

                                                                                                                                A value that includes a timestamp column in the Amazon S3 target endpoint data. AWS DMS includes an additional column in the migrated data when you set timestampColumnName to a non-blank value.

                                                                                                                                AWS DMS supports TimestampColumnName in versions 3.1.4 and later.

                                                                                                                                For a full load, each row of the timestamp column contains a timestamp for when the data was transferred from the source to the target by DMS. For a CDC load, each row of the timestamp column contains the timestamp for the commit of that row in the source database. The format for the timestamp column value is yyyy-MM-dd HH:mm:ss.SSSSSS. For CDC, the microsecond precision depends on the commit timestamp supported by DMS for the source database. When the AddColumnName setting is set to true, DMS also includes the name for the timestamp column that you set as the nonblank value of timestampColumnName.

                                                                                                                                ", "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                The SNS topic is invalid.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "SNSInvalidTopicFault", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                You are not authorized for the SNS subscription.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "SNSNoAuthorizationFault", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "REPLICATION_INSTANCE", "value" : "replication-instance" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "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.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTask", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationTask", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTask", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationTask", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTask", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationTask", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "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.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "sensitive" : false, "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, "timestampFormat" : null, "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" : "getStartReplicationTaskTypeAsString", "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 #startReplicationTaskTypeAsString(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.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : "StartReplicationTaskTypeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "startReplicationTaskType", "fluentEnumSetterMethodName" : "startReplicationTaskType", "fluentGetterMethodName" : "startReplicationTaskTypeAsString", "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 #startReplicationTaskTypeAsString}.\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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StartReplicationTaskType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StartReplicationTaskType", "sensitive" : false, "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, "timestampFormat" : null, "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" : "

                                                                                                                                Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

                                                                                                                                \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" : "

                                                                                                                                Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cdcStartTime", "fluentSetterDocumentation" : "

                                                                                                                                Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

                                                                                                                                \n@param cdcStartTime Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cdcStartTime", "getterDocumentation" : "

                                                                                                                                Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

                                                                                                                                \n@return Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CdcStartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CdcStartTime", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

                                                                                                                                \n@param cdcStartTime Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”", "setterMethodName" : "setCdcStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cdcStartTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cdcStartTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

                                                                                                                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCdcStartPosition", "beanStyleSetterMethodName" : "setCdcStartPosition", "c2jName" : "CdcStartPosition", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                The value can be in date, checkpoint, or LSN/SCN format.

                                                                                                                                Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                                                                                                Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                                                                                                LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cdcStartPosition(String)}.\n@param cdcStartPosition a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cdcStartPosition(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                The value can be in date, checkpoint, or LSN/SCN format.

                                                                                                                                Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                                                                                                Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                                                                                                LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cdcStartPosition", "fluentSetterDocumentation" : "

                                                                                                                                Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                The value can be in date, checkpoint, or LSN/SCN format.

                                                                                                                                Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                                                                                                Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                                                                                                LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                                                                                                                \n@param cdcStartPosition Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                The value can be in date, checkpoint, or LSN/SCN format.

                                                                                                                                Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                                                                                                Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                                                                                                LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cdcStartPosition", "getterDocumentation" : "

                                                                                                                                Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                The value can be in date, checkpoint, or LSN/SCN format.

                                                                                                                                Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                                                                                                Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                                                                                                LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                                                                                                                \n@return Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                The value can be in date, checkpoint, or LSN/SCN format.

                                                                                                                                Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                                                                                                Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                                                                                                LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CdcStartPosition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CdcStartPosition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CdcStartPosition", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                The value can be in date, checkpoint, or LSN/SCN format.

                                                                                                                                Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                                                                                                Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                                                                                                LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                                                                                                                \n@param cdcStartPosition Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                The value can be in date, checkpoint, or LSN/SCN format.

                                                                                                                                Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                                                                                                Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                                                                                                LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”", "setterMethodName" : "setCdcStartPosition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cdcStartPosition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cdcStartPosition", "variableType" : "String", "documentation" : "

                                                                                                                                Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                The value can be in date, checkpoint, or LSN/SCN format.

                                                                                                                                Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                                                                                                Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                                                                                                LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCdcStopPosition", "beanStyleSetterMethodName" : "setCdcStopPosition", "c2jName" : "CdcStopPosition", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                                                                                                Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                                                                                                Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cdcStopPosition(String)}.\n@param cdcStopPosition a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cdcStopPosition(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                                                                                                Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                                                                                                Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cdcStopPosition", "fluentSetterDocumentation" : "

                                                                                                                                Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                                                                                                Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                                                                                                Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                                                                                                                \n@param cdcStopPosition Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                                                                                                Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                                                                                                Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cdcStopPosition", "getterDocumentation" : "

                                                                                                                                Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                                                                                                Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                                                                                                Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                                                                                                                \n@return Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                                                                                                Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                                                                                                Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CdcStopPosition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CdcStopPosition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CdcStopPosition", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                                                                                                Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                                                                                                Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                                                                                                                \n@param cdcStopPosition Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                                                                                                Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                                                                                                Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “", "setterMethodName" : "setCdcStopPosition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cdcStopPosition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cdcStopPosition", "variableType" : "String", "documentation" : "

                                                                                                                                Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                                                                                                Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                                                                                                Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CdcStartPosition" : { "beanStyleGetterMethodName" : "getCdcStartPosition", "beanStyleSetterMethodName" : "setCdcStartPosition", "c2jName" : "CdcStartPosition", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                The value can be in date, checkpoint, or LSN/SCN format.

                                                                                                                                Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                                                                                                Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                                                                                                LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cdcStartPosition(String)}.\n@param cdcStartPosition a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cdcStartPosition(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                The value can be in date, checkpoint, or LSN/SCN format.

                                                                                                                                Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                                                                                                Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                                                                                                LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cdcStartPosition", "fluentSetterDocumentation" : "

                                                                                                                                Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                The value can be in date, checkpoint, or LSN/SCN format.

                                                                                                                                Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                                                                                                Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                                                                                                LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                                                                                                                \n@param cdcStartPosition Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                The value can be in date, checkpoint, or LSN/SCN format.

                                                                                                                                Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                                                                                                Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                                                                                                LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cdcStartPosition", "getterDocumentation" : "

                                                                                                                                Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                The value can be in date, checkpoint, or LSN/SCN format.

                                                                                                                                Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                                                                                                Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                                                                                                LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                                                                                                                \n@return Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                The value can be in date, checkpoint, or LSN/SCN format.

                                                                                                                                Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                                                                                                Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                                                                                                LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CdcStartPosition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CdcStartPosition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CdcStartPosition", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                The value can be in date, checkpoint, or LSN/SCN format.

                                                                                                                                Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                                                                                                Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                                                                                                LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                                                                                                                \n@param cdcStartPosition Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                The value can be in date, checkpoint, or LSN/SCN format.

                                                                                                                                Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                                                                                                Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                                                                                                LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”", "setterMethodName" : "setCdcStartPosition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cdcStartPosition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cdcStartPosition", "variableType" : "String", "documentation" : "

                                                                                                                                Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                The value can be in date, checkpoint, or LSN/SCN format.

                                                                                                                                Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                                                                                                Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                                                                                                LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CdcStartTime" : { "beanStyleGetterMethodName" : "getCdcStartTime", "beanStyleSetterMethodName" : "setCdcStartTime", "c2jName" : "CdcStartTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

                                                                                                                                \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" : "

                                                                                                                                Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cdcStartTime", "fluentSetterDocumentation" : "

                                                                                                                                Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

                                                                                                                                \n@param cdcStartTime Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cdcStartTime", "getterDocumentation" : "

                                                                                                                                Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

                                                                                                                                \n@return Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CdcStartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CdcStartTime", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

                                                                                                                                \n@param cdcStartTime Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”", "setterMethodName" : "setCdcStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cdcStartTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cdcStartTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

                                                                                                                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "CdcStopPosition" : { "beanStyleGetterMethodName" : "getCdcStopPosition", "beanStyleSetterMethodName" : "setCdcStopPosition", "c2jName" : "CdcStopPosition", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                                                                                                Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                                                                                                Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cdcStopPosition(String)}.\n@param cdcStopPosition a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cdcStopPosition(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                                                                                                Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                                                                                                Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cdcStopPosition", "fluentSetterDocumentation" : "

                                                                                                                                Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                                                                                                Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                                                                                                Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                                                                                                                \n@param cdcStopPosition Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                                                                                                Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                                                                                                Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cdcStopPosition", "getterDocumentation" : "

                                                                                                                                Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                                                                                                Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                                                                                                Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                                                                                                                \n@return Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                                                                                                Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                                                                                                Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CdcStopPosition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CdcStopPosition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CdcStopPosition", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                                                                                                Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                                                                                                Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                                                                                                                \n@param cdcStopPosition Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                                                                                                Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                                                                                                Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “", "setterMethodName" : "setCdcStopPosition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cdcStopPosition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cdcStopPosition", "variableType" : "String", "documentation" : "

                                                                                                                                Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                                                                                                Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                                                                                                Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                                                                                                                ", "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 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.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "sensitive" : false, "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, "timestampFormat" : null, "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" : "getStartReplicationTaskTypeAsString", "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 #startReplicationTaskTypeAsString(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.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : "StartReplicationTaskTypeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "startReplicationTaskType", "fluentEnumSetterMethodName" : "startReplicationTaskType", "fluentGetterMethodName" : "startReplicationTaskTypeAsString", "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 #startReplicationTaskTypeAsString}.\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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StartReplicationTaskType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StartReplicationTaskType", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "sensitive" : false, "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, "timestampFormat" : null, "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" : "getStartReplicationTaskTypeAsString", "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 #startReplicationTaskTypeAsString(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.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : "StartReplicationTaskTypeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "startReplicationTaskType", "fluentEnumSetterMethodName" : "startReplicationTaskType", "fluentGetterMethodName" : "startReplicationTaskTypeAsString", "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 #startReplicationTaskTypeAsString}.\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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StartReplicationTaskType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StartReplicationTaskType", "sensitive" : false, "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, "timestampFormat" : null, "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" : "

                                                                                                                                Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

                                                                                                                                \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" : "

                                                                                                                                Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cdcStartTime", "fluentSetterDocumentation" : "

                                                                                                                                Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

                                                                                                                                \n@param cdcStartTime Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cdcStartTime", "getterDocumentation" : "

                                                                                                                                Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

                                                                                                                                \n@return Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CdcStartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CdcStartTime", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

                                                                                                                                \n@param cdcStartTime Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”", "setterMethodName" : "setCdcStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cdcStartTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cdcStartTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

                                                                                                                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCdcStartPosition", "beanStyleSetterMethodName" : "setCdcStartPosition", "c2jName" : "CdcStartPosition", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                The value can be in date, checkpoint, or LSN/SCN format.

                                                                                                                                Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                                                                                                Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                                                                                                LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cdcStartPosition(String)}.\n@param cdcStartPosition a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cdcStartPosition(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                The value can be in date, checkpoint, or LSN/SCN format.

                                                                                                                                Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                                                                                                Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                                                                                                LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cdcStartPosition", "fluentSetterDocumentation" : "

                                                                                                                                Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                The value can be in date, checkpoint, or LSN/SCN format.

                                                                                                                                Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                                                                                                Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                                                                                                LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                                                                                                                \n@param cdcStartPosition Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                The value can be in date, checkpoint, or LSN/SCN format.

                                                                                                                                Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                                                                                                Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                                                                                                LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cdcStartPosition", "getterDocumentation" : "

                                                                                                                                Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                The value can be in date, checkpoint, or LSN/SCN format.

                                                                                                                                Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                                                                                                Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                                                                                                LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                                                                                                                \n@return Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                The value can be in date, checkpoint, or LSN/SCN format.

                                                                                                                                Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                                                                                                Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                                                                                                LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CdcStartPosition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CdcStartPosition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CdcStartPosition", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                The value can be in date, checkpoint, or LSN/SCN format.

                                                                                                                                Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                                                                                                Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                                                                                                LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                                                                                                                \n@param cdcStartPosition Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                The value can be in date, checkpoint, or LSN/SCN format.

                                                                                                                                Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                                                                                                Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                                                                                                LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”", "setterMethodName" : "setCdcStartPosition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cdcStartPosition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cdcStartPosition", "variableType" : "String", "documentation" : "

                                                                                                                                Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

                                                                                                                                The value can be in date, checkpoint, or LSN/SCN format.

                                                                                                                                Date Example: --cdc-start-position “2018-03-08T12:12:12”

                                                                                                                                Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

                                                                                                                                LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCdcStopPosition", "beanStyleSetterMethodName" : "setCdcStopPosition", "c2jName" : "CdcStopPosition", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                                                                                                Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                                                                                                Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cdcStopPosition(String)}.\n@param cdcStopPosition a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cdcStopPosition(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                                                                                                Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                                                                                                Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cdcStopPosition", "fluentSetterDocumentation" : "

                                                                                                                                Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                                                                                                Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                                                                                                Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                                                                                                                \n@param cdcStopPosition Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                                                                                                Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                                                                                                Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cdcStopPosition", "getterDocumentation" : "

                                                                                                                                Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                                                                                                Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                                                                                                Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                                                                                                                \n@return Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                                                                                                Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                                                                                                Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CdcStopPosition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CdcStopPosition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CdcStopPosition", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                                                                                                Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                                                                                                Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                                                                                                                \n@param cdcStopPosition Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                                                                                                Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                                                                                                Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “", "setterMethodName" : "setCdcStopPosition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cdcStopPosition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cdcStopPosition", "variableType" : "String", "documentation" : "

                                                                                                                                Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

                                                                                                                                Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”

                                                                                                                                Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTask", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationTask", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTask", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationTask", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTask", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationTask", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "START_REPLICATION", "value" : "start-replication" }, { "name" : "RESUME_PROCESSING", "value" : "resume-processing" }, { "name" : "RELOAD_TARGET", "value" : "reload-target" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "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.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTask", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationTask", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTask", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationTask", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTask", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationTask", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                The storage quota has been exceeded.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "StorageQuotaExceededFault", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubnetIdentifier", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetAvailabilityZone", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SubnetAvailabilityZone", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubnetStatus", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetAvailabilityZone", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SubnetAvailabilityZone", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubnetIdentifier", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubnetStatus", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubnetIdentifier", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetAvailabilityZone", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SubnetAvailabilityZone", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubnetStatus", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                The specified subnet is already in use.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "SubnetAlreadyInUse", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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, aurora-postgresql, redshift, s3, db2, azuredb, 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, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "engineName", "fluentSetterDocumentation" : "

                                                                                                                                The database engine name. Valid values, depending on the EndpointType, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.

                                                                                                                                \n@param engineName The database engine name. Valid values, depending on the EndpointType, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, 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, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.

                                                                                                                                \n@return The database engine name. Valid values, depending on the EndpointType, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EngineName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EngineName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The database engine name. Valid values, depending on the EndpointType, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.

                                                                                                                                \n@param engineName The database engine name. Valid values, depending on the EndpointType, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.", "setterMethodName" : "setEngineName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engineName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "engineName", "variableType" : "String", "documentation" : "

                                                                                                                                The database engine name. Valid values, depending on the EndpointType, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, 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.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SupportsCDC", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "SupportsCDC", "sensitive" : false, "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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "supportsCDC", "variableType" : "Boolean", "documentation" : "

                                                                                                                                Indicates if Change Data Capture (CDC) is supported.

                                                                                                                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEndpointTypeAsString", "beanStyleSetterMethodName" : "setEndpointType", "c2jName" : "EndpointType", "c2jShape" : "ReplicationEndpointTypeValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The type of endpoint. Valid values are source and target.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointTypeAsString(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. Valid values are source and target.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : "ReplicationEndpointTypeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "endpointType", "fluentEnumSetterMethodName" : "endpointType", "fluentGetterMethodName" : "endpointTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                The type of endpoint. Valid values are source and target.

                                                                                                                                \n@param endpointType The type of endpoint. Valid values are source and target.\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. Valid values are source and target.

                                                                                                                                \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 #endpointTypeAsString}.\n

                                                                                                                                \n@return The type of endpoint. Valid values are source and target.\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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The type of endpoint. Valid values are source and target.

                                                                                                                                \n@param endpointType The type of endpoint. Valid values are source and target.\n@see ReplicationEndpointTypeValue", "setterMethodName" : "setEndpointType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointType", "variableType" : "String", "documentation" : "

                                                                                                                                The type of endpoint. Valid values are source and target.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEngineDisplayName", "beanStyleSetterMethodName" : "setEngineDisplayName", "c2jName" : "EngineDisplayName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #engineDisplayName(String)}.\n@param engineDisplayName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engineDisplayName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "engineDisplayName", "fluentSetterDocumentation" : "

                                                                                                                                The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"

                                                                                                                                \n@param engineDisplayName The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineDisplayName", "getterDocumentation" : "

                                                                                                                                The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"

                                                                                                                                \n@return The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EngineDisplayName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EngineDisplayName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EngineDisplayName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"

                                                                                                                                \n@param engineDisplayName The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"", "setterMethodName" : "setEngineDisplayName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engineDisplayName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "engineDisplayName", "variableType" : "String", "documentation" : "

                                                                                                                                The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EndpointType" : { "beanStyleGetterMethodName" : "getEndpointTypeAsString", "beanStyleSetterMethodName" : "setEndpointType", "c2jName" : "EndpointType", "c2jShape" : "ReplicationEndpointTypeValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The type of endpoint. Valid values are source and target.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointTypeAsString(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. Valid values are source and target.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : "ReplicationEndpointTypeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "endpointType", "fluentEnumSetterMethodName" : "endpointType", "fluentGetterMethodName" : "endpointTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                The type of endpoint. Valid values are source and target.

                                                                                                                                \n@param endpointType The type of endpoint. Valid values are source and target.\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. Valid values are source and target.

                                                                                                                                \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 #endpointTypeAsString}.\n

                                                                                                                                \n@return The type of endpoint. Valid values are source and target.\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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The type of endpoint. Valid values are source and target.

                                                                                                                                \n@param endpointType The type of endpoint. Valid values are source and target.\n@see ReplicationEndpointTypeValue", "setterMethodName" : "setEndpointType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointType", "variableType" : "String", "documentation" : "

                                                                                                                                The type of endpoint. Valid values are source and target.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "EngineDisplayName" : { "beanStyleGetterMethodName" : "getEngineDisplayName", "beanStyleSetterMethodName" : "setEngineDisplayName", "c2jName" : "EngineDisplayName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #engineDisplayName(String)}.\n@param engineDisplayName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engineDisplayName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "engineDisplayName", "fluentSetterDocumentation" : "

                                                                                                                                The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"

                                                                                                                                \n@param engineDisplayName The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineDisplayName", "getterDocumentation" : "

                                                                                                                                The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"

                                                                                                                                \n@return The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EngineDisplayName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EngineDisplayName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EngineDisplayName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"

                                                                                                                                \n@param engineDisplayName The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"", "setterMethodName" : "setEngineDisplayName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engineDisplayName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "engineDisplayName", "variableType" : "String", "documentation" : "

                                                                                                                                The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"

                                                                                                                                ", "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, aurora-postgresql, redshift, s3, db2, azuredb, 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, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "engineName", "fluentSetterDocumentation" : "

                                                                                                                                The database engine name. Valid values, depending on the EndpointType, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.

                                                                                                                                \n@param engineName The database engine name. Valid values, depending on the EndpointType, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, 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, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.

                                                                                                                                \n@return The database engine name. Valid values, depending on the EndpointType, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EngineName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EngineName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The database engine name. Valid values, depending on the EndpointType, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.

                                                                                                                                \n@param engineName The database engine name. Valid values, depending on the EndpointType, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.", "setterMethodName" : "setEngineName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engineName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "engineName", "variableType" : "String", "documentation" : "

                                                                                                                                The database engine name. Valid values, depending on the EndpointType, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, 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.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SupportsCDC", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "SupportsCDC", "sensitive" : false, "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, "timestampFormat" : null, "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, aurora-postgresql, redshift, s3, db2, azuredb, 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, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "engineName", "fluentSetterDocumentation" : "

                                                                                                                                The database engine name. Valid values, depending on the EndpointType, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.

                                                                                                                                \n@param engineName The database engine name. Valid values, depending on the EndpointType, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, 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, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.

                                                                                                                                \n@return The database engine name. Valid values, depending on the EndpointType, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EngineName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EngineName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The database engine name. Valid values, depending on the EndpointType, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.

                                                                                                                                \n@param engineName The database engine name. Valid values, depending on the EndpointType, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.", "setterMethodName" : "setEngineName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engineName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "engineName", "variableType" : "String", "documentation" : "

                                                                                                                                The database engine name. Valid values, depending on the EndpointType, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, 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.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SupportsCDC", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "SupportsCDC", "sensitive" : false, "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, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "supportsCDC", "variableType" : "Boolean", "documentation" : "

                                                                                                                                Indicates if Change Data Capture (CDC) is supported.

                                                                                                                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEndpointTypeAsString", "beanStyleSetterMethodName" : "setEndpointType", "c2jName" : "EndpointType", "c2jShape" : "ReplicationEndpointTypeValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The type of endpoint. Valid values are source and target.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointTypeAsString(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. Valid values are source and target.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : "ReplicationEndpointTypeValue", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "endpointType", "fluentEnumSetterMethodName" : "endpointType", "fluentGetterMethodName" : "endpointTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                The type of endpoint. Valid values are source and target.

                                                                                                                                \n@param endpointType The type of endpoint. Valid values are source and target.\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. Valid values are source and target.

                                                                                                                                \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 #endpointTypeAsString}.\n

                                                                                                                                \n@return The type of endpoint. Valid values are source and target.\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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The type of endpoint. Valid values are source and target.

                                                                                                                                \n@param endpointType The type of endpoint. Valid values are source and target.\n@see ReplicationEndpointTypeValue", "setterMethodName" : "setEndpointType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointType", "variableType" : "String", "documentation" : "

                                                                                                                                The type of endpoint. Valid values are source and target.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEngineDisplayName", "beanStyleSetterMethodName" : "setEngineDisplayName", "c2jName" : "EngineDisplayName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #engineDisplayName(String)}.\n@param engineDisplayName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engineDisplayName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "engineDisplayName", "fluentSetterDocumentation" : "

                                                                                                                                The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"

                                                                                                                                \n@param engineDisplayName The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineDisplayName", "getterDocumentation" : "

                                                                                                                                The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"

                                                                                                                                \n@return The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EngineDisplayName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EngineDisplayName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EngineDisplayName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"

                                                                                                                                \n@param engineDisplayName The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"", "setterMethodName" : "setEngineDisplayName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engineDisplayName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "engineDisplayName", "variableType" : "String", "documentation" : "

                                                                                                                                The expanded name for the engine name. For example, if the EngineName parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"

                                                                                                                                ", "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaName", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TableName", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Inserts", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "Inserts", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Deletes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "Deletes", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Updates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "Updates", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Ddls", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "Ddls", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FullLoadRows", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "FullLoadRows", "sensitive" : false, "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, "timestampFormat" : null, "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).

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FullLoadCondtnlChkFailedRows", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "FullLoadCondtnlChkFailedRows", "sensitive" : false, "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, "timestampFormat" : null, "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).

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FullLoadErrorRows", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "FullLoadErrorRows", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastUpdateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastUpdateTime", "sensitive" : false, "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, "timestampFormat" : null, "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

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TableState", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TableState", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ValidationPendingRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "ValidationPendingRecords", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ValidationFailedRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "ValidationFailedRecords", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ValidationSuspendedRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "ValidationSuspendedRecords", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ValidationState", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ValidationState", "sensitive" : false, "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, "timestampFormat" : null, "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 }, { "beanStyleGetterMethodName" : "getValidationStateDetails", "beanStyleSetterMethodName" : "setValidationStateDetails", "c2jName" : "ValidationStateDetails", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                      Additional details about the state of validation.

                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #validationStateDetails(String)}.\n@param validationStateDetails a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validationStateDetails(String)", "deprecated" : false, "documentation" : "

                                                                                                                                      Additional details about the state of validation.

                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "validationStateDetails", "fluentSetterDocumentation" : "

                                                                                                                                      Additional details about the state of validation.

                                                                                                                                      \n@param validationStateDetails Additional details about the state of validation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "validationStateDetails", "getterDocumentation" : "

                                                                                                                                      Additional details about the state of validation.

                                                                                                                                      \n@return Additional details about the state of validation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ValidationStateDetails", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ValidationStateDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ValidationStateDetails", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                      Additional details about the state of validation.

                                                                                                                                      \n@param validationStateDetails Additional details about the state of validation.", "setterMethodName" : "setValidationStateDetails", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "validationStateDetails", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "validationStateDetails", "variableType" : "String", "documentation" : "

                                                                                                                                      Additional details about the state of validation.

                                                                                                                                      ", "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.

                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Ddls", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "Ddls", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Deletes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "Deletes", "sensitive" : false, "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, "timestampFormat" : null, "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).

                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FullLoadCondtnlChkFailedRows", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "FullLoadCondtnlChkFailedRows", "sensitive" : false, "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, "timestampFormat" : null, "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).

                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FullLoadErrorRows", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "FullLoadErrorRows", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FullLoadRows", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "FullLoadRows", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Inserts", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "Inserts", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastUpdateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastUpdateTime", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaName", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TableName", "sensitive" : false, "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, "timestampFormat" : null, "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

                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TableState", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TableState", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Updates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "Updates", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ValidationFailedRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "ValidationFailedRecords", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ValidationPendingRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "ValidationPendingRecords", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ValidationState", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ValidationState", "sensitive" : false, "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, "timestampFormat" : null, "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 }, "ValidationStateDetails" : { "beanStyleGetterMethodName" : "getValidationStateDetails", "beanStyleSetterMethodName" : "setValidationStateDetails", "c2jName" : "ValidationStateDetails", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                            Additional details about the state of validation.

                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #validationStateDetails(String)}.\n@param validationStateDetails a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validationStateDetails(String)", "deprecated" : false, "documentation" : "

                                                                                                                                            Additional details about the state of validation.

                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "validationStateDetails", "fluentSetterDocumentation" : "

                                                                                                                                            Additional details about the state of validation.

                                                                                                                                            \n@param validationStateDetails Additional details about the state of validation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "validationStateDetails", "getterDocumentation" : "

                                                                                                                                            Additional details about the state of validation.

                                                                                                                                            \n@return Additional details about the state of validation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ValidationStateDetails", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ValidationStateDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ValidationStateDetails", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                            Additional details about the state of validation.

                                                                                                                                            \n@param validationStateDetails Additional details about the state of validation.", "setterMethodName" : "setValidationStateDetails", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "validationStateDetails", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "validationStateDetails", "variableType" : "String", "documentation" : "

                                                                                                                                            Additional details about the state of validation.

                                                                                                                                            ", "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.

                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ValidationSuspendedRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "ValidationSuspendedRecords", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaName", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TableName", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Inserts", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "Inserts", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Deletes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "Deletes", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Updates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "Updates", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Ddls", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "Ddls", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FullLoadRows", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "FullLoadRows", "sensitive" : false, "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, "timestampFormat" : null, "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).

                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FullLoadCondtnlChkFailedRows", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "FullLoadCondtnlChkFailedRows", "sensitive" : false, "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, "timestampFormat" : null, "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).

                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FullLoadErrorRows", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "FullLoadErrorRows", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastUpdateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastUpdateTime", "sensitive" : false, "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, "timestampFormat" : null, "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

                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TableState", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TableState", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ValidationPendingRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "ValidationPendingRecords", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ValidationFailedRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "ValidationFailedRecords", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ValidationSuspendedRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "ValidationSuspendedRecords", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ValidationState", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ValidationState", "sensitive" : false, "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, "timestampFormat" : null, "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 }, { "beanStyleGetterMethodName" : "getValidationStateDetails", "beanStyleSetterMethodName" : "setValidationStateDetails", "c2jName" : "ValidationStateDetails", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  Additional details about the state of validation.

                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #validationStateDetails(String)}.\n@param validationStateDetails a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validationStateDetails(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                  Additional details about the state of validation.

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "validationStateDetails", "fluentSetterDocumentation" : "

                                                                                                                                                  Additional details about the state of validation.

                                                                                                                                                  \n@param validationStateDetails Additional details about the state of validation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "validationStateDetails", "getterDocumentation" : "

                                                                                                                                                  Additional details about the state of validation.

                                                                                                                                                  \n@return Additional details about the state of validation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ValidationStateDetails", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ValidationStateDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ValidationStateDetails", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                  Additional details about the state of validation.

                                                                                                                                                  \n@param validationStateDetails Additional details about the state of validation.", "setterMethodName" : "setValidationStateDetails", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "validationStateDetails", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "validationStateDetails", "variableType" : "String", "documentation" : "

                                                                                                                                                  Additional details about the state of validation.

                                                                                                                                                  ", "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                  ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaName", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TableName", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaName", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TableName", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaName", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TableName", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                  ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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}_.:/=+\\\\-]*)$\").

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "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, "timestampFormat" : null, "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}_.:/=+\\\\-]*)$\").

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "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, "timestampFormat" : null, "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}_.:/=+\\\\-]*)$\").

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "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, "timestampFormat" : null, "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}_.:/=+\\\\-]*)$\").

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "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, "timestampFormat" : null, "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}_.:/=+\\\\-]*)$\").

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "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, "timestampFormat" : null, "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}_.:/=+\\\\-]*)$\").

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                  ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "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.

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointArn", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                  ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Connection", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Connection", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Connection", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Connection", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Connection", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Connection", "sensitive" : false, "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, "timestampFormat" : null, "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                  An upgrade dependency is preventing the database migration.

                                                                                                                                                  ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "UpgradeDependencyFailureFault", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "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, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                  ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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.

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VpcSecurityGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VpcSecurityGroupId", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VpcSecurityGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VpcSecurityGroupId", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VpcSecurityGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VpcSecurityGroupId", "sensitive" : false, "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, "timestampFormat" : null, "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.

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "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, "timestampFormat" : null, "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" : { }, "customRetryPolicy" : null, "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" }, "fileHeader" : "/*\n * Copyright 2014-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */\n", "sdkBaseResponseFqcn" : "software.amazon.awssdk.awscore.AwsResponse", "sdkModeledExceptionBaseClassName" : "DatabaseMigrationException", "sdkModeledExceptionBaseFqcn" : "software.amazon.awssdk.services.databasemigration.model.DatabaseMigrationException", "sdkRequestBaseClassName" : "DatabaseMigrationRequest", "sdkResponseBaseClassName" : "DatabaseMigrationResponse" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy